@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
15 lines (14 loc) • 457 B
TypeScript
/**
* @export
* @class LiveEncodingHeartbeatUrlResponse
*/
export declare class LiveEncodingHeartbeatUrlResponse {
/**
* Presigned S3 URL to download the final heartbeat JSON of the live encoding. Valid for 10 minutes. (required)
* @type {string}
* @memberof LiveEncodingHeartbeatUrlResponse
*/
url?: string;
constructor(obj?: Partial<LiveEncodingHeartbeatUrlResponse>);
}
export default LiveEncodingHeartbeatUrlResponse;