Variable ChannelControlEventTypeConst

ChannelControlEventType: {
    Added: string;
    ChannelChanged: string;
    ContextCreated: string;
    ElementInitialized: string;
    Error: string;
    MasterOutputVolumeChanged: string;
    Removed: string;
    RouteChanged: string;
    RouteReset: string;
} = ...

Type declaration

  • Added: string
  • ChannelChanged: string
  • ContextCreated: string
  • ElementInitialized: string
  • Error: string
  • MasterOutputVolumeChanged: string
  • Removed: string
  • RouteChanged: string
  • RouteReset: string