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 FMediaIOConnection
Remarks
Identifies an media connection.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FMediaIODevice | Device | The device identifier. |
![]() ![]() ![]() |
int32 | PortIdentifier | The port of the video channel on the device. |
![]() ![]() ![]() |
FName | Protocol | The protocol used by the MediaFramework. |
![]() ![]() ![]() |
EMediaIOQuadLinkTransportType | QuadTransportType | The type of cable link used for that configuration |
![]() ![]() ![]() |
EMediaIOTransportType | TransportType | The type of cable link used for that configuration |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMediaIOConnection |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsValid () |
Return true if the connection has been set properly |
![]() ![]() |
FString | ToUrl () |
Get a url used by the media framework |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FMediaIOConnection& Other |