UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 179 B
/** * Can be 5.1 or 5.1.4 * @export * @enum {string} */ export declare enum DtsXChannelLayout { CL_5_1 = "5.1", CL_5_1_4 = "5.1.4" } export default DtsXChannelLayout;