Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
An enum indicating what changed in Broadcast.
| Name | EAvaBroadcastChange |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/AvaMediaDefines.h |
| Include Path | #include "AvaMediaDefines.h" |
Syntax
enum EAvaBroadcastChange
{
None = 0,
CurrentProfile = 1 << 0,
ChannelGrid = 1 << 1,
ChannelRename = 1 << 2,
ChannelType = 1 << 3,
OutputDevices = 1 << 4,
All = 0xFF,
}
Values
| Name | Remarks |
|---|---|
| None | |
| CurrentProfile | |
| ChannelGrid | |
| ChannelRename | |
| ChannelType | |
| OutputDevices | |
| All |