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 ()
struct FMediaIOMode
Remarks
Identifies a media mode.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
int32 | DeviceModeIdentifier | The mode's identifier for the device. |
![]() ![]() ![]() ![]() |
FFrameRate | FrameRate | The mode's frame rate. |
![]() ![]() ![]() ![]() |
FIntPoint | Resolution | The mode's image resolution. |
![]() ![]() ![]() ![]() |
EMediaIOStandardType | Standard | The mode's scanning type. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMediaIOMode () |
FMediaIOMode |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FText | GetModeName () |
Return the name of this mode from MediaIOCommonDisplayModes. |
![]() ![]() |
bool | IsValid () |
Return true if the mode has been set properly. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FMediaIOMode& Other |