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 FMediaIOConfiguration
Remarks
Configuration of a device input / output.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | bIsInput | Configured as an input or output. |
![]() ![]() ![]() ![]() |
FMediaIOConnection | MediaConnection | The configuration's device and transport type. |
![]() ![]() ![]() ![]() |
FMediaIOMode | MediaMode | The configuration's video mode. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMediaIOConfiguration |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsValid () |
Return true if the configuration has been set properly |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FMediaIOConfiguration& Other |