FMediaIOMode

Identifies a media mode.

Windows
MacOS
Linux

References

Module

MediaIOCore

Header

/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDefinitions.h

Include

#include "MediaIOCoreDefinitions.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FMediaIOMode

Remarks

Identifies a media mode.

Variables

Name Description

Public variable UProperty Category visibleanywhere

int32

 

DeviceModeIdentifier

The mode's identifier for the device.

Public variable UProperty Category visibleanywhere

FFrameRate

 

FrameRate

The mode's frame rate.

Public variable UProperty Category visibleanywhere

FIntPoint

 

Resolution

The mode's image resolution.

Public variable UProperty Category visibleanywhere

EMediaIOStandar...

 

Standard

The mode's scanning type.

Constructors

Name Description

Public function

FMediaIOMode()

FMediaIOMode

Functions

Name Description

Public function Const

FText

 

GetModeName()

Return the name of this mode from MediaIOCommonDisplayModes.

Public function Const

bool

 

IsValid()

Return true if the mode has been set properly.

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FMediaIOMode& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss