aes70
Version:
A controller library for the AES70 protocol.
77 lines (74 loc) • 1.91 kB
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Command values for **OcaMediaTransportApplication.ApplyEndpointCommand(...)**
* @class OcaMediaStreamEndpointCommand
*/
export class OcaMediaStreamEndpointCommand extends Enum({
None: 0,
SetReady: 1,
Connect: 2,
ConnectAndStart: 3,
Disconnect: 4,
StopAndDisconnect: 5,
Start: 6,
Stop: 7,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaMediaStreamEndpointCommand}
* @member None
* @memberof OcaMediaStreamEndpointCommand
* @static
*/
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaMediaStreamEndpointCommand}
* @member SetReady
* @memberof OcaMediaStreamEndpointCommand
* @static
*/
/**
* Singleton object corresponding to the entry with value ``2``.
* @type {OcaMediaStreamEndpointCommand}
* @member Connect
* @memberof OcaMediaStreamEndpointCommand
* @static
*/
/**
* Singleton object corresponding to the entry with value ``3``.
* @type {OcaMediaStreamEndpointCommand}
* @member ConnectAndStart
* @memberof OcaMediaStreamEndpointCommand
* @static
*/
/**
* Singleton object corresponding to the entry with value ``4``.
* @type {OcaMediaStreamEndpointCommand}
* @member Disconnect
* @memberof OcaMediaStreamEndpointCommand
* @static
*/
/**
* Singleton object corresponding to the entry with value ``5``.
* @type {OcaMediaStreamEndpointCommand}
* @member StopAndDisconnect
* @memberof OcaMediaStreamEndpointCommand
* @static
*/
/**
* Singleton object corresponding to the entry with value ``6``.
* @type {OcaMediaStreamEndpointCommand}
* @member Start
* @memberof OcaMediaStreamEndpointCommand
* @static
*/
/**
* Singleton object corresponding to the entry with value ``7``.
* @type {OcaMediaStreamEndpointCommand}
* @member Stop
* @memberof OcaMediaStreamEndpointCommand
* @static
*/