Export

AkamaiMslOutput

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

Deprecation notice: This property does not have any effect and will not be returned by GET endpoints

Memberof

Output

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

eventName?: string

The Akamai event name (required)

Memberof

AkamaiMslOutput

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

modifiedAt?: Date

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

Memberof

BitmovinResource

mslVersion?: MSL4

The Akamai MSL Version. Only MSL4 is supported at the moment. (required)

Memberof

AkamaiMslOutput

name?: string

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

Memberof

BitmovinResource

streamFormat?: AkamaiMslStreamFormat
  • DASH: configure the Encoding with fMP4 or CMAF muxings and a DASH manifest. - HLS: configure the Encoding with TS muxings and an HLS manifest. - CMAF: configure the Encoding with fMP4 or CMAF muxings with both DASH and HLS manifests. (required)

Memberof

AkamaiMslOutput

streamId?: number

The Akamai stream ID (required)

Memberof

AkamaiMslOutput

type: OutputType = OutputType.AKAMAI_MSL

Discriminator property for Output

Memberof

AkamaiMslOutput

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'