Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Identifies a device.
| Name | FMediaIODevice |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDefinitions.h |
| Include Path | #include "MediaIOCoreDefinitions.h" |
Syntax
USTRUCT ()
struct FMediaIODevice
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMediaIODevice() |
FMediaIOCoreDevice | MediaIOCoreDefinitions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceIdentifier | int32 | The device identifier. | MediaIOCoreDefinitions.h |
|
| DeviceName | FName | The retail/display name of the Device. | MediaIOCoreDefinitions.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Return true if the device has been set properly | MediaIOCoreDefinitions.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FMediaIODevice& Other |
MediaIOCoreDefinitions.h |