aes70
Version:
A controller library for the AES70 protocol.
45 lines (42 loc) • 990 B
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Enum that describes type of data in a standard library volume.
* @class OcaLibVolStandardTypeID
*/
export class OcaLibVolStandardTypeID extends Enum({
None: 0,
ParamSet: 1,
Patch: 2,
Program: 3,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaLibVolStandardTypeID}
* @member None
* @memberof OcaLibVolStandardTypeID
* @static
*/
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaLibVolStandardTypeID}
* @member ParamSet
* @memberof OcaLibVolStandardTypeID
* @static
*/
/**
* Singleton object corresponding to the entry with value ``2``.
* @type {OcaLibVolStandardTypeID}
* @member Patch
* @memberof OcaLibVolStandardTypeID
* @static
*/
/**
* Singleton object corresponding to the entry with value ``3``.
* @type {OcaLibVolStandardTypeID}
* @member Program
* @memberof OcaLibVolStandardTypeID
* @static
*/