@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
17 lines (16 loc) • 543 B
TypeScript
import CodecConfigType from './CodecConfigType';
import CodecConfiguration from './CodecConfiguration';
/**
* @export
* @class DtsPassthroughAudioConfiguration
*/
export declare class DtsPassthroughAudioConfiguration extends CodecConfiguration {
/**
* Discriminator property for CodecConfiguration
* @type {string}
* @memberof DtsPassthroughAudioConfiguration
*/
readonly type: CodecConfigType;
constructor(obj?: Partial<DtsPassthroughAudioConfiguration>);
}
export default DtsPassthroughAudioConfiguration;