aes70
Version:
A controller library for the AES70 protocol.
29 lines (26 loc) • 632 B
JavaScript
/*
* This file has been generated.
*/
import { Enum } from './Enum.js';
/**
* Type of media position specified: samples or nanoseconds
* @class OcaMediaVolumePositionType
*/
export class OcaMediaVolumePositionType extends Enum({
Samples: 0,
Seconds: 1,
}) {}
/**
* Singleton object corresponding to the entry with value ``0``.
* @type {OcaMediaVolumePositionType}
* @member Samples
* @memberof OcaMediaVolumePositionType
* @static
*/
/**
* Singleton object corresponding to the entry with value ``1``.
* @type {OcaMediaVolumePositionType}
* @member Seconds
* @memberof OcaMediaVolumePositionType
* @static
*/