aes70
Version:
A controller library for the AES70 protocol.
22 lines (19 loc) • 396 B
TypeScript
/*
* 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;