Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Broadcast > API/Plugins/AvalancheMedia/Broadcast/Channel
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Broadcast/Channel/AvaBroadcastMediaOutputInfo.h |
| Include | #include "Broadcast/Channel/AvaBroadcastMediaOutputInfo.h" |
Syntax
USTRUCT ()
struct FAvaBroadcastMediaOutputInfo
Remarks
Extra information about the Media Output object. This is used to determine the status of server hosting the device.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | DeviceName | Device name from the Device Provider. | |
| FName | DeviceProviderName | The device provider name, ex: BlackMagic, for this device (if any). | |
| FGuid | Guid | Unique identifier for this output. | |
| FString | ServerName | The server name if the media output was from a remote server. |