Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Identifies an media connection.
| Name | FMediaIOConnection |
| Type | struct |
| Header File | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDefinitions.h |
| Include Path | #include "MediaIOCoreDefinitions.h" |
Syntax
USTRUCT ()
struct FMediaIOConnection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMediaIOConnection() |
FMediaIOConnection | MediaIOCoreDefinitions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Device | FMediaIODevice | The device identifier. | MediaIOCoreDefinitions.h |
|
| PortIdentifier | int32 | The port of the video channel on the device. | MediaIOCoreDefinitions.h |
|
| Protocol | FName | The protocol used by the MediaFramework. | MediaIOCoreDefinitions.h |
|
| QuadTransportType | EMediaIOQuadLinkTransportType | The type of cable link used for that configuration | MediaIOCoreDefinitions.h |
|
| TransportType | EMediaIOTransportType | The type of cable link used for that configuration | MediaIOCoreDefinitions.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Return true if the connection has been set properly | MediaIOCoreDefinitions.h | |
FString ToUrl() |
Get a url used by the media framework | MediaIOCoreDefinitions.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FMediaIOConnection& Other |
MediaIOCoreDefinitions.h |