UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

23 lines (22 loc) 710 B
import SmoothManifestDefaultVersion from './SmoothManifestDefaultVersion'; import SmoothStreamingManifest from './SmoothStreamingManifest'; /** * @export * @class SmoothManifestDefault */ export declare class SmoothManifestDefault extends SmoothStreamingManifest { /** * The id of the encoding to create a default manifest for (required) * @type {string} * @memberof SmoothManifestDefault */ encodingId?: string; /** * Currently not in use * @type {SmoothManifestDefaultVersion} * @memberof SmoothManifestDefault */ version?: SmoothManifestDefaultVersion; constructor(obj?: Partial<SmoothManifestDefault>); } export default SmoothManifestDefault;