@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
16 lines (15 loc) • 400 B
TypeScript
import CodecConfigType from './CodecConfigType';
/**
* @export
* @class CodecConfigTypeResponse
*/
export declare class CodecConfigTypeResponse {
/**
* The type of the codec config
* @type {CodecConfigType}
* @memberof CodecConfigTypeResponse
*/
type?: CodecConfigType;
constructor(obj?: Partial<CodecConfigTypeResponse>);
}
export default CodecConfigTypeResponse;