aes70
Version:
A controller library for the AES70 protocol.
18 lines (15 loc) • 432 B
JavaScript
/*
* This file has been generated.
*/
import { OcaBlob } from './OcaBlob.js';
import { OcaUint32 } from './OcaUint32.js';
import { Struct } from './Struct.js';
import { OcaMediaTransportSessionConnection as type } from '../types/OcaMediaTransportSessionConnection.js';
export const OcaMediaTransportSessionConnection = Struct(
{
ID: OcaUint32,
LocalEndpointID: OcaUint32,
RemoteEndpointID: OcaBlob,
},
type
);