@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
21 lines (20 loc) • 535 B
TypeScript
/**
* @export
* @class EncodingOutputPathsHlsManifest
*/
export declare class EncodingOutputPathsHlsManifest {
/**
* Id of the HLS manifest
* @type {string}
* @memberof EncodingOutputPathsHlsManifest
*/
id?: string;
/**
* Path to the index file of the HLS manifest on the given output
* @type {string}
* @memberof EncodingOutputPathsHlsManifest
*/
path?: string;
constructor(obj?: Partial<EncodingOutputPathsHlsManifest>);
}
export default EncodingOutputPathsHlsManifest;