UNPKG

aes70

Version:

A controller library for the AES70 protocol.

37 lines (34 loc) 797 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Command values for OcaMediaNetwork.ControlConnector(...) * @class OcaMediaConnectorCommand */ export class OcaMediaConnectorCommand extends Enum({ None: 0, Start: 1, Pause: 2, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaMediaConnectorCommand} * @member None * @memberof OcaMediaConnectorCommand * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaMediaConnectorCommand} * @member Start * @memberof OcaMediaConnectorCommand * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaMediaConnectorCommand} * @member Pause * @memberof OcaMediaConnectorCommand * @static */