aes70
Version:
A controller library for the AES70 protocol.
29 lines (26 loc) • 499 B
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Mute states
* @class OcaMuteState
*/
export class OcaMuteState extends Enum({
Muted: 1,
Unmuted: 2,
}) {}
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaMuteState}
* @member Muted
* @memberof OcaMuteState
* @static
*/
/**
* Singleton object corresponding to the entry with value ``2``.
* @type {OcaMuteState}
* @member Unmuted
* @memberof OcaMuteState
* @static
*/