Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include | #include "AvaMediaDefines.h" |
Syntax
enum EAvaBroadcastChannelState
{
Offline,
Idle,
Live,
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| Offline | Indicates that all channel outputs are offline. |
| Idle | Indicates that at least some of the channel outputs are idle (but none are live). |
| Live | Indicates that at least some of the channel outputs are live. |
| UMETA |
Remarks
Channel state is a union summary of the output's states.