UNPKG

aes70

Version:

A controller library for the AES70 protocol.

28 lines (26 loc) 492 B
/* * This file has been generated. */ /** * Bitset describing the I/O direction(s) an Endpoint supports. * @enum {number} * @readonly */ export const OcaMediaStreamModeCapabilityDirection = { Input: 1, Output: 2, }; /** * Entry with value ``1``. * @type {number} * @member Input * @memberof OcaMediaStreamModeCapabilityDirection * @static */ /** * Entry with value ``2``. * @type {number} * @member Output * @memberof OcaMediaStreamModeCapabilityDirection * @static */