aes70
Version:
A controller library for the AES70 protocol.
69 lines (66 loc) • 1.49 kB
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Media stream frame formats.
* @class OcaMediaFrameFormat
*/
export class OcaMediaFrameFormat extends Enum({
Undefined: 0,
RTP: 1,
AAF: 2,
CRF_MILAN: 3,
IEC_61883_6: 4,
USB_AUDIO_2_0: 5,
ExtensionPoint: 65,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaMediaFrameFormat}
* @member Undefined
* @memberof OcaMediaFrameFormat
* @static
*/
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaMediaFrameFormat}
* @member RTP
* @memberof OcaMediaFrameFormat
* @static
*/
/**
* Singleton object corresponding to the entry with value ``2``.
* @type {OcaMediaFrameFormat}
* @member AAF
* @memberof OcaMediaFrameFormat
* @static
*/
/**
* Singleton object corresponding to the entry with value ``3``.
* @type {OcaMediaFrameFormat}
* @member CRF_MILAN
* @memberof OcaMediaFrameFormat
* @static
*/
/**
* Singleton object corresponding to the entry with value ``4``.
* @type {OcaMediaFrameFormat}
* @member IEC_61883_6
* @memberof OcaMediaFrameFormat
* @static
*/
/**
* Singleton object corresponding to the entry with value ``5``.
* @type {OcaMediaFrameFormat}
* @member USB_AUDIO_2_0
* @memberof OcaMediaFrameFormat
* @static
*/
/**
* Singleton object corresponding to the entry with value ``65``.
* @type {OcaMediaFrameFormat}
* @member ExtensionPoint
* @memberof OcaMediaFrameFormat
* @static
*/