@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
16 lines (15 loc) • 472 B
TypeScript
import LiveStandbyPoolResponse from './LiveStandbyPoolResponse';
/**
* @export
* @class LiveStandbyPoolDetails
*/
export declare class LiveStandbyPoolDetails extends LiveStandbyPoolResponse {
/**
* Base64 encoded template used to start the encodings in the pool
* @type {string}
* @memberof LiveStandbyPoolDetails
*/
encodingTemplate?: string;
constructor(obj?: Partial<LiveStandbyPoolDetails>);
}
export default LiveStandbyPoolDetails;