import CodecConfigType from './CodecConfigType'; import CodecConfiguration from './CodecConfiguration'; /** * @export * @class PassthroughAudioConfiguration */ export declare class PassthroughAudioConfiguration extends CodecConfiguration { /** * Discriminator property for CodecConfiguration * @type {string} * @memberof PassthroughAudioConfiguration */ readonly type: CodecConfigType; constructor(obj?: Partial); } export default PassthroughAudioConfiguration;