UNPKG

aes70

Version:

A controller library for the AES70 protocol.

19 lines (16 loc) 426 B
/* * This file has been generated. */ import { OcaString } from './OcaString.js'; import { OcaUint16 } from './OcaUint16.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaMediaCoding as type } from '../types/OcaMediaCoding.js'; export const OcaMediaCoding = Struct( { CodingSchemeID: OcaUint16, CodecParameters: OcaString, ClockONo: OcaUint32, }, type );