UNPKG

aes70

Version:

A controller library for the AES70 protocol.

37 lines (34 loc) 710 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Type of media endpoint: unicast or multicast. * @class OcaStreamType */ export class OcaStreamType extends Enum({ None: 0, Unicast: 1, Multicast: 2, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaStreamType} * @member None * @memberof OcaStreamType * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaStreamType} * @member Unicast * @memberof OcaStreamType * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaStreamType} * @member Multicast * @memberof OcaStreamType * @static */