Enum describing one channels mute state.

  • Playing - Channel is playing normal.
  • ExplicitMuted - Channel is muted by calling mute.
  • Solo - Channel is playing by calling solo.
  • ImplicitMuted - Channel is muted because another channel is soloed.

Enumeration Members

ExplicitMuted: "explicitMute"
ImplicitMuted: "implicitMute"
Playing: "playing"
Solo: "solo"