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); } export default DtsPassthroughAudioConfiguration;