Class SmoothStreamingRepresentation

Export

SmoothStreamingRepresentation

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

description?: string

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

Memberof

BitmovinResource

encodingId?: string

Id of the encoding (required)

Memberof

SmoothStreamingRepresentation

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

language?: string

Language of the MP4 file

Memberof

SmoothStreamingRepresentation

mediaFile?: string

The Smooth Streaming ismv or isma file that will be referenced in the manifest. (required)

Memberof

SmoothStreamingRepresentation

modifiedAt?: Date

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

Memberof

BitmovinResource

muxingId?: string

Id of the muxing. (required)

Memberof

SmoothStreamingRepresentation

name?: string

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

Memberof

BitmovinResource

priority?: number

Specifies the priority of this representation. In the manifest, representations will appear ordered by descending priority values.

Memberof

SmoothStreamingRepresentation

trackName?: string

Track where this MP4 shoudl be added

Memberof

SmoothStreamingRepresentation

Generated using TypeDoc