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: {
    AKAMAI_MSL: string;
    AKAMAI_NETSTORAGE: string;
    AZURE: string;
    CDN: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    LIVE_MEDIA_INGEST: string;
    LOCAL: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
} = ...

Type declaration

  • AKAMAI_MSL: string
  • AKAMAI_NETSTORAGE: string
  • AZURE: string
  • CDN: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • LIVE_MEDIA_INGEST: string
  • LOCAL: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
_discriminatorName: "type" = 'type'

Generated using TypeDoc