Export

DashManifest

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

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

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