FMediaIOConnection

Identifies an media connection.

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 FMediaIOConnection

Remarks

Identifies an media connection.

Variables

Name Description

Public variable UProperty Category, EditAnywhere

FMediaIODevice

 

Device

The device identifier.

Public variable UProperty Category, EditAnywhere

int32

 

PortIdentifier

The port of the video channel on the device.

Public variable UProperty Category, EditAnywhere

FName

 

Protocol

The protocol used by the MediaFramework.

Public variable UProperty Category, EditAnywhere

EMediaIOQuadLin...

 

QuadTransportType

The type of cable link used for that configuration

Public variable UProperty Category, EditAnywhere

EMediaIOTranspo...

 

TransportType

The type of cable link used for that configuration

Constructors

Functions

Name Description

Public function Const

bool

 

IsValid()

Return true if the connection has been set properly

Public function Const

FString

 

ToUrl()

Get a url used by the media framework

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FMediaIOConnection& 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