Class DashManifestDefault

Export

DashManifestDefault

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

dashEditionCompatibility?: V4

The manifest compatibility with the standard DASH Edition.

Memberof

DashManifest

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

encodingId?: string

The id of the encoding to create a default manifest for. Either "encodingId" or "periods" is required.

Memberof

DashManifestDefault

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

manifestName?: string

The filename of your manifest

Memberof

DashManifest

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

namespaces?: XmlNamespace[]

List of additional XML namespaces to add to the DASH Manifest

Memberof

DashManifest

outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

Adds a period for every item. Can only be used when setting "version" to "V2". Either "periods" or "encodingId" is required.

Memberof

DashManifestDefault

profile?: DashProfile

Determines if segmented or progressive representations can appear in the manifest

Memberof

DashManifest

status?: Status

Current status

Memberof

Manifest

Memberof

Manifest

utcTimings?: UtcTiming[]

List of UTC Timings to use for live streaming

Memberof

DashManifest

Specifies the algorithm that determines which output of the given encoding is included into the manifest. Note that this is not related to the "manifestGenerator" version of the "Start" request.

Memberof

DashManifestDefault

Generated using TypeDoc