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