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