UNPKG

aes70

Version:

A controller library for the AES70 protocol.

37 lines (34 loc) 833 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Status options for a stream. * @class OcaNetworkSignalChannelStatus */ export class OcaNetworkSignalChannelStatus extends Enum({ NotConnected: 0, Connected: 1, Muted: 2, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaNetworkSignalChannelStatus} * @member NotConnected * @memberof OcaNetworkSignalChannelStatus * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaNetworkSignalChannelStatus} * @member Connected * @memberof OcaNetworkSignalChannelStatus * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaNetworkSignalChannelStatus} * @member Muted * @memberof OcaNetworkSignalChannelStatus * @static */