UNPKG

aes70

Version:

A controller library for the AES70 protocol.

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