unreal.AvaChannelState

class unreal.AvaChannelState

Bases: EnumBase

deprecated: ‘AvaChannelState’ was renamed to ‘AvaBroadcastChannelState’.

IDLE: AvaChannelState = Ellipsis

Indicates that at least some of the channel outputs are idle (but none are live).

Type:

1

LIVE: AvaChannelState = Ellipsis

Indicates that at least some of the channel outputs are live.

Type:

2

OFFLINE: AvaChannelState = Ellipsis

Indicates that all channel outputs are offline.

Type:

0