aes70
Version:
A controller library for the AES70 protocol.
117 lines (114 loc) • 2.71 kB
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Enumeration of curve shapes used by OcaFilterParametric.
* @class OcaParametricEQShape
*/
export class OcaParametricEQShape extends Enum({
None: 0,
PEQ: 1,
LowShelv: 2,
HighShelv: 3,
LowPass: 4,
HighPass: 5,
BandPass: 6,
AllPass: 7,
Notch: 8,
ToneControlLowFixed: 9,
ToneControlLowSliding: 10,
ToneControlHighFixed: 11,
ToneControlHighSliding: 12,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaParametricEQShape}
* @member None
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaParametricEQShape}
* @member PEQ
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``2``.
* @type {OcaParametricEQShape}
* @member LowShelv
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``3``.
* @type {OcaParametricEQShape}
* @member HighShelv
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``4``.
* @type {OcaParametricEQShape}
* @member LowPass
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``5``.
* @type {OcaParametricEQShape}
* @member HighPass
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``6``.
* @type {OcaParametricEQShape}
* @member BandPass
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``7``.
* @type {OcaParametricEQShape}
* @member AllPass
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``8``.
* @type {OcaParametricEQShape}
* @member Notch
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``9``.
* @type {OcaParametricEQShape}
* @member ToneControlLowFixed
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``10``.
* @type {OcaParametricEQShape}
* @member ToneControlLowSliding
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``11``.
* @type {OcaParametricEQShape}
* @member ToneControlHighFixed
* @memberof OcaParametricEQShape
* @static
*/
/**
* Singleton object corresponding to the entry with value ``12``.
* @type {OcaParametricEQShape}
* @member ToneControlHighSliding
* @memberof OcaParametricEQShape
* @static
*/