/* * This file has been generated. */ /** * Bitset describing the I/O direction(s) an Endpoint supports. * @enum {number} * @readonly */ export declare const OcaMediaStreamModeCapabilityDirection: { /** * Entry with value ``1``. */ Input: number; /** * Entry with value ``2``. */ Output: number; }; export declare type IOcaMediaStreamModeCapabilityDirection = number;