@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
21 lines (20 loc) • 582 B
TypeScript
/**
* @export
* @class LiveStandbyPoolEncodingIngestPoint
*/
export declare class LiveStandbyPoolEncodingIngestPoint {
/**
* URL to the RTMP/RTMPS endpoint for this live encoding
* @type {string}
* @memberof LiveStandbyPoolEncodingIngestPoint
*/
streamBaseUrl?: string;
/**
* Stream key value of this live encoding
* @type {string}
* @memberof LiveStandbyPoolEncodingIngestPoint
*/
streamKey?: string;
constructor(obj?: Partial<LiveStandbyPoolEncodingIngestPoint>);
}
export default LiveStandbyPoolEncodingIngestPoint;