UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

17 lines (16 loc) 528 B
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<PassthroughAudioConfiguration>); } export default PassthroughAudioConfiguration;