Class DtsAudioConfiguration

Export

DtsAudioConfiguration

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

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

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

mode?: DtsMode

There are two DTS modes available: DTS Express Audio (EXPRESS_AUDIO) and DTS Digital Surround (DIGITAL_SURROUND)

Memberof

DtsAudioConfiguration

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

rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

type: CodecConfigType = CodecConfigType.DTS

Discriminator property for CodecConfiguration

Memberof

DtsAudioConfiguration

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

Type declaration

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