Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Extra information about the Media Output object. This is used to determine the status of server hosting the device.
| Name | FAvaBroadcastMediaOutputInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Broadcast/Channel/AvaBroadcastMediaOutputInfo.h |
| Include Path | #include "Broadcast/Channel/AvaBroadcastMediaOutputInfo.h" |
Syntax
USTRUCT ()
struct FAvaBroadcastMediaOutputInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceName | FName | Device name from the Device Provider. | Broadcast/Channel/AvaBroadcastMediaOutputInfo.h | |
| DeviceProviderName | FName | The device provider name, ex: BlackMagic, for this device (if any). | Broadcast/Channel/AvaBroadcastMediaOutputInfo.h | |
| Guid | FGuid | Unique identifier for this output. | Broadcast/Channel/AvaBroadcastMediaOutputInfo.h | |
| ServerName | FString | The server name if the media output was from a remote server. | Broadcast/Channel/AvaBroadcastMediaOutputInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsRemote () |
Broadcast/Channel/AvaBroadcastMediaOutputInfo.h | ||
bool IsValid() |
Broadcast/Channel/AvaBroadcastMediaOutputInfo.h | ||
void PostLoad() |
Broadcast/Channel/AvaBroadcastMediaOutputInfo.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Determines if the given server name is considered "remote", i.e. from a different instance. | Broadcast/Channel/AvaBroadcastMediaOutputInfo.h |