Navigation
Unreal Engine C++ API Reference > Plugins > MediaIOCore
References
Module | MediaIOCore |
Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDefinitions.h |
Include | #include "MediaIOCoreDefinitions.h" |
Syntax
USTRUCT&40;&41;
struct FMediaIOInputConfiguration
Remarks
Configuration of a device input.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
EMediaIOInputType | InputType | Whether to input the fill or the fill and key. |
![]() ![]() ![]() ![]() |
int32 | KeyPortIdentifier | The port of the video channel on the device to input the key from. |
![]() ![]() ![]() ![]() |
FMediaIOConfiguration | MediaConfiguration | The signal input format. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMediaIOInputConfiguration |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsValid () |
Return true if the configuration has been set properly |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FMediaIOInputConfiguration& Other |