UNPKG

aes70

Version:

A controller library for the AES70 protocol.

17 lines (14 loc) 438 B
/* * This file has been generated. */ import { OcaMediaStreamEndpointState } from './OcaMediaStreamEndpointState.js'; import { OcaUint16 } from './OcaUint16.js'; import { Struct } from './Struct.js'; import { OcaMediaStreamEndpointStatus as type } from '../types/OcaMediaStreamEndpointStatus.js'; export const OcaMediaStreamEndpointStatus = Struct( { State: OcaMediaStreamEndpointState, ErrorCode: OcaUint16, }, type );