Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Configuration of a device output.
| Name | FMediaIOOutputConfiguration |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDefinitions.h |
| Include Path | #include "MediaIOCoreDefinitions.h" |
Syntax
USTRUCT ()
struct FMediaIOOutputConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMediaIOOutputConfiguration() |
FMediaIOOutputConfiguration | MediaIOCoreDefinitions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyPortIdentifier | int32 | The port of the video channel on the device to output the key to. | MediaIOCoreDefinitions.h |
|
| MediaConfiguration | FMediaIOConfiguration | The signal output format. | MediaIOCoreDefinitions.h |
|
| OutputReference | EMediaIOReferenceType | The Device output sync with either its internal clock, an external reference, or an other input. | MediaIOCoreDefinitions.h |
|
| OutputType | EMediaIOOutputType | Whether to output the fill or the fill and key. | MediaIOCoreDefinitions.h |
|
| ReferencePortIdentifier | int32 | The port of the video channel on the device to output the synchronize to. | MediaIOCoreDefinitions.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Return true if the configuration has been set properly | MediaIOCoreDefinitions.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FMediaIOOutputConfiguration& Other |
MediaIOCoreDefinitions.h |