diff --git a/README.md b/README.md index 666b93b2a..20cd08490 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services, ## Installation ``` bash -npm install @bitmovin/api-sdk@1.214.0 +npm install @bitmovin/api-sdk@1.215.0 ``` ## Initialization diff --git a/docs/classes/AacAudioConfiguration.html b/docs/classes/AacAudioConfiguration.html index bb91b1cc2..2e922a9ef 100644 --- a/docs/classes/AacAudioConfiguration.html +++ b/docs/classes/AacAudioConfiguration.html @@ -1,5 +1,5 @@ AacAudioConfiguration | @bitmovin/api-sdk

Class AacAudioConfiguration

Export

AacAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: AacChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: AacChannelLayout

Channel layout of the audio codec configuration

Memberof

AacAudioConfiguration

-
createdAt?: Date

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

+
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.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
cutoffFrequency?: number

The highest frequency that will pass the audio encoder. This value is optional.

+
cutoffFrequency?: number

The highest frequency that will pass the audio encoder. This value is optional.

Memberof

AacAudioConfiguration

-
description?: string

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

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.AAC

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.AAC

Discriminator property for CodecConfiguration

Memberof

AacAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AbstractCondition.html b/docs/classes/AbstractCondition.html index 3ee9b12e2..a61e971df 100644 --- a/docs/classes/AbstractCondition.html +++ b/docs/classes/AbstractCondition.html @@ -1,5 +1,5 @@ AbstractCondition | @bitmovin/api-sdk

Class AbstractCondition

Export

AbstractCondition

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +

Constructors

Properties

_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AbstractConjunction.html b/docs/classes/AbstractConjunction.html index 235e3523a..d1aafc362 100644 --- a/docs/classes/AbstractConjunction.html +++ b/docs/classes/AbstractConjunction.html @@ -1,8 +1,8 @@ AbstractConjunction | @bitmovin/api-sdk

Class AbstractConjunction

Export

AbstractConjunction

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

conditions?: AbstractCondition[]

Array to perform the AND/OR evaluation on

+

Constructors

Properties

conditions?: AbstractCondition[]

Array to perform the AND/OR evaluation on

Memberof

AbstractConjunction

-
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Ac3AudioConfiguration.html b/docs/classes/Ac3AudioConfiguration.html index 1fa3c21c2..0002d9eef 100644 --- a/docs/classes/Ac3AudioConfiguration.html +++ b/docs/classes/Ac3AudioConfiguration.html @@ -1,5 +1,5 @@ Ac3AudioConfiguration | @bitmovin/api-sdk

Class Ac3AudioConfiguration

Export

Ac3AudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: Ac3ChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: Ac3ChannelLayout

Channel layout of the audio codec configuration

Memberof

Ac3AudioConfiguration

-
createdAt?: Date

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

+
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.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
cutoffFrequency?: number

The highest frequency that will pass the audio encoder. This value is optional.

+
cutoffFrequency?: number

The highest frequency that will pass the audio encoder. This value is optional.

Memberof

Ac3AudioConfiguration

-
description?: string

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

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.AC3

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.AC3

Discriminator property for CodecConfiguration

Memberof

Ac3AudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Accessibility.html b/docs/classes/Accessibility.html index a9c2eeb64..3883f2b73 100644 --- a/docs/classes/Accessibility.html +++ b/docs/classes/Accessibility.html @@ -1,9 +1,9 @@ Accessibility | @bitmovin/api-sdk

Export

Accessibility

-

Constructors

Constructors

Properties

Constructors

Properties

schemeIdUri?: string

The scheme id to use. Please refer to the DASH standard. (required)

+

Constructors

Properties

schemeIdUri?: string

The scheme id to use. Please refer to the DASH standard. (required)

Memberof

Accessibility

-
value?: string

Can be either list of languages or a complete map of services (or CC channels, in CEA-608 terminology) (required)

+
value?: string

Can be either list of languages or a complete map of services (or CC channels, in CEA-608 terminology) (required)

Memberof

Accessibility

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AccountApiKey.html b/docs/classes/AccountApiKey.html index 9c5251934..67c14c0e1 100644 --- a/docs/classes/AccountApiKey.html +++ b/docs/classes/AccountApiKey.html @@ -1,5 +1,5 @@ AccountApiKey | @bitmovin/api-sdk

Export

AccountApiKey

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
value?: string

Key value for authentication with the Bitmovin API (required)

+
value?: string

Key value for authentication with the Bitmovin API (required)

Memberof

AccountApiKey

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AccountInformation.html b/docs/classes/AccountInformation.html index 4843ab844..b698d8063 100644 --- a/docs/classes/AccountInformation.html +++ b/docs/classes/AccountInformation.html @@ -1,5 +1,5 @@ AccountInformation | @bitmovin/api-sdk

Class AccountInformation

Export

AccountInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

apiKeys?: AccountApiKey[]

ApiKeys associated with the account (required)

+

Constructors

Properties

apiKeys?: AccountApiKey[]

ApiKeys associated with the account (required)

Memberof

AccountInformation

-
company?: string

Company name of the tenant.

+
company?: string

Company name of the tenant.

Memberof

AccountInformation

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
email?: string

Email address of the account. (required)

+
email?: string

Email address of the account. (required)

Memberof

AccountInformation

-
firstName?: string

First name of the tenant.

+
firstName?: string

First name of the tenant.

Memberof

AccountInformation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
intercomIdVerification?: string

Memberof

AccountInformation

-
lastName?: string

Last name of the tenant.

+
intercomIdVerification?: string

Memberof

AccountInformation

+
lastName?: string

Last name of the tenant.

Memberof

AccountInformation

-
marketplace?: Marketplace

Memberof

AccountInformation

-
mfaEnabled?: boolean

Memberof

AccountInformation

-
modifiedAt?: Date

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

+
marketplace?: Marketplace

Memberof

AccountInformation

+
mfaEnabled?: boolean

Memberof

AccountInformation

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
phone?: string

Phone number of the tenant.

+
phone?: string

Phone number of the tenant.

Memberof

AccountInformation

-
verified?: boolean

Memberof

AccountInformation

-
\ No newline at end of file +
verified?: boolean

Memberof

AccountInformation

+
\ No newline at end of file diff --git a/docs/classes/Acl.html b/docs/classes/Acl.html index d2fd77a9a..c511af994 100644 --- a/docs/classes/Acl.html +++ b/docs/classes/Acl.html @@ -1,5 +1,5 @@ Acl | @bitmovin/api-sdk

Export

Acl

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
permissions?: Permission[]

Permissions to assign. (required)

+
permissions?: Permission[]

Permissions to assign. (required)

Memberof

Acl

-
policy?: Policy

Memberof

Acl

-
resource?: string

Resource to define the permission for. (required)

+
policy?: Policy

Memberof

Acl

+
resource?: string

Resource to define the permission for. (required)

Memberof

Acl

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AclEntry.html b/docs/classes/AclEntry.html index c12b4980b..583a69e20 100644 --- a/docs/classes/AclEntry.html +++ b/docs/classes/AclEntry.html @@ -1,8 +1,8 @@ AclEntry | @bitmovin/api-sdk

Export

AclEntry

-

Constructors

Constructors

Properties

Constructors

Properties

permission?: AclPermission

Memberof

AclEntry

-
scope?: string

Deprecation notice: The value of this property is not being used. It can be chosen arbitrarily or not set at all

+

Constructors

Properties

permission?: AclPermission

Memberof

AclEntry

+
scope?: string

Deprecation notice: The value of this property is not being used. It can be chosen arbitrarily or not set at all

Memberof

AclEntry

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsAbstractFilter.html b/docs/classes/AdAnalyticsAbstractFilter.html index 5898d2b68..da625b74e 100644 --- a/docs/classes/AdAnalyticsAbstractFilter.html +++ b/docs/classes/AdAnalyticsAbstractFilter.html @@ -1,7 +1,7 @@ AdAnalyticsAbstractFilter | @bitmovin/api-sdk

Class AdAnalyticsAbstractFilter

Export

AdAnalyticsAbstractFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsAvgQueryRequest.html b/docs/classes/AdAnalyticsAvgQueryRequest.html index 5f8b2440e..d71a67d78 100644 --- a/docs/classes/AdAnalyticsAvgQueryRequest.html +++ b/docs/classes/AdAnalyticsAvgQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsAvgQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsAvgQueryRequest

Export

AdAnalyticsAvgQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsContainsFilter.html b/docs/classes/AdAnalyticsContainsFilter.html index b43a78de7..c76002acf 100644 --- a/docs/classes/AdAnalyticsContainsFilter.html +++ b/docs/classes/AdAnalyticsContainsFilter.html @@ -1,12 +1,12 @@ AdAnalyticsContainsFilter | @bitmovin/api-sdk

Class AdAnalyticsContainsFilter

Export

AdAnalyticsContainsFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.CONTAINS

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.CONTAINS

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsContainsFilter

-
value?: any

Memberof

AdAnalyticsContainsFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AdAnalyticsContainsFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsCountQueryRequest.html b/docs/classes/AdAnalyticsCountQueryRequest.html index 1aee82c5c..c4e3cbaeb 100644 --- a/docs/classes/AdAnalyticsCountQueryRequest.html +++ b/docs/classes/AdAnalyticsCountQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsCountQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsCountQueryRequest

Export

AdAnalyticsCountQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsEqualFilter.html b/docs/classes/AdAnalyticsEqualFilter.html index f80d77758..85b6fc831 100644 --- a/docs/classes/AdAnalyticsEqualFilter.html +++ b/docs/classes/AdAnalyticsEqualFilter.html @@ -1,12 +1,12 @@ AdAnalyticsEqualFilter | @bitmovin/api-sdk

Class AdAnalyticsEqualFilter

Export

AdAnalyticsEqualFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.EQ

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.EQ

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsEqualFilter

-
value?: any

Memberof

AdAnalyticsEqualFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AdAnalyticsEqualFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsGreaterThanFilter.html b/docs/classes/AdAnalyticsGreaterThanFilter.html index 4b87b8d20..47837c23b 100644 --- a/docs/classes/AdAnalyticsGreaterThanFilter.html +++ b/docs/classes/AdAnalyticsGreaterThanFilter.html @@ -1,12 +1,12 @@ AdAnalyticsGreaterThanFilter | @bitmovin/api-sdk

Class AdAnalyticsGreaterThanFilter

Export

AdAnalyticsGreaterThanFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.GT

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.GT

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsGreaterThanFilter

-
value?: any

Memberof

AdAnalyticsGreaterThanFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AdAnalyticsGreaterThanFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsGreaterThanOrEqualFilter.html b/docs/classes/AdAnalyticsGreaterThanOrEqualFilter.html index cc90c1478..e913529d0 100644 --- a/docs/classes/AdAnalyticsGreaterThanOrEqualFilter.html +++ b/docs/classes/AdAnalyticsGreaterThanOrEqualFilter.html @@ -1,12 +1,12 @@ AdAnalyticsGreaterThanOrEqualFilter | @bitmovin/api-sdk

Class AdAnalyticsGreaterThanOrEqualFilter

Export

AdAnalyticsGreaterThanOrEqualFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.GTE

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.GTE

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsGreaterThanOrEqualFilter

-
value?: any

Memberof

AdAnalyticsGreaterThanOrEqualFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AdAnalyticsGreaterThanOrEqualFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsInFilter.html b/docs/classes/AdAnalyticsInFilter.html index 069a5a3ef..2bb752626 100644 --- a/docs/classes/AdAnalyticsInFilter.html +++ b/docs/classes/AdAnalyticsInFilter.html @@ -1,12 +1,12 @@ AdAnalyticsInFilter | @bitmovin/api-sdk

Class AdAnalyticsInFilter

Export

AdAnalyticsInFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.IN

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.IN

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsInFilter

-
value?: any[]

Memberof

AdAnalyticsInFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any[]

Memberof

AdAnalyticsInFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsLessThanFilter.html b/docs/classes/AdAnalyticsLessThanFilter.html index c82b627fe..37a5873a8 100644 --- a/docs/classes/AdAnalyticsLessThanFilter.html +++ b/docs/classes/AdAnalyticsLessThanFilter.html @@ -1,12 +1,12 @@ AdAnalyticsLessThanFilter | @bitmovin/api-sdk

Class AdAnalyticsLessThanFilter

Export

AdAnalyticsLessThanFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.LT

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.LT

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsLessThanFilter

-
value?: any

Memberof

AdAnalyticsLessThanFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AdAnalyticsLessThanFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsLessThanOrEqualFilter.html b/docs/classes/AdAnalyticsLessThanOrEqualFilter.html index dfbbd3f93..9bb2b628a 100644 --- a/docs/classes/AdAnalyticsLessThanOrEqualFilter.html +++ b/docs/classes/AdAnalyticsLessThanOrEqualFilter.html @@ -1,12 +1,12 @@ AdAnalyticsLessThanOrEqualFilter | @bitmovin/api-sdk

Class AdAnalyticsLessThanOrEqualFilter

Export

AdAnalyticsLessThanOrEqualFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.LTE

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.LTE

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsLessThanOrEqualFilter

-
value?: any

Memberof

AdAnalyticsLessThanOrEqualFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AdAnalyticsLessThanOrEqualFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsMaxQueryRequest.html b/docs/classes/AdAnalyticsMaxQueryRequest.html index f00953a02..997d40356 100644 --- a/docs/classes/AdAnalyticsMaxQueryRequest.html +++ b/docs/classes/AdAnalyticsMaxQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsMaxQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsMaxQueryRequest

Export

AdAnalyticsMaxQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsMedianQueryRequest.html b/docs/classes/AdAnalyticsMedianQueryRequest.html index ff10efe46..300e245c5 100644 --- a/docs/classes/AdAnalyticsMedianQueryRequest.html +++ b/docs/classes/AdAnalyticsMedianQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsMedianQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsMedianQueryRequest

Export

AdAnalyticsMedianQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsMinQueryRequest.html b/docs/classes/AdAnalyticsMinQueryRequest.html index 10becec65..58018b945 100644 --- a/docs/classes/AdAnalyticsMinQueryRequest.html +++ b/docs/classes/AdAnalyticsMinQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsMinQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsMinQueryRequest

Export

AdAnalyticsMinQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsNotContainsFilter.html b/docs/classes/AdAnalyticsNotContainsFilter.html index 0c69ea6ca..84ef0478e 100644 --- a/docs/classes/AdAnalyticsNotContainsFilter.html +++ b/docs/classes/AdAnalyticsNotContainsFilter.html @@ -1,12 +1,12 @@ AdAnalyticsNotContainsFilter | @bitmovin/api-sdk

Class AdAnalyticsNotContainsFilter

Export

AdAnalyticsNotContainsFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.NOTCONTAINS

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.NOTCONTAINS

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsNotContainsFilter

-
value?: any

Memberof

AdAnalyticsNotContainsFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AdAnalyticsNotContainsFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsNotEqualFilter.html b/docs/classes/AdAnalyticsNotEqualFilter.html index bc340a184..c4e483d8e 100644 --- a/docs/classes/AdAnalyticsNotEqualFilter.html +++ b/docs/classes/AdAnalyticsNotEqualFilter.html @@ -1,12 +1,12 @@ AdAnalyticsNotEqualFilter | @bitmovin/api-sdk

Class AdAnalyticsNotEqualFilter

Export

AdAnalyticsNotEqualFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.NE

Discriminator property for AdAnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AdAnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.NE

Discriminator property for AdAnalyticsAbstractFilter

Memberof

AdAnalyticsNotEqualFilter

-
value?: any

Memberof

AdAnalyticsNotEqualFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AdAnalyticsNotEqualFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsOrderByEntry.html b/docs/classes/AdAnalyticsOrderByEntry.html index 786f9bf1e..965b4bc38 100644 --- a/docs/classes/AdAnalyticsOrderByEntry.html +++ b/docs/classes/AdAnalyticsOrderByEntry.html @@ -1,7 +1,7 @@ AdAnalyticsOrderByEntry | @bitmovin/api-sdk

Class AdAnalyticsOrderByEntry

Export

AdAnalyticsOrderByEntry

-
\ No newline at end of file +

Constructors

Properties

Memberof

AdAnalyticsOrderByEntry

+

Memberof

AdAnalyticsOrderByEntry

+
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsPercentileQueryRequest.html b/docs/classes/AdAnalyticsPercentileQueryRequest.html index fe2aa1abe..c74a47cc5 100644 --- a/docs/classes/AdAnalyticsPercentileQueryRequest.html +++ b/docs/classes/AdAnalyticsPercentileQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsPercentileQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsPercentileQueryRequest

Export

AdAnalyticsPercentileQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
percentile?: number

The percentage (0-99) used for percentile queries. (required)

+

Memberof

AdAnalyticsQueryRequest

+
percentile?: number

The percentage (0-99) used for percentile queries. (required)

Memberof

AdAnalyticsPercentileQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsQueryRequest.html b/docs/classes/AdAnalyticsQueryRequest.html index a303a0769..eaeee5dfb 100644 --- a/docs/classes/AdAnalyticsQueryRequest.html +++ b/docs/classes/AdAnalyticsQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsQueryRequest

Export

AdAnalyticsQueryRequest

-

Hierarchy (view full)

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsStddevQueryRequest.html b/docs/classes/AdAnalyticsStddevQueryRequest.html index e8ac82b09..3021a287f 100644 --- a/docs/classes/AdAnalyticsStddevQueryRequest.html +++ b/docs/classes/AdAnalyticsStddevQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsStddevQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsStddevQueryRequest

Export

AdAnalyticsStddevQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsSumQueryRequest.html b/docs/classes/AdAnalyticsSumQueryRequest.html index 1933218cb..9d212d521 100644 --- a/docs/classes/AdAnalyticsSumQueryRequest.html +++ b/docs/classes/AdAnalyticsSumQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsSumQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsSumQueryRequest

Export

AdAnalyticsSumQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdAnalyticsVarianceQueryRequest.html b/docs/classes/AdAnalyticsVarianceQueryRequest.html index f6561e635..37edab16d 100644 --- a/docs/classes/AdAnalyticsVarianceQueryRequest.html +++ b/docs/classes/AdAnalyticsVarianceQueryRequest.html @@ -1,5 +1,5 @@ AdAnalyticsVarianceQueryRequest | @bitmovin/api-sdk

Class AdAnalyticsVarianceQueryRequest

Export

AdAnalyticsVarianceQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

Memberof

AdAnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AdAnalyticsQueryRequest

+

Memberof

AdAnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AdAnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AdAnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AdAnalyticsQueryRequest

-

Memberof

AdAnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AdAnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AdaptationSet.html b/docs/classes/AdaptationSet.html index 13572a183..a500cdfc8 100644 --- a/docs/classes/AdaptationSet.html +++ b/docs/classes/AdaptationSet.html @@ -1,5 +1,5 @@ AdaptationSet | @bitmovin/api-sdk

Export

AdaptationSet

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

+

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

Memberof

AdaptationSet

-
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

+
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

Memberof

AdaptationSet

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
labels?: Label[]

List of labels

+
labels?: Label[]

List of labels

Memberof

AdaptationSet

-

Roles of the adaptation set

+

Roles of the adaptation set

Memberof

AdaptationSet

-
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

  • AUDIO: string
  • IMAGE: string
  • SUBTITLE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AdaptationSetTypeResponse.html b/docs/classes/AdaptationSetTypeResponse.html index cdd7543d1..a5ee5f761 100644 --- a/docs/classes/AdaptationSetTypeResponse.html +++ b/docs/classes/AdaptationSetTypeResponse.html @@ -1,6 +1,6 @@ AdaptationSetTypeResponse | @bitmovin/api-sdk

Class AdaptationSetTypeResponse

Export

AdaptationSetTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

The type of the adaptation set

+

Constructors

Properties

The type of the adaptation set

Memberof

AdaptationSetTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AesEncryptionDrm.html b/docs/classes/AesEncryptionDrm.html index a075d3c07..c1235a7d6 100644 --- a/docs/classes/AesEncryptionDrm.html +++ b/docs/classes/AesEncryptionDrm.html @@ -1,5 +1,5 @@ AesEncryptionDrm | @bitmovin/api-sdk

Class AesEncryptionDrm

Export

AesEncryptionDrm

-

Hierarchy (view full)

  • Drm
    • AesEncryptionDrm

Constructors

Hierarchy (view full)

  • Drm
    • AesEncryptionDrm

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
iv?: string

16 byte initialization vector

+
iv?: string

16 byte initialization vector

Memberof

AesEncryptionDrm

-
key?: string

16 byte Encryption key, 32 hexadecimal characters (required)

+
key?: string

16 byte Encryption key, 32 hexadecimal characters (required)

Memberof

AesEncryptionDrm

-
keyFileUri?: string

Path relative to the output for referencing in the manifest. If this value is not set the key file will be written automatically to the output folder.

+
keyFileUri?: string

Path relative to the output for referencing in the manifest. If this value is not set the key file will be written automatically to the output folder.

Memberof

AesEncryptionDrm

-

Memberof

AesEncryptionDrm

-
modifiedAt?: Date

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

+

Memberof

AesEncryptionDrm

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
type: DrmType = DrmType.AES

Discriminator property for Drm

+
outputs?: EncodingOutput[]

Memberof

Drm

+
type: DrmType = DrmType.AES

Discriminator property for Drm

Memberof

AesEncryptionDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AkamaiAccount.html b/docs/classes/AkamaiAccount.html index 54cea80e0..9a7419ffa 100644 --- a/docs/classes/AkamaiAccount.html +++ b/docs/classes/AkamaiAccount.html @@ -1,5 +1,5 @@ AkamaiAccount | @bitmovin/api-sdk

Export

AkamaiAccount

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

apiToken?: string

Akamai/Linode API token (required)

+

Constructors

Properties

apiToken?: string

Akamai/Linode API token (required)

Memberof

AkamaiAccount

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AkamaiAccountRegionSettings.html b/docs/classes/AkamaiAccountRegionSettings.html index 456c35f98..1dd77f84d 100644 --- a/docs/classes/AkamaiAccountRegionSettings.html +++ b/docs/classes/AkamaiAccountRegionSettings.html @@ -1,5 +1,5 @@ AkamaiAccountRegionSettings | @bitmovin/api-sdk

Class AkamaiAccountRegionSettings

Export

AkamaiAccountRegionSettings

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
firewallId?: number

Id of the firewall for encoding instances (required)

+
firewallId?: number

Id of the firewall for encoding instances (required)

Memberof

AkamaiAccountRegionSettings

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

AkamaiAccountRegionSettings

-
subnetId?: number

Id of the VPC subnet for encoding instances (required)

+

Memberof

AkamaiAccountRegionSettings

+
subnetId?: number

Id of the VPC subnet for encoding instances (required)

Memberof

AkamaiAccountRegionSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AkamaiMslOutput.html b/docs/classes/AkamaiMslOutput.html index b25e598fc..8930ea79f 100644 --- a/docs/classes/AkamaiMslOutput.html +++ b/docs/classes/AkamaiMslOutput.html @@ -1,5 +1,5 @@ AkamaiMslOutput | @bitmovin/api-sdk

Export

AkamaiMslOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
eventName?: string

The Akamai event name (required)

+
eventName?: string

The Akamai event name (required)

Memberof

AkamaiMslOutput

-
id?: string

Id of the resource (required)

+
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

+
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)

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
streamFormat?: AkamaiMslStreamFormat
    +
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)

+
streamId?: number

The Akamai stream ID (required)

Memberof

AkamaiMslOutput

-
type: OutputType = OutputType.AKAMAI_MSL

Discriminator property for Output

+
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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AkamaiNetStorageInput.html b/docs/classes/AkamaiNetStorageInput.html index 8221ceb50..52b44c363 100644 --- a/docs/classes/AkamaiNetStorageInput.html +++ b/docs/classes/AkamaiNetStorageInput.html @@ -1,5 +1,5 @@ AkamaiNetStorageInput | @bitmovin/api-sdk

Class AkamaiNetStorageInput

Export

AkamaiNetStorageInput

-

Hierarchy (view full)

  • Input
    • AkamaiNetStorageInput

Constructors

Hierarchy (view full)

  • Input
    • AkamaiNetStorageInput

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Host to use for Akamai NetStorage transfers (required)

+
host?: string

Host to use for Akamai NetStorage transfers (required)

Memberof

AkamaiNetStorageInput

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
password?: string

Your Akamai NetStorage password (required)

+
password?: string

Your Akamai NetStorage password (required)

Memberof

AkamaiNetStorageInput

-
type: InputType = InputType.AKAMAI_NETSTORAGE

Discriminator property for Input

+
type: InputType = InputType.AKAMAI_NETSTORAGE

Discriminator property for Input

Memberof

AkamaiNetStorageInput

-
username?: string

Your Akamai NetStorage Username (required)

+
username?: string

Your Akamai NetStorage Username (required)

Memberof

AkamaiNetStorageInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AkamaiNetStorageOutput.html b/docs/classes/AkamaiNetStorageOutput.html index 103423557..a5fcaf387 100644 --- a/docs/classes/AkamaiNetStorageOutput.html +++ b/docs/classes/AkamaiNetStorageOutput.html @@ -1,5 +1,5 @@ AkamaiNetStorageOutput | @bitmovin/api-sdk

Class AkamaiNetStorageOutput

Export

AkamaiNetStorageOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Host to use for Akamai NetStorage transfers (required)

+
host?: string

Host to use for Akamai NetStorage transfers (required)

Memberof

AkamaiNetStorageOutput

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
password?: string

Your Akamai NetStorage password (required)

+
password?: string

Your Akamai NetStorage password (required)

Memberof

AkamaiNetStorageOutput

-
type: OutputType = OutputType.AKAMAI_NETSTORAGE

Discriminator property for Output

+
type: OutputType = OutputType.AKAMAI_NETSTORAGE

Discriminator property for Output

Memberof

AkamaiNetStorageOutput

-
username?: string

Your Akamai NetStorage Username (required)

+
username?: string

Your Akamai NetStorage Username (required)

Memberof

AkamaiNetStorageOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AnalyticsAbstractFilter.html b/docs/classes/AnalyticsAbstractFilter.html index cd275dbb6..0dd774ca3 100644 --- a/docs/classes/AnalyticsAbstractFilter.html +++ b/docs/classes/AnalyticsAbstractFilter.html @@ -1,7 +1,7 @@ AnalyticsAbstractFilter | @bitmovin/api-sdk

Class AnalyticsAbstractFilter

Export

AnalyticsAbstractFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsAvgConcurrentViewersResponse.html b/docs/classes/AnalyticsAvgConcurrentViewersResponse.html index eeec5f20e..0c088c756 100644 --- a/docs/classes/AnalyticsAvgConcurrentViewersResponse.html +++ b/docs/classes/AnalyticsAvgConcurrentViewersResponse.html @@ -1,10 +1,10 @@ AnalyticsAvgConcurrentViewersResponse | @bitmovin/api-sdk

Class AnalyticsAvgConcurrentViewersResponse

Export

AnalyticsAvgConcurrentViewersResponse

-

Constructors

Constructors

Properties

Constructors

Properties

columnLabels?: AnalyticsColumnLabel[]

Memberof

AnalyticsAvgConcurrentViewersResponse

-
rowCount?: number

Number of rows returned

+

Constructors

Properties

columnLabels?: AnalyticsColumnLabel[]

Memberof

AnalyticsAvgConcurrentViewersResponse

+
rowCount?: number

Number of rows returned

Memberof

AnalyticsAvgConcurrentViewersResponse

-
rows?: number[]

Memberof

AnalyticsAvgConcurrentViewersResponse

-
\ No newline at end of file +
rows?: number[]

Memberof

AnalyticsAvgConcurrentViewersResponse

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsAvgDroppedFramesResponse.html b/docs/classes/AnalyticsAvgDroppedFramesResponse.html index aec1fd35f..b2d59f218 100644 --- a/docs/classes/AnalyticsAvgDroppedFramesResponse.html +++ b/docs/classes/AnalyticsAvgDroppedFramesResponse.html @@ -1,10 +1,10 @@ AnalyticsAvgDroppedFramesResponse | @bitmovin/api-sdk

Class AnalyticsAvgDroppedFramesResponse

Export

AnalyticsAvgDroppedFramesResponse

-

Constructors

Constructors

Properties

Constructors

Properties

columnLabels?: AnalyticsColumnLabel[]

Memberof

AnalyticsAvgDroppedFramesResponse

-
rowCount?: number

Number of rows returned

+

Constructors

Properties

columnLabels?: AnalyticsColumnLabel[]

Memberof

AnalyticsAvgDroppedFramesResponse

+
rowCount?: number

Number of rows returned

Memberof

AnalyticsAvgDroppedFramesResponse

-
rows?: number[]

Memberof

AnalyticsAvgDroppedFramesResponse

-
\ No newline at end of file +
rows?: number[]

Memberof

AnalyticsAvgDroppedFramesResponse

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsAvgQueryRequest.html b/docs/classes/AnalyticsAvgQueryRequest.html index 42534cc2a..dd6fa4ffa 100644 --- a/docs/classes/AnalyticsAvgQueryRequest.html +++ b/docs/classes/AnalyticsAvgQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsAvgQueryRequest | @bitmovin/api-sdk

Class AnalyticsAvgQueryRequest

Export

AnalyticsAvgQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsAzureOutput.html b/docs/classes/AnalyticsAzureOutput.html index 35ff9b4e7..77c893a84 100644 --- a/docs/classes/AnalyticsAzureOutput.html +++ b/docs/classes/AnalyticsAzureOutput.html @@ -1,5 +1,5 @@ AnalyticsAzureOutput | @bitmovin/api-sdk

Class AnalyticsAzureOutput

Export

AnalyticsAzureOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accountKey?: string

Microsoft Azure Account Access Key with the Contributor Role (required)

+

Constructors

Properties

accountKey?: string

Microsoft Azure Account Access Key with the Contributor Role (required)

Memberof

AnalyticsAzureOutput

-
accountName?: string

Azure Account Name (required)

+
accountName?: string

Azure Account Name (required)

Memberof

AnalyticsAzureOutput

-
acl?: AclEntry[]

Memberof

AnalyticsOutput

-
container?: string

Microsoft Azure container name (required)

+
acl?: AclEntry[]

Memberof

AnalyticsOutput

+
container?: string

Microsoft Azure container name (required)

Memberof

AnalyticsAzureOutput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: AnalyticsOutputType = AnalyticsOutputType.AZURE

Discriminator property for AnalyticsOutput

+
type: AnalyticsOutputType = AnalyticsOutputType.AZURE

Discriminator property for AnalyticsOutput

Memberof

AnalyticsAzureOutput

-
_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

  • AZURE: string
  • GCS_SERVICE_ACCOUNT: string
  • S3_ROLE_BASED: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AnalyticsColumnLabel.html b/docs/classes/AnalyticsColumnLabel.html index 300826ccc..ef452e52f 100644 --- a/docs/classes/AnalyticsColumnLabel.html +++ b/docs/classes/AnalyticsColumnLabel.html @@ -1,7 +1,7 @@ AnalyticsColumnLabel | @bitmovin/api-sdk

Class AnalyticsColumnLabel

Export

AnalyticsColumnLabel

-

Constructors

Constructors

Properties

Constructors

Properties

key?: string

Memberof

AnalyticsColumnLabel

-
label?: string

Memberof

AnalyticsColumnLabel

-
\ No newline at end of file +

Constructors

Properties

key?: string

Memberof

AnalyticsColumnLabel

+
label?: string

Memberof

AnalyticsColumnLabel

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsContainsFilter.html b/docs/classes/AnalyticsContainsFilter.html index 6453833fd..2a852c4a4 100644 --- a/docs/classes/AnalyticsContainsFilter.html +++ b/docs/classes/AnalyticsContainsFilter.html @@ -1,12 +1,12 @@ AnalyticsContainsFilter | @bitmovin/api-sdk

Class AnalyticsContainsFilter

Export

AnalyticsContainsFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.CONTAINS

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.CONTAINS

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsContainsFilter

-
value?: any

Memberof

AnalyticsContainsFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AnalyticsContainsFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsContextDescription.html b/docs/classes/AnalyticsContextDescription.html index ada976434..721db24f7 100644 --- a/docs/classes/AnalyticsContextDescription.html +++ b/docs/classes/AnalyticsContextDescription.html @@ -1,7 +1,7 @@ AnalyticsContextDescription | @bitmovin/api-sdk

Class AnalyticsContextDescription

Export

AnalyticsContextDescription

-

Constructors

Constructors

Properties

Constructors

Properties

description?: string

Memberof

AnalyticsContextDescription

-
label?: string

Memberof

AnalyticsContextDescription

-
\ No newline at end of file +

Constructors

Properties

description?: string

Memberof

AnalyticsContextDescription

+
label?: string

Memberof

AnalyticsContextDescription

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsCountQueryRequest.html b/docs/classes/AnalyticsCountQueryRequest.html index 597021a48..74a208a74 100644 --- a/docs/classes/AnalyticsCountQueryRequest.html +++ b/docs/classes/AnalyticsCountQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsCountQueryRequest | @bitmovin/api-sdk

Class AnalyticsCountQueryRequest

Export

AnalyticsCountQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsEqualFilter.html b/docs/classes/AnalyticsEqualFilter.html index c09977311..957571a61 100644 --- a/docs/classes/AnalyticsEqualFilter.html +++ b/docs/classes/AnalyticsEqualFilter.html @@ -1,12 +1,12 @@ AnalyticsEqualFilter | @bitmovin/api-sdk

Class AnalyticsEqualFilter

Export

AnalyticsEqualFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.EQ

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.EQ

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsEqualFilter

-
value?: any

Memberof

AnalyticsEqualFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AnalyticsEqualFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsErrorData.html b/docs/classes/AnalyticsErrorData.html index 226fc5094..740c28319 100644 --- a/docs/classes/AnalyticsErrorData.html +++ b/docs/classes/AnalyticsErrorData.html @@ -1,11 +1,11 @@ AnalyticsErrorData | @bitmovin/api-sdk

Class AnalyticsErrorData

Export

AnalyticsErrorData

-

Constructors

Constructors

Properties

additionalData?: string

Additional error data

+

Constructors

Properties

additionalData?: string

Additional error data

Memberof

AnalyticsErrorData

-
exceptionMessage?: string

Exception message

+
exceptionMessage?: string

Exception message

Memberof

AnalyticsErrorData

-
exceptionStacktrace?: string[]

Memberof

AnalyticsErrorData

-
\ No newline at end of file +
exceptionStacktrace?: string[]

Memberof

AnalyticsErrorData

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsErrorDetail.html b/docs/classes/AnalyticsErrorDetail.html index fa8d9e5cf..9f2e1f127 100644 --- a/docs/classes/AnalyticsErrorDetail.html +++ b/docs/classes/AnalyticsErrorDetail.html @@ -1,5 +1,5 @@ AnalyticsErrorDetail | @bitmovin/api-sdk

Class AnalyticsErrorDetail

Export

AnalyticsErrorDetail

-

Constructors

Constructors

Properties

Constructors

Properties

clientTime?: Date

Client timestamp

+

Constructors

Properties

clientTime?: Date

Client timestamp

Memberof

AnalyticsErrorDetail

-
code?: number

Error code

+
code?: number

Error code

Memberof

AnalyticsErrorDetail

-
errorData?: AnalyticsErrorData

Memberof

AnalyticsErrorDetail

-
errorId?: number

Error id

+
errorData?: AnalyticsErrorData

Memberof

AnalyticsErrorDetail

+
errorId?: number

Error id

Memberof

AnalyticsErrorDetail

-
httpRequests?: AnalyticsHttpRequest[]

Memberof

AnalyticsErrorDetail

-
message?: string

Error message

+
httpRequests?: AnalyticsHttpRequest[]

Memberof

AnalyticsErrorDetail

+
message?: string

Error message

Memberof

AnalyticsErrorDetail

-
time?: Date

Server timestamp

+
time?: Date

Server timestamp

Memberof

AnalyticsErrorDetail

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsErrorDetailsResponse.html b/docs/classes/AnalyticsErrorDetailsResponse.html index 53f84d709..b7044bd90 100644 --- a/docs/classes/AnalyticsErrorDetailsResponse.html +++ b/docs/classes/AnalyticsErrorDetailsResponse.html @@ -1,5 +1,5 @@ AnalyticsErrorDetailsResponse | @bitmovin/api-sdk

Class AnalyticsErrorDetailsResponse

Export

AnalyticsErrorDetailsResponse

-
\ No newline at end of file +

Constructors

Properties

errorDetails?: AnalyticsErrorDetail[]

Memberof

AnalyticsErrorDetailsResponse

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsExportTask.html b/docs/classes/AnalyticsExportTask.html index f0bc9c2fe..79219a753 100644 --- a/docs/classes/AnalyticsExportTask.html +++ b/docs/classes/AnalyticsExportTask.html @@ -1,5 +1,5 @@ AnalyticsExportTask | @bitmovin/api-sdk

Class AnalyticsExportTask

Export

AnalyticsExportTask

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

columns?: string[]

Memberof

AnalyticsExportTask

-
description?: string

Export task description

+

Constructors

Properties

columns?: string[]

Memberof

AnalyticsExportTask

+
description?: string

Export task description

Memberof

AnalyticsExportTask

-
endTime?: Date

End of timeframe which is exported in UTC format (required)

+
endTime?: Date

End of timeframe which is exported in UTC format (required)

Memberof

AnalyticsExportTask

-

File format of export file

+

File format of export file

Memberof

AnalyticsExportTask

-
finishedAt?: Date

UTC timestamp when the export task finished

+
finishedAt?: Date

UTC timestamp when the export task finished

Memberof

AnalyticsExportTask

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
licenseKey?: string

License key (required)

+
licenseKey?: string

License key (required)

Memberof

AnalyticsExportTask

-
name?: string

Name of the export task (required)

+
name?: string

Name of the export task (required)

Memberof

AnalyticsExportTask

-

Memberof

AnalyticsExportTask

-
progress?: number

Progress of the export task

+

Memberof

AnalyticsExportTask

+
progress?: number

Progress of the export task

Memberof

AnalyticsExportTask

-
startTime?: Date

Start of timeframe which is exported in UTC format (required)

+
startTime?: Date

Start of timeframe which is exported in UTC format (required)

Memberof

AnalyticsExportTask

-
startedAt?: Date

UTC timestamp when the export task started

+
startedAt?: Date

UTC timestamp when the export task started

Memberof

AnalyticsExportTask

-

Memberof

AnalyticsExportTask

-

Memberof

AnalyticsExportTask

-
\ No newline at end of file +
status?: AnalyticsExportStatus

Memberof

AnalyticsExportTask

+
type?: AnalyticsExportType

Memberof

AnalyticsExportTask

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsExportTaskOutputTarget.html b/docs/classes/AnalyticsExportTaskOutputTarget.html index 7ac4dab80..abd77ea16 100644 --- a/docs/classes/AnalyticsExportTaskOutputTarget.html +++ b/docs/classes/AnalyticsExportTaskOutputTarget.html @@ -1,9 +1,9 @@ AnalyticsExportTaskOutputTarget | @bitmovin/api-sdk

Class AnalyticsExportTaskOutputTarget

Export

AnalyticsExportTaskOutputTarget

-

Constructors

Constructors

Properties

Constructors

Properties

outputId?: string

Id of the output that should be used (required)

+

Constructors

Properties

outputId?: string

Id of the output that should be used (required)

Memberof

AnalyticsExportTaskOutputTarget

-
outputPath?: string

Path where the export should be saved (required)

+
outputPath?: string

Path where the export should be saved (required)

Memberof

AnalyticsExportTaskOutputTarget

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsGcsServiceAccountOutput.html b/docs/classes/AnalyticsGcsServiceAccountOutput.html index a3b7046e3..38393f730 100644 --- a/docs/classes/AnalyticsGcsServiceAccountOutput.html +++ b/docs/classes/AnalyticsGcsServiceAccountOutput.html @@ -1,5 +1,5 @@ AnalyticsGcsServiceAccountOutput | @bitmovin/api-sdk

Class AnalyticsGcsServiceAccountOutput

Export

AnalyticsGcsServiceAccountOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

Memberof

AnalyticsOutput

-
bucketName?: string

Name of the bucket (required)

+

Constructors

Properties

acl?: AclEntry[]

Memberof

AnalyticsOutput

+
bucketName?: string

Name of the bucket (required)

Memberof

AnalyticsGcsServiceAccountOutput

-
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

+
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Memberof

AnalyticsGcsServiceAccountOutput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
serviceAccountCredentials?: string

GCS projectId (required)

+
serviceAccountCredentials?: string

GCS projectId (required)

Memberof

AnalyticsGcsServiceAccountOutput

-
type: AnalyticsOutputType = AnalyticsOutputType.GCS_SERVICE_ACCOUNT

Discriminator property for AnalyticsOutput

+
type: AnalyticsOutputType = AnalyticsOutputType.GCS_SERVICE_ACCOUNT

Discriminator property for AnalyticsOutput

Memberof

AnalyticsGcsServiceAccountOutput

-
_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

  • AZURE: string
  • GCS_SERVICE_ACCOUNT: string
  • S3_ROLE_BASED: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AnalyticsGreaterThanFilter.html b/docs/classes/AnalyticsGreaterThanFilter.html index 76d9f0bed..55937546a 100644 --- a/docs/classes/AnalyticsGreaterThanFilter.html +++ b/docs/classes/AnalyticsGreaterThanFilter.html @@ -1,12 +1,12 @@ AnalyticsGreaterThanFilter | @bitmovin/api-sdk

Class AnalyticsGreaterThanFilter

Export

AnalyticsGreaterThanFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.GT

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.GT

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsGreaterThanFilter

-
value?: any

Memberof

AnalyticsGreaterThanFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AnalyticsGreaterThanFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsGreaterThanOrEqualFilter.html b/docs/classes/AnalyticsGreaterThanOrEqualFilter.html index cf1819a61..6480a04d5 100644 --- a/docs/classes/AnalyticsGreaterThanOrEqualFilter.html +++ b/docs/classes/AnalyticsGreaterThanOrEqualFilter.html @@ -1,12 +1,12 @@ AnalyticsGreaterThanOrEqualFilter | @bitmovin/api-sdk

Class AnalyticsGreaterThanOrEqualFilter

Export

AnalyticsGreaterThanOrEqualFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.GTE

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.GTE

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsGreaterThanOrEqualFilter

-
value?: any

Memberof

AnalyticsGreaterThanOrEqualFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AnalyticsGreaterThanOrEqualFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsHttpRequest.html b/docs/classes/AnalyticsHttpRequest.html index 1ee735f7f..b5937a80a 100644 --- a/docs/classes/AnalyticsHttpRequest.html +++ b/docs/classes/AnalyticsHttpRequest.html @@ -1,5 +1,5 @@ AnalyticsHttpRequest | @bitmovin/api-sdk

Class AnalyticsHttpRequest

Export

AnalyticsHttpRequest

-

Constructors

Constructors

Properties

Constructors

Properties

clientTime?: Date

Client timestamp

+

Constructors

Properties

clientTime?: Date

Client timestamp

Memberof

AnalyticsHttpRequest

-
downloadTime?: number

Download time

+
downloadTime?: number

Download time

Memberof

AnalyticsHttpRequest

-
httpStatus?: number

Http request status

+
httpStatus?: number

Http request status

Memberof

AnalyticsHttpRequest

-
lastRedirectLocation?: string

Last redirect location

+
lastRedirectLocation?: string

Last redirect location

Memberof

AnalyticsHttpRequest

-
size?: number

Size

+
size?: number

Size

Memberof

AnalyticsHttpRequest

-
success?: boolean

Was http request successful

+
success?: boolean

Was http request successful

Memberof

AnalyticsHttpRequest

-
timeToFirstByte?: number

Time to first byte

+
timeToFirstByte?: number

Time to first byte

Memberof

AnalyticsHttpRequest

-

Memberof

AnalyticsHttpRequest

-
url?: string

Http request URL

+

Memberof

AnalyticsHttpRequest

+
url?: string

Http request URL

Memberof

AnalyticsHttpRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsImpressionListItem.html b/docs/classes/AnalyticsImpressionListItem.html index 1a41e0a9d..8cbe1e209 100644 --- a/docs/classes/AnalyticsImpressionListItem.html +++ b/docs/classes/AnalyticsImpressionListItem.html @@ -1,6 +1,6 @@ AnalyticsImpressionListItem | @bitmovin/api-sdk

Class AnalyticsImpressionListItem

Export

AnalyticsImpressionListItem

-

Constructors

Constructors

Properties

Constructors

Properties

impressionId?: string

Random UUID that is used to identify a session (required)

+

Constructors

Properties

impressionId?: string

Random UUID that is used to identify a session (required)

Memberof

AnalyticsImpressionListItem

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsImpressionsQuery.html b/docs/classes/AnalyticsImpressionsQuery.html index e26e6eb21..4446138fa 100644 --- a/docs/classes/AnalyticsImpressionsQuery.html +++ b/docs/classes/AnalyticsImpressionsQuery.html @@ -1,18 +1,18 @@ AnalyticsImpressionsQuery | @bitmovin/api-sdk

Class AnalyticsImpressionsQuery

Export

AnalyticsImpressionsQuery

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsImpressionsQuery

-
licenseKey?: string

Analytics license key (required)

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsImpressionsQuery

-
limit?: number

Number of returned impressions

+
limit?: number

Number of returned impressions

Memberof

AnalyticsImpressionsQuery

-
start?: Date

Start of timeframe which is queried in UTC format.

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsImpressionsResponse.html b/docs/classes/AnalyticsImpressionsResponse.html index 0a10f3610..812478c47 100644 --- a/docs/classes/AnalyticsImpressionsResponse.html +++ b/docs/classes/AnalyticsImpressionsResponse.html @@ -1,5 +1,5 @@ AnalyticsImpressionsResponse | @bitmovin/api-sdk

Class AnalyticsImpressionsResponse

Export

AnalyticsImpressionsResponse

-
\ No newline at end of file +

Constructors

Properties

Memberof

AnalyticsImpressionsResponse

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsInFilter.html b/docs/classes/AnalyticsInFilter.html index d1a084088..695fa9cd1 100644 --- a/docs/classes/AnalyticsInFilter.html +++ b/docs/classes/AnalyticsInFilter.html @@ -1,12 +1,12 @@ AnalyticsInFilter | @bitmovin/api-sdk

Class AnalyticsInFilter

Export

AnalyticsInFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.IN

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.IN

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsInFilter

-
value?: any[]

Memberof

AnalyticsInFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any[]

Memberof

AnalyticsInFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsInsightsOrganizationSettings.html b/docs/classes/AnalyticsInsightsOrganizationSettings.html index c003a8412..ddb9df676 100644 --- a/docs/classes/AnalyticsInsightsOrganizationSettings.html +++ b/docs/classes/AnalyticsInsightsOrganizationSettings.html @@ -1,18 +1,18 @@ AnalyticsInsightsOrganizationSettings | @bitmovin/api-sdk

Class AnalyticsInsightsOrganizationSettings

Export

AnalyticsInsightsOrganizationSettings

-

Constructors

Constructors

Properties

includeInInsights?: boolean

Whether the organization's data is included in the industry insights

+

Constructors

Properties

includeInInsights?: boolean

Whether the organization's data is included in the industry insights

Memberof

AnalyticsInsightsOrganizationSettings

-
industry?: string

Industry of the organization

+
industry?: string

Industry of the organization

Memberof

AnalyticsInsightsOrganizationSettings

-
isTrial?: boolean

Whether the organization is on an analytics trial plan

+
isTrial?: boolean

Whether the organization is on an analytics trial plan

Memberof

AnalyticsInsightsOrganizationSettings

-
orgId?: string

Organization ID

+
orgId?: string

Organization ID

Memberof

AnalyticsInsightsOrganizationSettings

-
subIndustry?: string

Subindustry of the organization

+
subIndustry?: string

Subindustry of the organization

Memberof

AnalyticsInsightsOrganizationSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsInsightsOrganizationSettingsRequest.html b/docs/classes/AnalyticsInsightsOrganizationSettingsRequest.html index 06ab287be..35f918aab 100644 --- a/docs/classes/AnalyticsInsightsOrganizationSettingsRequest.html +++ b/docs/classes/AnalyticsInsightsOrganizationSettingsRequest.html @@ -1,6 +1,6 @@ AnalyticsInsightsOrganizationSettingsRequest | @bitmovin/api-sdk

Class AnalyticsInsightsOrganizationSettingsRequest

Export

AnalyticsInsightsOrganizationSettingsRequest

-

Constructors

Constructors

Properties

Constructors

Properties

includeInInsights?: boolean

Whether the organization's data is being contributed to industry insights

+

Constructors

Properties

includeInInsights?: boolean

Whether the organization's data is being contributed to industry insights

Memberof

AnalyticsInsightsOrganizationSettingsRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsLessThanFilter.html b/docs/classes/AnalyticsLessThanFilter.html index 24f9ddcd3..05729db6f 100644 --- a/docs/classes/AnalyticsLessThanFilter.html +++ b/docs/classes/AnalyticsLessThanFilter.html @@ -1,12 +1,12 @@ AnalyticsLessThanFilter | @bitmovin/api-sdk

Class AnalyticsLessThanFilter

Export

AnalyticsLessThanFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.LT

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.LT

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsLessThanFilter

-
value?: any

Memberof

AnalyticsLessThanFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AnalyticsLessThanFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsLessThanOrEqualFilter.html b/docs/classes/AnalyticsLessThanOrEqualFilter.html index 194825efa..a3f42606e 100644 --- a/docs/classes/AnalyticsLessThanOrEqualFilter.html +++ b/docs/classes/AnalyticsLessThanOrEqualFilter.html @@ -1,12 +1,12 @@ AnalyticsLessThanOrEqualFilter | @bitmovin/api-sdk

Class AnalyticsLessThanOrEqualFilter

Export

AnalyticsLessThanOrEqualFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.LTE

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.LTE

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsLessThanOrEqualFilter

-
value?: any

Memberof

AnalyticsLessThanOrEqualFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AnalyticsLessThanOrEqualFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsLicense.html b/docs/classes/AnalyticsLicense.html index 87e8d3122..e7589238c 100644 --- a/docs/classes/AnalyticsLicense.html +++ b/docs/classes/AnalyticsLicense.html @@ -1,5 +1,5 @@ AnalyticsLicense | @bitmovin/api-sdk

Class AnalyticsLicense

Export

AnalyticsLicense

-

Constructors

Constructors

Properties

compressedRetentionTime?: string

Retention time for compressed data, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S

+

Constructors

Properties

compressedRetentionTime?: string

Retention time for compressed data, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S

Memberof

AnalyticsLicense

-
createdAt?: Date

Creation date of the Analytics License, returned as ISO 8601 date-time format

+
createdAt?: Date

Creation date of the Analytics License, returned as ISO 8601 date-time format

Memberof

AnalyticsLicense

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

AnalyticsLicense

-

Labels for CustomData fields

+

Labels for CustomData fields

Memberof

AnalyticsLicense

-
customDataFieldsCount?: number

The number of customData fields available

+
customDataFieldsCount?: number

The number of customData fields available

Memberof

AnalyticsLicense

-

Whitelisted domains

+

Whitelisted domains

Memberof

AnalyticsLicense

-

Memberof

AnalyticsLicense

-
id?: string

Id of the Analytics License

+

Memberof

AnalyticsLicense

+
id?: string

Id of the Analytics License

Memberof

AnalyticsLicense

-
ignoreDNT?: boolean

Whether the Do Not Track request from the browser should be ignored

+
ignoreDNT?: boolean

Whether the Do Not Track request from the browser should be ignored

Memberof

AnalyticsLicense

-
impressions?: number

Number of impressions recorded

+
impressions?: number

Number of impressions recorded

Memberof

AnalyticsLicense

-
includeInInsights?: boolean

Whether the data of this license should be included in the industry insights or not

+
includeInInsights?: boolean

Whether the data of this license should be included in the industry insights or not

Memberof

AnalyticsLicense

-
industry?: string

The industry of the organization associated with the Analytics License

+
industry?: string

The industry of the organization associated with the Analytics License

Memberof

AnalyticsLicense

-
licenseKey?: string

License Key

+
licenseKey?: string

License Key

Memberof

AnalyticsLicense

-
maxImpressions?: number

Maximum number of impressions

+
maxImpressions?: number

Maximum number of impressions

Memberof

AnalyticsLicense

-
name?: string

Name of the Analytics License

+
name?: string

Name of the Analytics License

Memberof

AnalyticsLicense

-
orderIndex?: number

Order index of license

+
orderIndex?: number

Order index of license

Memberof

AnalyticsLicense

-
planExpiredAt?: Date

The expiration date of the license if applicable, returned as ISO 8601 date-time format

+
planExpiredAt?: Date

The expiration date of the license if applicable, returned as ISO 8601 date-time format

Memberof

AnalyticsLicense

-
rateLimit?: string

The rate limit of this license

+
rateLimit?: string

The rate limit of this license

Memberof

AnalyticsLicense

-
retentionTime?: string

Retention time of impressions, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S

+
retentionTime?: string

Retention time of impressions, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S

Memberof

AnalyticsLicense

-
subIndustry?: string

The subindustry of the organization associated with the Analytics License

+
subIndustry?: string

The subindustry of the organization associated with the Analytics License

Memberof

AnalyticsLicense

-
timeZone?: string

The timezone of the Analytics License

+
timeZone?: string

The timezone of the Analytics License

Memberof

AnalyticsLicense

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsLicenseCustomDataFieldLabels.html b/docs/classes/AnalyticsLicenseCustomDataFieldLabels.html index 4960001be..6e021a733 100644 --- a/docs/classes/AnalyticsLicenseCustomDataFieldLabels.html +++ b/docs/classes/AnalyticsLicenseCustomDataFieldLabels.html @@ -1,5 +1,5 @@ AnalyticsLicenseCustomDataFieldLabels | @bitmovin/api-sdk

Class AnalyticsLicenseCustomDataFieldLabels

Export

AnalyticsLicenseCustomDataFieldLabels

-

Constructors

Constructors

Properties

customData1?: string

Label for field Custom Data 1

+

Constructors

Properties

customData1?: string

Label for field Custom Data 1

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData10?: string

Label for field Custom Data 10

+
customData10?: string

Label for field Custom Data 10

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData11?: string

Label for field Custom Data 11

+
customData11?: string

Label for field Custom Data 11

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData12?: string

Label for field Custom Data 12

+
customData12?: string

Label for field Custom Data 12

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData13?: string

Label for field Custom Data 13

+
customData13?: string

Label for field Custom Data 13

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData14?: string

Label for field Custom Data 14

+
customData14?: string

Label for field Custom Data 14

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData15?: string

Label for field Custom Data 15

+
customData15?: string

Label for field Custom Data 15

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData16?: string

Label for field Custom Data 16

+
customData16?: string

Label for field Custom Data 16

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData17?: string

Label for field Custom Data 17

+
customData17?: string

Label for field Custom Data 17

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData18?: string

Label for field Custom Data 18

+
customData18?: string

Label for field Custom Data 18

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData19?: string

Label for field Custom Data 19

+
customData19?: string

Label for field Custom Data 19

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData2?: string

Label for field Custom Data 2

+
customData2?: string

Label for field Custom Data 2

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData20?: string

Label for field Custom Data 20

+
customData20?: string

Label for field Custom Data 20

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData21?: string

Label for field Custom Data 21

+
customData21?: string

Label for field Custom Data 21

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData22?: string

Label for field Custom Data 22

+
customData22?: string

Label for field Custom Data 22

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData23?: string

Label for field Custom Data 23

+
customData23?: string

Label for field Custom Data 23

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData24?: string

Label for field Custom Data 24

+
customData24?: string

Label for field Custom Data 24

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData25?: string

Label for field Custom Data 25

+
customData25?: string

Label for field Custom Data 25

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData26?: string

Label for field Custom Data 26

+
customData26?: string

Label for field Custom Data 26

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData27?: string

Label for field Custom Data 27

+
customData27?: string

Label for field Custom Data 27

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData28?: string

Label for field Custom Data 28

+
customData28?: string

Label for field Custom Data 28

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData29?: string

Label for field Custom Data 29

+
customData29?: string

Label for field Custom Data 29

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData3?: string

Label for field Custom Data 3

+
customData3?: string

Label for field Custom Data 3

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData30?: string

Label for field Custom Data 30

+
customData30?: string

Label for field Custom Data 30

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData4?: string

Label for field Custom Data 4

+
customData4?: string

Label for field Custom Data 4

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData5?: string

Label for field Custom Data 5

+
customData5?: string

Label for field Custom Data 5

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData6?: string

Label for field Custom Data 6

+
customData6?: string

Label for field Custom Data 6

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData7?: string

Label for field Custom Data 7

+
customData7?: string

Label for field Custom Data 7

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData8?: string

Label for field Custom Data 8

+
customData8?: string

Label for field Custom Data 8

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
customData9?: string

Label for field Custom Data 9

+
customData9?: string

Label for field Custom Data 9

Memberof

AnalyticsLicenseCustomDataFieldLabels

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsLicenseDomain.html b/docs/classes/AnalyticsLicenseDomain.html index 933df3f40..5a2701889 100644 --- a/docs/classes/AnalyticsLicenseDomain.html +++ b/docs/classes/AnalyticsLicenseDomain.html @@ -1,8 +1,8 @@ AnalyticsLicenseDomain | @bitmovin/api-sdk

Class AnalyticsLicenseDomain

Export

AnalyticsLicenseDomain

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

id?: string

Id of the resource (required)

+

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
url?: string

Memberof

AnalyticsLicenseDomain

-
\ No newline at end of file +
url?: string

Memberof

AnalyticsLicenseDomain

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsLicenseErrorDetailsConfig.html b/docs/classes/AnalyticsLicenseErrorDetailsConfig.html index fab40fbba..8ea8eab8c 100644 --- a/docs/classes/AnalyticsLicenseErrorDetailsConfig.html +++ b/docs/classes/AnalyticsLicenseErrorDetailsConfig.html @@ -1,9 +1,9 @@ AnalyticsLicenseErrorDetailsConfig | @bitmovin/api-sdk

Class AnalyticsLicenseErrorDetailsConfig

Export

AnalyticsLicenseErrorDetailsConfig

-

Constructors

Constructors

Properties

enabled?: boolean

Are error details enabled on the license

+

Constructors

Properties

enabled?: boolean

Are error details enabled on the license

Memberof

AnalyticsLicenseErrorDetailsConfig

-
networkExplorerEnabled?: boolean

Is network explorer feature enabled for the license

+
networkExplorerEnabled?: boolean

Is network explorer feature enabled for the license

Memberof

AnalyticsLicenseErrorDetailsConfig

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsLicenseFeatures.html b/docs/classes/AnalyticsLicenseFeatures.html index 632d32e83..9cbc08afe 100644 --- a/docs/classes/AnalyticsLicenseFeatures.html +++ b/docs/classes/AnalyticsLicenseFeatures.html @@ -1,5 +1,5 @@ AnalyticsLicenseFeatures | @bitmovin/api-sdk

Class AnalyticsLicenseFeatures

Export

AnalyticsLicenseFeatures

-
\ No newline at end of file +

Constructors

Properties

Memberof

AnalyticsLicenseFeatures

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsLicenseKey.html b/docs/classes/AnalyticsLicenseKey.html index 526b81032..fa4f3ab8a 100644 --- a/docs/classes/AnalyticsLicenseKey.html +++ b/docs/classes/AnalyticsLicenseKey.html @@ -1,6 +1,6 @@ AnalyticsLicenseKey | @bitmovin/api-sdk

Class AnalyticsLicenseKey

Export

AnalyticsLicenseKey

-

Constructors

Constructors

Properties

Constructors

Properties

licenseKey?: string

Analytics License Key (required)

+

Constructors

Properties

licenseKey?: string

Analytics License Key (required)

Memberof

AnalyticsLicenseKey

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsMaxConcurrentViewersResponse.html b/docs/classes/AnalyticsMaxConcurrentViewersResponse.html index 3ef45b1b0..679248ea5 100644 --- a/docs/classes/AnalyticsMaxConcurrentViewersResponse.html +++ b/docs/classes/AnalyticsMaxConcurrentViewersResponse.html @@ -1,10 +1,10 @@ AnalyticsMaxConcurrentViewersResponse | @bitmovin/api-sdk

Class AnalyticsMaxConcurrentViewersResponse

Export

AnalyticsMaxConcurrentViewersResponse

-

Constructors

Constructors

Properties

Constructors

Properties

columnLabels?: AnalyticsColumnLabel[]

Memberof

AnalyticsMaxConcurrentViewersResponse

-
rowCount?: number

Number of rows returned

+

Constructors

Properties

columnLabels?: AnalyticsColumnLabel[]

Memberof

AnalyticsMaxConcurrentViewersResponse

+
rowCount?: number

Number of rows returned

Memberof

AnalyticsMaxConcurrentViewersResponse

-
rows?: number[]

Memberof

AnalyticsMaxConcurrentViewersResponse

-
\ No newline at end of file +
rows?: number[]

Memberof

AnalyticsMaxConcurrentViewersResponse

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsMaxQueryRequest.html b/docs/classes/AnalyticsMaxQueryRequest.html index e6b8ba1dd..d905c3baf 100644 --- a/docs/classes/AnalyticsMaxQueryRequest.html +++ b/docs/classes/AnalyticsMaxQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsMaxQueryRequest | @bitmovin/api-sdk

Class AnalyticsMaxQueryRequest

Export

AnalyticsMaxQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsMedianQueryRequest.html b/docs/classes/AnalyticsMedianQueryRequest.html index bdc3ef0d4..aced2440e 100644 --- a/docs/classes/AnalyticsMedianQueryRequest.html +++ b/docs/classes/AnalyticsMedianQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsMedianQueryRequest | @bitmovin/api-sdk

Class AnalyticsMedianQueryRequest

Export

AnalyticsMedianQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsMetricsQueryRequest.html b/docs/classes/AnalyticsMetricsQueryRequest.html index 87b2c2641..08539bf85 100644 --- a/docs/classes/AnalyticsMetricsQueryRequest.html +++ b/docs/classes/AnalyticsMetricsQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsMetricsQueryRequest | @bitmovin/api-sdk

Class AnalyticsMetricsQueryRequest

Export

AnalyticsMetricsQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Memberof

AnalyticsMetricsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsMetricsQueryRequest

-

Memberof

AnalyticsMetricsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsMetricsQueryRequest

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsMetricsQueryRequest

+

Memberof

AnalyticsMetricsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsMetricsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsMetricsQueryRequest

-
offset?: number

Offset of data used for pagination

+
offset?: number

Offset of data used for pagination

Memberof

AnalyticsMetricsQueryRequest

-

Memberof

AnalyticsMetricsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsMetricsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsMinQueryRequest.html b/docs/classes/AnalyticsMinQueryRequest.html index 68bc7afd5..ce9b27497 100644 --- a/docs/classes/AnalyticsMinQueryRequest.html +++ b/docs/classes/AnalyticsMinQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsMinQueryRequest | @bitmovin/api-sdk

Class AnalyticsMinQueryRequest

Export

AnalyticsMinQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsNotContainsFilter.html b/docs/classes/AnalyticsNotContainsFilter.html index 1f4fb412a..da4ab76bc 100644 --- a/docs/classes/AnalyticsNotContainsFilter.html +++ b/docs/classes/AnalyticsNotContainsFilter.html @@ -1,12 +1,12 @@ AnalyticsNotContainsFilter | @bitmovin/api-sdk

Class AnalyticsNotContainsFilter

Export

AnalyticsNotContainsFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.NOTCONTAINS

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.NOTCONTAINS

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsNotContainsFilter

-
value?: any

Memberof

AnalyticsNotContainsFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AnalyticsNotContainsFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsNotEqualFilter.html b/docs/classes/AnalyticsNotEqualFilter.html index d3cbdbe80..2af987ba5 100644 --- a/docs/classes/AnalyticsNotEqualFilter.html +++ b/docs/classes/AnalyticsNotEqualFilter.html @@ -1,12 +1,12 @@ AnalyticsNotEqualFilter | @bitmovin/api-sdk

Class AnalyticsNotEqualFilter

Export

AnalyticsNotEqualFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

AnalyticsAbstractFilter

-
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.NE

Discriminator property for AnalyticsAbstractFilter

+

Constructors

Properties

Memberof

AnalyticsAbstractFilter

+
operator: AnalyticsQueryOperator = AnalyticsQueryOperator.NE

Discriminator property for AnalyticsAbstractFilter

Memberof

AnalyticsNotEqualFilter

-
value?: any

Memberof

AnalyticsNotEqualFilter

-
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

  • CONTAINS: string
  • EQ: string
  • GT: string
  • GTE: string
  • IN: string
  • LT: string
  • LTE: string
  • NE: string
  • NOTCONTAINS: string
_discriminatorName: "operator" = 'operator'
\ No newline at end of file +
value?: any

Memberof

AnalyticsNotEqualFilter

+
_discriminatorMapping: {
    CONTAINS: string;
    EQ: string;
    GT: string;
    GTE: string;
    IN: string;
    LT: string;
    LTE: string;
    NE: string;
    NOTCONTAINS: string;
} = ...

Type declaration

_discriminatorName: "operator" = 'operator'
\ No newline at end of file diff --git a/docs/classes/AnalyticsOrderByEntry.html b/docs/classes/AnalyticsOrderByEntry.html index 0834c6ffc..8bbe30bbf 100644 --- a/docs/classes/AnalyticsOrderByEntry.html +++ b/docs/classes/AnalyticsOrderByEntry.html @@ -1,7 +1,7 @@ AnalyticsOrderByEntry | @bitmovin/api-sdk

Class AnalyticsOrderByEntry

Export

AnalyticsOrderByEntry

-
\ No newline at end of file +

Constructors

Properties

Memberof

AnalyticsOrderByEntry

+

Memberof

AnalyticsOrderByEntry

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsOutput.html b/docs/classes/AnalyticsOutput.html index a5be6e1ca..85d426670 100644 --- a/docs/classes/AnalyticsOutput.html +++ b/docs/classes/AnalyticsOutput.html @@ -1,5 +1,5 @@ AnalyticsOutput | @bitmovin/api-sdk

Export

AnalyticsOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

Memberof

AnalyticsOutput

-
createdAt?: Date

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

+

Constructors

Properties

acl?: AclEntry[]

Memberof

AnalyticsOutput

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

  • AZURE: string
  • GCS_SERVICE_ACCOUNT: string
  • S3_ROLE_BASED: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AnalyticsPercentileQueryRequest.html b/docs/classes/AnalyticsPercentileQueryRequest.html index b4b559147..e5e182f62 100644 --- a/docs/classes/AnalyticsPercentileQueryRequest.html +++ b/docs/classes/AnalyticsPercentileQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsPercentileQueryRequest | @bitmovin/api-sdk

Class AnalyticsPercentileQueryRequest

Export

AnalyticsPercentileQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
percentile?: number

The percentage (0-99) used for percentile queries. (required)

+

Memberof

AnalyticsQueryRequest

+
percentile?: number

The percentage (0-99) used for percentile queries. (required)

Memberof

AnalyticsPercentileQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsQueryRequest.html b/docs/classes/AnalyticsQueryRequest.html index b6423c40e..5a238e214 100644 --- a/docs/classes/AnalyticsQueryRequest.html +++ b/docs/classes/AnalyticsQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsQueryRequest | @bitmovin/api-sdk

Class AnalyticsQueryRequest

Export

AnalyticsQueryRequest

-

Hierarchy (view full)

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsQueryTimeframe.html b/docs/classes/AnalyticsQueryTimeframe.html index 3b4768bfa..4b4c26b0d 100644 --- a/docs/classes/AnalyticsQueryTimeframe.html +++ b/docs/classes/AnalyticsQueryTimeframe.html @@ -1,9 +1,9 @@ AnalyticsQueryTimeframe | @bitmovin/api-sdk

Class AnalyticsQueryTimeframe

Export

AnalyticsQueryTimeframe

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
start?: Date

Start of timeframe which is queried in UTC format.

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsResponse.html b/docs/classes/AnalyticsResponse.html index 28d27bba4..de8453c68 100644 --- a/docs/classes/AnalyticsResponse.html +++ b/docs/classes/AnalyticsResponse.html @@ -1,12 +1,12 @@ AnalyticsResponse | @bitmovin/api-sdk

Class AnalyticsResponse

Export

AnalyticsResponse

-

Constructors

Constructors

Properties

columnLabels?: AnalyticsColumnLabel[]

Memberof

AnalyticsResponse

-
contextDescription?: AnalyticsContextDescription[]

Memberof

AnalyticsResponse

-
rowCount?: number

Number of rows returned

+

Constructors

Properties

columnLabels?: AnalyticsColumnLabel[]

Memberof

AnalyticsResponse

+
contextDescription?: AnalyticsContextDescription[]

Memberof

AnalyticsResponse

+
rowCount?: number

Number of rows returned

Memberof

AnalyticsResponse

-
rows?: any[]

Memberof

AnalyticsResponse

-
\ No newline at end of file +
rows?: any[]

Memberof

AnalyticsResponse

+
\ No newline at end of file diff --git a/docs/classes/AnalyticsS3RoleBasedOutput.html b/docs/classes/AnalyticsS3RoleBasedOutput.html index 6050d4a11..4a899c41e 100644 --- a/docs/classes/AnalyticsS3RoleBasedOutput.html +++ b/docs/classes/AnalyticsS3RoleBasedOutput.html @@ -1,5 +1,5 @@ AnalyticsS3RoleBasedOutput | @bitmovin/api-sdk

Class AnalyticsS3RoleBasedOutput

Export

AnalyticsS3RoleBasedOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

Memberof

AnalyticsOutput

-
bucketName?: string

Amazon S3 bucket name (required)

+

Constructors

Properties

acl?: AclEntry[]

Memberof

AnalyticsOutput

+
bucketName?: string

Amazon S3 bucket name (required)

Memberof

AnalyticsS3RoleBasedOutput

-
cloudRegion?: AwsCloudRegion

Memberof

AnalyticsS3RoleBasedOutput

-
createdAt?: Date

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

+
cloudRegion?: AwsCloudRegion

Memberof

AnalyticsS3RoleBasedOutput

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
externalId?: string

External ID used together with the IAM role identified by roleArn to assume S3 access. This ID is provided by the API if externalIdMode is set to GLOBAL or GENERATED. If present, it has to be added to the trust policy of the IAM role roleArn configured above, otherwise the API won't be able to write to the S3 bucket. An appropriate trust policy would look like this: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "{{externalId}}" is the generated ID. This property is optional but we recommend it as an additional security feature. We will use both the roleArn and the externalId to access your S3 data. If the Amazon IAM role has an external ID configured but it is not provided in the output configuration Bitmovin won't be able to write to the S3 bucket. Also if the external ID does not match the one configured for the IAM role on AWS side, Bitmovin won't be able to access the S3 bucket. If you need to change the external ID that is used by your IAM role, you need to create a new output, and use the external ID provided by the API to update your IAM role. For more information please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

+
externalId?: string

External ID used together with the IAM role identified by roleArn to assume S3 access. This ID is provided by the API if externalIdMode is set to GLOBAL or GENERATED. If present, it has to be added to the trust policy of the IAM role roleArn configured above, otherwise the API won't be able to write to the S3 bucket. An appropriate trust policy would look like this: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "{{externalId}}" is the generated ID. This property is optional but we recommend it as an additional security feature. We will use both the roleArn and the externalId to access your S3 data. If the Amazon IAM role has an external ID configured but it is not provided in the output configuration Bitmovin won't be able to write to the S3 bucket. Also if the external ID does not match the one configured for the IAM role on AWS side, Bitmovin won't be able to access the S3 bucket. If you need to change the external ID that is used by your IAM role, you need to create a new output, and use the external ID provided by the API to update your IAM role. For more information please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

Memberof

AnalyticsS3RoleBasedOutput

-
externalIdMode?: ExternalIdMode

Memberof

AnalyticsS3RoleBasedOutput

-
id?: string

Id of the resource (required)

+
externalIdMode?: ExternalIdMode

Memberof

AnalyticsS3RoleBasedOutput

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
md5MetaTag?: string

If set a user defined tag (x-amz-meta-) with that key will be used to store the MD5 hash of the file.

+
md5MetaTag?: string

If set a user defined tag (x-amz-meta-) with that key will be used to store the MD5 hash of the file.

Memberof

AnalyticsS3RoleBasedOutput

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. This role has to be created by the owner of the account with the S3 bucket (i.e., you as a customer). For Bitmovin to be able to assume this role, the following has to be added to the trust policy of the role: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "arn:aws:iam::630681592166:user/bitmovinCustomerS3Access" is the Bitmovin user used for the access. The Condition is optional but we highly recommend it, see property externalId below for more information. This setup allows Bitmovin assume the provided IAM role and to write data to your S3 bucket. Please note that the IAM role has to have write access to S3. For more information about role creation please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-console (required)

+
roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. This role has to be created by the owner of the account with the S3 bucket (i.e., you as a customer). For Bitmovin to be able to assume this role, the following has to be added to the trust policy of the role: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "arn:aws:iam::630681592166:user/bitmovinCustomerS3Access" is the Bitmovin user used for the access. The Condition is optional but we highly recommend it, see property externalId below for more information. This setup allows Bitmovin assume the provided IAM role and to write data to your S3 bucket. Please note that the IAM role has to have write access to S3. For more information about role creation please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-console (required)

Memberof

AnalyticsS3RoleBasedOutput

-
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

+
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

Memberof

AnalyticsS3RoleBasedOutput

-
type: AnalyticsOutputType = AnalyticsOutputType.S3_ROLE_BASED

Discriminator property for AnalyticsOutput

+
type: AnalyticsOutputType = AnalyticsOutputType.S3_ROLE_BASED

Discriminator property for AnalyticsOutput

Memberof

AnalyticsS3RoleBasedOutput

-
_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

  • AZURE: string
  • GCS_SERVICE_ACCOUNT: string
  • S3_ROLE_BASED: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AZURE: string;
    GCS_SERVICE_ACCOUNT: string;
    S3_ROLE_BASED: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AnalyticsStddevQueryRequest.html b/docs/classes/AnalyticsStddevQueryRequest.html index 7d0c1f2e0..5aaa5c1c2 100644 --- a/docs/classes/AnalyticsStddevQueryRequest.html +++ b/docs/classes/AnalyticsStddevQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsStddevQueryRequest | @bitmovin/api-sdk

Class AnalyticsStddevQueryRequest

Export

AnalyticsStddevQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsSumQueryRequest.html b/docs/classes/AnalyticsSumQueryRequest.html index 454605000..38cf1c92a 100644 --- a/docs/classes/AnalyticsSumQueryRequest.html +++ b/docs/classes/AnalyticsSumQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsSumQueryRequest | @bitmovin/api-sdk

Class AnalyticsSumQueryRequest

Export

AnalyticsSumQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsVarianceQueryRequest.html b/docs/classes/AnalyticsVarianceQueryRequest.html index 94865efd8..57f8123c1 100644 --- a/docs/classes/AnalyticsVarianceQueryRequest.html +++ b/docs/classes/AnalyticsVarianceQueryRequest.html @@ -1,5 +1,5 @@ AnalyticsVarianceQueryRequest | @bitmovin/api-sdk

Class AnalyticsVarianceQueryRequest

Export

AnalyticsVarianceQueryRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

-
end?: Date

End of timeframe which is queried in UTC format.

+

Constructors

Properties

dimension?: AnalyticsAttribute

Memberof

AnalyticsQueryRequest

+
end?: Date

End of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

+

Analytics Query Filters Each filter requires 3 properties: name, operator and value. Valid operators are [IN, EQ, NE, LT, LTE, GT, GTE, CONTAINS, NOTCONTAINS]

Memberof

AnalyticsQueryRequest

-
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

-
includeContext?: boolean

Whether context data should be included in the response

+
groupBy?: AnalyticsAttribute[]

Memberof

AnalyticsQueryRequest

+
includeContext?: boolean

Whether context data should be included in the response

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
licenseKey?: string

Analytics license key (required)

+

Memberof

AnalyticsQueryRequest

+
licenseKey?: string

Analytics license key (required)

Memberof

AnalyticsQueryRequest

-
limit?: number

Maximum number of rows returned (max. 200)

+
limit?: number

Maximum number of rows returned (max. 200)

Memberof

AnalyticsQueryRequest

-
offset?: number

Offset of data

+
offset?: number

Offset of data

Memberof

AnalyticsQueryRequest

-

Memberof

AnalyticsQueryRequest

-
start?: Date

Start of timeframe which is queried in UTC format.

+

Memberof

AnalyticsQueryRequest

+
start?: Date

Start of timeframe which is queried in UTC format.

Memberof

AnalyticsQueryTimeframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsVirtualLicense.html b/docs/classes/AnalyticsVirtualLicense.html index e43e69e7c..9fc47b868 100644 --- a/docs/classes/AnalyticsVirtualLicense.html +++ b/docs/classes/AnalyticsVirtualLicense.html @@ -1,5 +1,5 @@ AnalyticsVirtualLicense | @bitmovin/api-sdk

Class AnalyticsVirtualLicense

Export

AnalyticsVirtualLicense

-

Constructors

Constructors

Properties

compressedRetentionTime?: string

Retention time for compressed data, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S

+

Constructors

Properties

compressedRetentionTime?: string

Retention time for compressed data, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S

Memberof

AnalyticsVirtualLicense

-

Labels for Custom Data fields

+

Labels for Custom Data fields

Memberof

AnalyticsVirtualLicense

-
customDataFieldsCount?: number

The number of customData fields available

+
customDataFieldsCount?: number

The number of customData fields available

Memberof

AnalyticsVirtualLicense

-
id?: string

Analytics Virtual License Key/Id

+
id?: string

Analytics Virtual License Key/Id

Memberof

AnalyticsVirtualLicense

-

List of Analytics Licenses

+

List of Analytics Licenses

Memberof

AnalyticsVirtualLicense

-
name?: string

Name of the Analytics Virtual License

+
name?: string

Name of the Analytics Virtual License

Memberof

AnalyticsVirtualLicense

-
planExpiredAt?: Date

The expiration date of the license if applicable, returned as ISO 8601 date-time format

+
planExpiredAt?: Date

The expiration date of the license if applicable, returned as ISO 8601 date-time format

Memberof

AnalyticsVirtualLicense

-
retentionTime?: string

Retention time of impressions, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S

+
retentionTime?: string

Retention time of impressions, returned as ISO 8601 duration format: P(n)Y(n)M(n)DT(n)H(n)M(n)S

Memberof

AnalyticsVirtualLicense

-
timezone?: string

The timezone of the Analytics Virtual License

+
timezone?: string

The timezone of the Analytics Virtual License

Memberof

AnalyticsVirtualLicense

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsVirtualLicenseLicensesListItem.html b/docs/classes/AnalyticsVirtualLicenseLicensesListItem.html index ad1f9285e..00ef65e81 100644 --- a/docs/classes/AnalyticsVirtualLicenseLicensesListItem.html +++ b/docs/classes/AnalyticsVirtualLicenseLicensesListItem.html @@ -1,15 +1,15 @@ AnalyticsVirtualLicenseLicensesListItem | @bitmovin/api-sdk

Class AnalyticsVirtualLicenseLicensesListItem

Export

AnalyticsVirtualLicenseLicensesListItem

-

Constructors

Properties

id?: string

Analytics License Id

Memberof

AnalyticsVirtualLicenseLicensesListItem

-
licenseKey?: string

Analytics License key

+
licenseKey?: string

Analytics License key

Memberof

AnalyticsVirtualLicenseLicensesListItem

-
name?: string

Analytics License name

+
name?: string

Analytics License name

Memberof

AnalyticsVirtualLicenseLicensesListItem

-
orgId?: string

Organisation Id of license

+
orgId?: string

Organisation Id of license

Memberof

AnalyticsVirtualLicenseLicensesListItem

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AnalyticsVirtualLicenseRequest.html b/docs/classes/AnalyticsVirtualLicenseRequest.html index 019bfb798..5a2271dca 100644 --- a/docs/classes/AnalyticsVirtualLicenseRequest.html +++ b/docs/classes/AnalyticsVirtualLicenseRequest.html @@ -1,15 +1,15 @@ AnalyticsVirtualLicenseRequest | @bitmovin/api-sdk

Class AnalyticsVirtualLicenseRequest

Export

AnalyticsVirtualLicenseRequest

-

Constructors

Constructors

Properties

Labels for Custom Data fields

+

Constructors

Properties

Labels for Custom Data fields

Memberof

AnalyticsVirtualLicenseRequest

-

List of Analytics Licenses (required)

+

List of Analytics Licenses (required)

Memberof

AnalyticsVirtualLicenseRequest

-
name?: string

Name of the Analytics Virtual License (required)

+
name?: string

Name of the Analytics Virtual License (required)

Memberof

AnalyticsVirtualLicenseRequest

-
timezone?: string

The timezone of the Analytics Virtual License (required)

+
timezone?: string

The timezone of the Analytics Virtual License (required)

Memberof

AnalyticsVirtualLicenseRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AndConjunction.html b/docs/classes/AndConjunction.html index a6532eed6..81ea01766 100644 --- a/docs/classes/AndConjunction.html +++ b/docs/classes/AndConjunction.html @@ -1,11 +1,11 @@ AndConjunction | @bitmovin/api-sdk

Export

AndConjunction

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

conditions?: AbstractCondition[]

Array to perform the AND/OR evaluation on

+

Constructors

Properties

conditions?: AbstractCondition[]

Array to perform the AND/OR evaluation on

Memberof

AbstractConjunction

-
type: ConditionType = ConditionType.AND

Discriminator property for AbstractCondition

+
type: ConditionType = ConditionType.AND

Discriminator property for AbstractCondition

Memberof

AndConjunction

-
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ApiErrorDefinition.html b/docs/classes/ApiErrorDefinition.html index b6625c921..db7ca4c8c 100644 --- a/docs/classes/ApiErrorDefinition.html +++ b/docs/classes/ApiErrorDefinition.html @@ -1,12 +1,12 @@ ApiErrorDefinition | @bitmovin/api-sdk

Class ApiErrorDefinition

Export

ApiErrorDefinition

-

Constructors

Constructors

Properties

Constructors

Properties

category?: string

The error category.

+

Constructors

Properties

category?: string

The error category.

Memberof

ApiErrorDefinition

-
code?: number

The error code.

+
code?: number

The error code.

Memberof

ApiErrorDefinition

-
description?: string

The returned error description.

+
description?: string

The returned error description.

Memberof

ApiErrorDefinition

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AppliedStreamSettings.html b/docs/classes/AppliedStreamSettings.html index 70bd9fbda..d9b2ab126 100644 --- a/docs/classes/AppliedStreamSettings.html +++ b/docs/classes/AppliedStreamSettings.html @@ -1,9 +1,9 @@ AppliedStreamSettings | @bitmovin/api-sdk

Class AppliedStreamSettings

Export

AppliedStreamSettings

-

Constructors

Constructors

Properties

Constructors

Properties

height?: number

The applied height. Useful if the height in the configuration was undefined

+

Constructors

Properties

height?: number

The applied height. Useful if the height in the configuration was undefined

Memberof

AppliedStreamSettings

-
width?: number

The applied width. Useful if the width in the configuration was undefined

+
width?: number

The applied width. Useful if the width in the configuration was undefined

Memberof

AppliedStreamSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AsperaInput.html b/docs/classes/AsperaInput.html index 46c2f9c40..5cedef33f 100644 --- a/docs/classes/AsperaInput.html +++ b/docs/classes/AsperaInput.html @@ -1,5 +1,5 @@ AsperaInput | @bitmovin/api-sdk

Export

AsperaInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
faspPort?: number

Set the UDP port to be used by fasp for data transfer

+
faspPort?: number

Set the UDP port to be used by fasp for data transfer

Memberof

AsperaInput

-
host?: string

Host to use for Aspera transfers (required)

+
host?: string

Host to use for Aspera transfers (required)

Memberof

AsperaInput

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
maxBandwidth?: string

Maximal download bandwidth. Examples: 100k, 100m, 100g

+
maxBandwidth?: string

Maximal download bandwidth. Examples: 100k, 100m, 100g

Memberof

AsperaInput

-
minBandwidth?: string

Minimal download bandwidth. Examples: 100k, 100m, 100g

+
minBandwidth?: string

Minimal download bandwidth. Examples: 100k, 100m, 100g

Memberof

AsperaInput

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
password?: string

corresponding password (either password and user must be set or token)

+
password?: string

corresponding password (either password and user must be set or token)

Memberof

AsperaInput

-
sshPort?: number

Set the TCP port to be used for fasp session initiation

+
sshPort?: number

Set the TCP port to be used for fasp session initiation

Memberof

AsperaInput

-
token?: string

Token used for authentication (either password and user must be set or token)

+
token?: string

Token used for authentication (either password and user must be set or token)

Memberof

AsperaInput

-
type: InputType = InputType.ASPERA

Discriminator property for Input

+
type: InputType = InputType.ASPERA

Discriminator property for Input

Memberof

AsperaInput

-
username?: string

Username to log into Aspera host (either password and user must be set or token)

+
username?: string

Username to log into Aspera host (either password and user must be set or token)

Memberof

AsperaInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AudioAdaptationSet.html b/docs/classes/AudioAdaptationSet.html index ff67f5e56..0b51b54cc 100644 --- a/docs/classes/AudioAdaptationSet.html +++ b/docs/classes/AudioAdaptationSet.html @@ -1,5 +1,5 @@ AudioAdaptationSet | @bitmovin/api-sdk

Class AudioAdaptationSet

Export

AudioAdaptationSet

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

+

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

Memberof

AdaptationSet

-
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

+
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

Memberof

AdaptationSet

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
labels?: Label[]

List of labels

+
labels?: Label[]

List of labels

Memberof

AdaptationSet

-
lang?: string

ISO 639-1 (Alpha-2) code identifying the language of the audio adaptation set (required)

+
lang?: string

ISO 639-1 (Alpha-2) code identifying the language of the audio adaptation set (required)

Memberof

AudioAdaptationSet

-

Roles of the adaptation set

+

Roles of the adaptation set

Memberof

AdaptationSet

-
type: AdaptationSetType = AdaptationSetType.AUDIO

Discriminator property for AdaptationSet

+
type: AdaptationSetType = AdaptationSetType.AUDIO

Discriminator property for AdaptationSet

Memberof

AudioAdaptationSet

-
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

  • AUDIO: string
  • IMAGE: string
  • SUBTITLE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AudioConfiguration.html b/docs/classes/AudioConfiguration.html index 1150de3e1..f14e2671a 100644 --- a/docs/classes/AudioConfiguration.html +++ b/docs/classes/AudioConfiguration.html @@ -1,5 +1,5 @@ AudioConfiguration | @bitmovin/api-sdk

Class AudioConfiguration

Export

AudioConfiguration

-

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AudioGroup.html b/docs/classes/AudioGroup.html index d08aafa70..8f96f22fc 100644 --- a/docs/classes/AudioGroup.html +++ b/docs/classes/AudioGroup.html @@ -1,9 +1,9 @@ AudioGroup | @bitmovin/api-sdk

Export

AudioGroup

-

Constructors

Constructors

Properties

Constructors

Properties

name?: string

Name of the audio group (required)

+

Constructors

Properties

name?: string

Name of the audio group (required)

Memberof

AudioGroup

-
priority?: number

Priority of the audio group (required)

+
priority?: number

Priority of the audio group (required)

Memberof

AudioGroup

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AudioGroupConfiguration.html b/docs/classes/AudioGroupConfiguration.html index 47f5277e4..bbfbb184a 100644 --- a/docs/classes/AudioGroupConfiguration.html +++ b/docs/classes/AudioGroupConfiguration.html @@ -1,9 +1,9 @@ AudioGroupConfiguration | @bitmovin/api-sdk

Class AudioGroupConfiguration

Export

AudioGroupConfiguration

-

Constructors

Constructors

Properties

Constructors

Properties

Dropping mode (required)

+

Constructors

Properties

Dropping mode (required)

Memberof

AudioGroupConfiguration

-
groups?: AudioGroup[]

Audio groups (required)

+
groups?: AudioGroup[]

Audio groups (required)

Memberof

AudioGroupConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AudioMediaInfo.html b/docs/classes/AudioMediaInfo.html index ef7c5420a..56d6b7bf7 100644 --- a/docs/classes/AudioMediaInfo.html +++ b/docs/classes/AudioMediaInfo.html @@ -1,5 +1,5 @@ AudioMediaInfo | @bitmovin/api-sdk

Export

AudioMediaInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

+

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

-
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

+
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

-
characteristics?: string[]

Contains Uniform Type Identifiers

+
characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

-
drmId?: string

Id of the DRM.

+
drmId?: string

Id of the DRM.

Memberof

SegmentsMediaInfo

-
encodingId?: string

Id of the encoding. (required)

+
encodingId?: string

Id of the encoding. (required)

Memberof

SegmentsMediaInfo

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

Memberof

SegmentsMediaInfo

-
forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

+
forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

Memberof

AudioMediaInfo

-
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

+
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

+
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

-
language?: string

Primary language in the rendition.

+
language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

-
muxingId?: string

Id of the muxing. (required)

+
muxingId?: string

Id of the muxing. (required)

Memberof

SegmentsMediaInfo

-
name?: string

Human readable description of the rendition. (required)

+
name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

-
segmentPath?: string

Path to segments. (required)

+
segmentPath?: string

Path to segments. (required)

Memberof

SegmentsMediaInfo

-
startSegmentNumber?: number

Number of the first segment. Default is 0.

+
startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

SegmentsMediaInfo

-
streamId?: string

Id of the stream. (required)

+
streamId?: string

Id of the stream. (required)

Memberof

SegmentsMediaInfo

-
uri?: string

The URI of the Rendition (required)

+
uri?: string

The URI of the Rendition (required)

Memberof

StandardMediaInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AudioMixChannel.html b/docs/classes/AudioMixChannel.html index 98b1ceffb..e69b589ce 100644 --- a/docs/classes/AudioMixChannel.html +++ b/docs/classes/AudioMixChannel.html @@ -1,9 +1,9 @@ AudioMixChannel | @bitmovin/api-sdk

Export

AudioMixChannel

-

Constructors

Constructors

Properties

channelNumber?: number

Channel number of this mix (starting with 0) (required)

+

Constructors

Properties

channelNumber?: number

Channel number of this mix (starting with 0) (required)

Memberof

AudioMixChannel

-
sourceChannels?: SourceChannel[]

List of source channels to be mixed (required)

+
sourceChannels?: SourceChannel[]

List of source channels to be mixed (required)

Memberof

AudioMixChannel

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AudioMixFilter.html b/docs/classes/AudioMixFilter.html index 49643b81c..2524f96e8 100644 --- a/docs/classes/AudioMixFilter.html +++ b/docs/classes/AudioMixFilter.html @@ -1,5 +1,5 @@ AudioMixFilter | @bitmovin/api-sdk

Export

AudioMixFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

audioMixChannels?: AudioMixChannel[]

List of mixed channels that matches the channel layout (required)

+

Constructors

Properties

audioMixChannels?: AudioMixChannel[]

List of mixed channels that matches the channel layout (required)

Memberof

AudioMixFilter

-
channelLayout?: AudioMixChannelLayout

Channel layout of the audio codec configuration (required)

+
channelLayout?: AudioMixChannelLayout

Channel layout of the audio codec configuration (required)

Memberof

AudioMixFilter

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: FilterType = FilterType.AUDIO_MIX

Discriminator property for Filter

+
type: FilterType = FilterType.AUDIO_MIX

Discriminator property for Filter

Memberof

AudioMixFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AudioMixInputStream.html b/docs/classes/AudioMixInputStream.html index acffaef6c..16dff0995 100644 --- a/docs/classes/AudioMixInputStream.html +++ b/docs/classes/AudioMixInputStream.html @@ -1,5 +1,5 @@ AudioMixInputStream | @bitmovin/api-sdk

Class AudioMixInputStream

Export

AudioMixInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

audioMixChannels?: AudioMixInputStreamChannel[]

Memberof

AudioMixInputStream

-

Channel layout of the audio mix input stream

+

Constructors

Properties

audioMixChannels?: AudioMixInputStreamChannel[]

Memberof

AudioMixInputStream

+

Channel layout of the audio mix input stream

Memberof

AudioMixInputStream

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputStreamType = InputStreamType.AUDIO_MIX

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.AUDIO_MIX

Discriminator property for InputStream

Memberof

AudioMixInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AudioMixInputStreamChannel.html b/docs/classes/AudioMixInputStreamChannel.html index e3aa091af..a121549ef 100644 --- a/docs/classes/AudioMixInputStreamChannel.html +++ b/docs/classes/AudioMixInputStreamChannel.html @@ -1,14 +1,14 @@ AudioMixInputStreamChannel | @bitmovin/api-sdk

Class AudioMixInputStreamChannel

Export

AudioMixInputStreamChannel

-

Constructors

Constructors

Properties

inputStreamId?: string

The id of the input stream that should be used for mixing.

+

Constructors

Properties

inputStreamId?: string

The id of the input stream that should be used for mixing.

Memberof

AudioMixInputStreamChannel

-
outputChannelNumber?: number

Number of this output channel. If type is 'CHANNEL_NUMBER', this must be set.

+
outputChannelNumber?: number

Number of this output channel. If type is 'CHANNEL_NUMBER', this must be set.

Memberof

AudioMixInputStreamChannel

-
outputChannelType?: AudioMixChannelType

Memberof

AudioMixInputStreamChannel

-

List of source channels to be mixed

+
outputChannelType?: AudioMixChannelType

Memberof

AudioMixInputStreamChannel

+

List of source channels to be mixed

Memberof

AudioMixInputStreamChannel

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AudioMixInputStreamSourceChannel.html b/docs/classes/AudioMixInputStreamSourceChannel.html index 53762c237..695dd2556 100644 --- a/docs/classes/AudioMixInputStreamSourceChannel.html +++ b/docs/classes/AudioMixInputStreamSourceChannel.html @@ -1,11 +1,11 @@ AudioMixInputStreamSourceChannel | @bitmovin/api-sdk

Class AudioMixInputStreamSourceChannel

Export

AudioMixInputStreamSourceChannel

-

Constructors

Constructors

Properties

Constructors

Properties

channelNumber?: number

Number of this source channel. If type is 'CHANNEL_NUMBER', this must be set.

+

Constructors

Properties

channelNumber?: number

Number of this source channel. If type is 'CHANNEL_NUMBER', this must be set.

Memberof

AudioMixInputStreamSourceChannel

-
gain?: number

Gain for this source channel. Default is 1.0.

+
gain?: number

Gain for this source channel. Default is 1.0.

Memberof

AudioMixInputStreamSourceChannel

-

Memberof

AudioMixInputStreamSourceChannel

-
\ No newline at end of file +
type?: AudioMixSourceChannelType

Memberof

AudioMixInputStreamSourceChannel

+
\ No newline at end of file diff --git a/docs/classes/AudioStream.html b/docs/classes/AudioStream.html index 35fc03593..8f4f60c6e 100644 --- a/docs/classes/AudioStream.html +++ b/docs/classes/AudioStream.html @@ -1,5 +1,5 @@ AudioStream | @bitmovin/api-sdk

Export

AudioStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

bitrate?: string

Bitrate in bps

+

Constructors

Properties

bitrate?: string

Bitrate in bps

Memberof

AudioStream

-
channelFormat?: string

Audio channel format

+
channelFormat?: string

Audio channel format

Memberof

AudioStream

-
codec?: string

Codec of the stream

+
codec?: string

Codec of the stream

Memberof

MediaStream

-
duration?: number

Duration of the stream in seconds

+
duration?: number

Duration of the stream in seconds

Memberof

MediaStream

-
hearingImpaired?: boolean

Hearing impaired support

+
hearingImpaired?: boolean

Hearing impaired support

Memberof

AudioStream

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
language?: string

Language of the stream

+
language?: string

Language of the stream

Memberof

AudioStream

-
position?: number

Position of the stream in the media, starting from 0.

+
position?: number

Position of the stream in the media, starting from 0.

Memberof

MediaStream

-
rate?: number

Bitrate in bps

+
rate?: number

Bitrate in bps

Memberof

AudioStream

-
sampleRate?: number

Audio sampling rate in Hz

+
sampleRate?: number

Audio sampling rate in Hz

Memberof

AudioStream

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AudioVolumeFilter.html b/docs/classes/AudioVolumeFilter.html index 95dc0ae5b..394898d50 100644 --- a/docs/classes/AudioVolumeFilter.html +++ b/docs/classes/AudioVolumeFilter.html @@ -1,5 +1,5 @@ AudioVolumeFilter | @bitmovin/api-sdk

Class AudioVolumeFilter

Export

AudioVolumeFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-

Memberof

AudioVolumeFilter

-
id?: string

Id of the resource (required)

+

Memberof

AudioVolumeFilter

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: FilterType = FilterType.AUDIO_VOLUME

Discriminator property for Filter

+
type: FilterType = FilterType.AUDIO_VOLUME

Discriminator property for Filter

Memberof

AudioVolumeFilter

-

Memberof

AudioVolumeFilter

-
volume?: number

Audio volume value (required)

+

Memberof

AudioVolumeFilter

+
volume?: number

Audio volume value (required)

Memberof

AudioVolumeFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AutoRepresentation.html b/docs/classes/AutoRepresentation.html index 14ed941ec..1ab69e50e 100644 --- a/docs/classes/AutoRepresentation.html +++ b/docs/classes/AutoRepresentation.html @@ -1,6 +1,6 @@ AutoRepresentation | @bitmovin/api-sdk

Class AutoRepresentation

Export

AutoRepresentation

-

Constructors

Constructors

Properties

adoptConfigurationThreshold?: number

This is the threshold that determines whether the settings of the lower or the upper template representation (codec configuration) should be used, when representations are added automatically. The value must be between 0 and 1. Values nearer 0 will favour the higher representation, values nearer 1 will favour the lower representation.

+

Constructors

Properties

adoptConfigurationThreshold?: number

This is the threshold that determines whether the settings of the lower or the upper template representation (codec configuration) should be used, when representations are added automatically. The value must be between 0 and 1. Values nearer 0 will favour the higher representation, values nearer 1 will favour the lower representation.

Memberof

AutoRepresentation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AutoRestartConfiguration.html b/docs/classes/AutoRestartConfiguration.html index b5574ec58..bfc258cdb 100644 --- a/docs/classes/AutoRestartConfiguration.html +++ b/docs/classes/AutoRestartConfiguration.html @@ -1,5 +1,5 @@ AutoRestartConfiguration | @bitmovin/api-sdk

Class AutoRestartConfiguration

Export

AutoRestartConfiguration

-

Constructors

Constructors

Properties

bytesWrittenTimeout?: number

If no data was written for the given number of seconds, a restart is triggered. Minimum: 30.0

+

Constructors

Properties

bytesWrittenTimeout?: number

If no data was written for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

-
dashManifestsUpdateTimeout?: number

If DASH manifests were not updated for the given number of seconds, a restart is triggered. Minimum: 30.0

+
dashManifestsUpdateTimeout?: number

If DASH manifests were not updated for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

-
framesWrittenTimeout?: number

If no frames were generated for the given number of seconds, a restart is triggered. Minimum: 30.0

+
framesWrittenTimeout?: number

If no frames were generated for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

-
hlsManifestsUpdateTimeout?: number

If HLS manifests were not updated for the given number of seconds, a restart is triggered. Minimum: 30.0

+
hlsManifestsUpdateTimeout?: number

If HLS manifests were not updated for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

-
restartOnEncoderError?: boolean

Defines if the encoding should be restarted in case of an error during encoding.

+
restartOnEncoderError?: boolean

Defines if the encoding should be restarted in case of an error during encoding.

Memberof

AutoRestartConfiguration

-
scheduleExpression?: string

Defines a schedule for restarts using the unix crontab syntax. This example would trigger a restart every monday at 05:30 (AM)

+
scheduleExpression?: string

Defines a schedule for restarts using the unix crontab syntax. This example would trigger a restart every monday at 05:30 (AM)

Memberof

AutoRestartConfiguration

-
segmentsWrittenTimeout?: number

If no segments were generated for the given number of seconds, a restart is triggered. Minimum: 30.0

+
segmentsWrittenTimeout?: number

If no segments were generated for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Av1PerTitleConfiguration.html b/docs/classes/Av1PerTitleConfiguration.html index 9a64e59c4..77c6affe2 100644 --- a/docs/classes/Av1PerTitleConfiguration.html +++ b/docs/classes/Av1PerTitleConfiguration.html @@ -1,5 +1,5 @@ Av1PerTitleConfiguration | @bitmovin/api-sdk

Class Av1PerTitleConfiguration

Export

Av1PerTitleConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

-
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

+

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

+
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

Memberof

PerTitleConfiguration

-
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

+
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

Memberof

PerTitleConfiguration

-
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

+
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

Memberof

PerTitleConfiguration

-
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

+
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

Memberof

PerTitleConfiguration

-
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

+
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

Memberof

PerTitleConfiguration

-
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

+
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

Memberof

PerTitleConfiguration

-
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

+
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

Memberof

PerTitleConfiguration

-
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

+
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

Memberof

PerTitleConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Av1VideoConfiguration.html b/docs/classes/Av1VideoConfiguration.html index 51063b769..4f2859b24 100644 --- a/docs/classes/Av1VideoConfiguration.html +++ b/docs/classes/Av1VideoConfiguration.html @@ -1,5 +1,5 @@ Av1VideoConfiguration | @bitmovin/api-sdk

Class Av1VideoConfiguration

Export

Av1VideoConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

autoLevelSetup?: AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate. In the case the target level is set explicitly, the maximum bitrate and buffer size are calculated based on the defined level. Explicitly setting maxBitrate, or bufsize properties will disable the automatic calculation.

+

Constructors

Properties

autoLevelSetup?: AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate. In the case the target level is set explicitly, the maximum bitrate and buffer size are calculated based on the defined level. Explicitly setting maxBitrate, or bufsize properties will disable the automatic calculation.

Memberof

Av1VideoConfiguration

-
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

+
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

Memberof

VideoConfiguration

-
colorConfig?: ColorConfig

Memberof

VideoConfiguration

-
createdAt?: Date

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

+
colorConfig?: ColorConfig

Memberof

VideoConfiguration

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

+
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

Memberof

VideoConfiguration

-
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

+
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

Memberof

VideoConfiguration

-
height?: number

Height of the encoded video in pixels

+
height?: number

Height of the encoded video in pixels

Memberof

VideoConfiguration

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

+
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

Memberof

VideoConfiguration

-
presetConfiguration?: Av1PresetConfiguration

Use a set of well defined configurations preset to support certain use cases. Can be overwritten with more specific values.

+
presetConfiguration?: Av1PresetConfiguration

Use a set of well defined configurations preset to support certain use cases. Can be overwritten with more specific values.

Memberof

Av1VideoConfiguration

-
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

+
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

Memberof

VideoConfiguration

-
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
type: CodecConfigType = CodecConfigType.AV1

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.AV1

Discriminator property for CodecConfiguration

Memberof

Av1VideoConfiguration

-
width?: number

Width of the encoded video in pixels

+
width?: number

Width of the encoded video in pixels

Memberof

VideoConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AwsAccount.html b/docs/classes/AwsAccount.html index 352cd6ed9..a8dfaf108 100644 --- a/docs/classes/AwsAccount.html +++ b/docs/classes/AwsAccount.html @@ -1,5 +1,5 @@ AwsAccount | @bitmovin/api-sdk

Export

AwsAccount

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

accessKey?: string

Amazon access key (required)

+

Constructors

Properties

accessKey?: string

Amazon access key (required)

Memberof

AwsAccount

-
accountNumber?: string

Amazon account number (12 digits as per AWS spec) (required)

+
accountNumber?: string

Amazon account number (12 digits as per AWS spec) (required)

Memberof

AwsAccount

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
secretKey?: string

Amazon secret key (required)

+
secretKey?: string

Amazon secret key (required)

Memberof

AwsAccount

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AwsAccountRegionSettings.html b/docs/classes/AwsAccountRegionSettings.html index ef6e2dd08..00d289b6e 100644 --- a/docs/classes/AwsAccountRegionSettings.html +++ b/docs/classes/AwsAccountRegionSettings.html @@ -1,5 +1,5 @@ AwsAccountRegionSettings | @bitmovin/api-sdk

Class AwsAccountRegionSettings

Export

AwsAccountRegionSettings

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
limitParallelEncodings?: number

Limit for the amount of running encodings at a time. Leave empty for no limit.

+
limitParallelEncodings?: number

Limit for the amount of running encodings at a time. Leave empty for no limit.

Memberof

AwsAccountRegionSettings

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

AwsAccountRegionSettings

-
securityGroupId?: string

Id of the security group for encoding instances (required)

+

Memberof

AwsAccountRegionSettings

+
securityGroupId?: string

Id of the security group for encoding instances (required)

Memberof

AwsAccountRegionSettings

-
sshPort?: number

Custom SSH port. Valid values: 1 - 65535. Leave empty if the default SSH port 22 is OK.

+
sshPort?: number

Custom SSH port. Valid values: 1 - 65535. Leave empty if the default SSH port 22 is OK.

Memberof

AwsAccountRegionSettings

-
subnetId?: string

Id of the subnet for encoding instances (required)

+
subnetId?: string

Id of the subnet for encoding instances (required)

Memberof

AwsAccountRegionSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AzureAccount.html b/docs/classes/AzureAccount.html index 119736648..0d44c1024 100644 --- a/docs/classes/AzureAccount.html +++ b/docs/classes/AzureAccount.html @@ -1,5 +1,5 @@ AzureAccount | @bitmovin/api-sdk

Export

AzureAccount

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
resourceGroupId?: string

The name of the resource group where you intend to run the Encoding VMs (required)

+
resourceGroupId?: string

The name of the resource group where you intend to run the Encoding VMs (required)

Memberof

AzureAccount

-
subscriptionId?: string

Your Azure Subscription ID (The ID of your subscription where you intend to run the Encoding VMs) (required)

+
subscriptionId?: string

Your Azure Subscription ID (The ID of your subscription where you intend to run the Encoding VMs) (required)

Memberof

AzureAccount

-
tenantId?: string

The ID of your Active Directory where your subscription runs in (required)

+
tenantId?: string

The ID of your Active Directory where your subscription runs in (required)

Memberof

AzureAccount

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AzureAccountRegionSettings.html b/docs/classes/AzureAccountRegionSettings.html index 8ec664ae1..917991888 100644 --- a/docs/classes/AzureAccountRegionSettings.html +++ b/docs/classes/AzureAccountRegionSettings.html @@ -1,5 +1,5 @@ AzureAccountRegionSettings | @bitmovin/api-sdk

Class AzureAccountRegionSettings

Export

AzureAccountRegionSettings

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
networkName?: string

Name of the virtual network (required)

+
networkName?: string

Name of the virtual network (required)

Memberof

AzureAccountRegionSettings

-

Memberof

AzureAccountRegionSettings

-
subnetName?: string

Name of the subnet (required)

+

Memberof

AzureAccountRegionSettings

+
subnetName?: string

Name of the subnet (required)

Memberof

AzureAccountRegionSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AzureInput.html b/docs/classes/AzureInput.html index 5bcac7d1d..5ffc15617 100644 --- a/docs/classes/AzureInput.html +++ b/docs/classes/AzureInput.html @@ -1,5 +1,5 @@ AzureInput | @bitmovin/api-sdk

Export

AzureInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accountKey?: string

Azure Account Key (required)

+

Constructors

Properties

accountKey?: string

Azure Account Key (required)

Memberof

AzureInput

-
accountName?: string

Azure Account Name (required)

+
accountName?: string

Azure Account Name (required)

Memberof

AzureInput

-
container?: string

Name of the bucket (required)

+
container?: string

Name of the bucket (required)

Memberof

AzureInput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputType = InputType.AZURE

Discriminator property for Input

+
type: InputType = InputType.AZURE

Discriminator property for Input

Memberof

AzureInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AzureOutput.html b/docs/classes/AzureOutput.html index 0a0ae1c07..551568869 100644 --- a/docs/classes/AzureOutput.html +++ b/docs/classes/AzureOutput.html @@ -1,5 +1,5 @@ AzureOutput | @bitmovin/api-sdk

Export

AzureOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accountKey?: string

Azure Account Key (required)

+

Constructors

Properties

accountKey?: string

Azure Account Key (required)

Memberof

AzureOutput

-
accountName?: string

Azure Account Name (required)

+
accountName?: string

Azure Account Name (required)

Memberof

AzureOutput

-
acl?: AclEntry[]

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

+
acl?: AclEntry[]

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

Memberof

Output

-
container?: string

Name of the bucket (required)

+
container?: string

Name of the bucket (required)

Memberof

AzureOutput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: OutputType = OutputType.AZURE

Discriminator property for Output

+
type: OutputType = OutputType.AZURE

Discriminator property for Output

Memberof

AzureOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AzureSpeechServicesCredentials.html b/docs/classes/AzureSpeechServicesCredentials.html index 15ce3b0d3..caf75afc7 100644 --- a/docs/classes/AzureSpeechServicesCredentials.html +++ b/docs/classes/AzureSpeechServicesCredentials.html @@ -1,6 +1,6 @@ AzureSpeechServicesCredentials | @bitmovin/api-sdk

Class AzureSpeechServicesCredentials

Export

AzureSpeechServicesCredentials

-

Constructors

Constructors

Properties

Constructors

Properties

subscriptionKey?: string

Azure Speech Services resource key (required)

+

Constructors

Properties

subscriptionKey?: string

Azure Speech Services resource key (required)

Memberof

AzureSpeechServicesCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/AzureSpeechToCaptionsFilter.html b/docs/classes/AzureSpeechToCaptionsFilter.html index e24a00e80..53f28f629 100644 --- a/docs/classes/AzureSpeechToCaptionsFilter.html +++ b/docs/classes/AzureSpeechToCaptionsFilter.html @@ -1,5 +1,5 @@ AzureSpeechToCaptionsFilter | @bitmovin/api-sdk

Class AzureSpeechToCaptionsFilter

Export

AzureSpeechToCaptionsFilter

-

Hierarchy (view full)

  • Filter
    • AzureSpeechToCaptionsFilter

Constructors

Hierarchy (view full)

  • Filter
    • AzureSpeechToCaptionsFilter

Constructors

Properties

azureSpeechToCaptionsSettings?: AzureSpeechToCaptionsSettings

Memberof

AzureSpeechToCaptionsFilter

-
createdAt?: Date

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

+

Constructors

Properties

azureSpeechToCaptionsSettings?: AzureSpeechToCaptionsSettings

Memberof

AzureSpeechToCaptionsFilter

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: FilterType = FilterType.AZURE_SPEECH_TO_CAPTIONS

Discriminator property for Filter

+
type: FilterType = FilterType.AZURE_SPEECH_TO_CAPTIONS

Discriminator property for Filter

Memberof

AzureSpeechToCaptionsFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/AzureSpeechToCaptionsSettings.html b/docs/classes/AzureSpeechToCaptionsSettings.html index bb65b7e43..f8f1241ee 100644 --- a/docs/classes/AzureSpeechToCaptionsSettings.html +++ b/docs/classes/AzureSpeechToCaptionsSettings.html @@ -1,5 +1,5 @@ AzureSpeechToCaptionsSettings | @bitmovin/api-sdk

Class AzureSpeechToCaptionsSettings

Export

AzureSpeechToCaptionsSettings

-

Constructors

Constructors

Properties

apiEndpoint?: string

Azure Speech Services API endpoint. This information can be found in Azure's Speech resource data.

+

Constructors

Properties

apiEndpoint?: string

Azure Speech Services API endpoint. This information can be found in Azure's Speech resource data.

Memberof

AzureSpeechToCaptionsSettings

-
azureSpeechServicesCredentials?: AzureSpeechServicesCredentials

Credential settings to access Azure Speech Services

+
azureSpeechServicesCredentials?: AzureSpeechServicesCredentials

Credential settings to access Azure Speech Services

Memberof

AzureSpeechToCaptionsSettings

-
captionDelay?: number

How many MILLISECONDS to delay the display of each caption, to mimic a real-time experience. The minimum value is 0.

+
captionDelay?: number

How many MILLISECONDS to delay the display of each caption, to mimic a real-time experience. The minimum value is 0.

Memberof

AzureSpeechToCaptionsSettings

-
captionLines?: number

The number of lines for a caption. The minimum value is 1.

+
captionLines?: number

The number of lines for a caption. The minimum value is 1.

Memberof

AzureSpeechToCaptionsSettings

-
captionMaxLineLength?: number

The maximum number of characters per line for a caption. The minimum value is 20.

+
captionMaxLineLength?: number

The maximum number of characters per line for a caption. The minimum value is 20.

Memberof

AzureSpeechToCaptionsSettings

-
captionRemainTime?: number

How many MILLISECONDS a caption should remain on screen if it is not replaced by another. The minimum value is 0.

+
captionRemainTime?: number

How many MILLISECONDS a caption should remain on screen if it is not replaced by another. The minimum value is 0.

Memberof

AzureSpeechToCaptionsSettings

-
language?: string

Azure Speech to captions supported language (IETF BCP 47 language tag). The list of supported languages can be found at Azure's official documentation.

+
language?: string

Azure Speech to captions supported language (IETF BCP 47 language tag). The list of supported languages can be found at Azure's official documentation.

Memberof

AzureSpeechToCaptionsSettings

-

The profanity filter options are: - Masked: Replaces letters in profane words with asterisk (*) characters. - Raw: Include the profane words verbatim. - Removed: Removes profane words.

+

The profanity filter options are: - Masked: Replaces letters in profane words with asterisk (*) characters. - Raw: Include the profane words verbatim. - Removed: Removes profane words.

Memberof

AzureSpeechToCaptionsSettings

-
region?: string

Azure Speech Services Region Identifier. The list of speech service supported regions can be found at Azure's official documentation.

+
region?: string

Azure Speech Services Region Identifier. The list of speech service supported regions can be found at Azure's official documentation.

Memberof

AzureSpeechToCaptionsSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BackupSrtInputs.html b/docs/classes/BackupSrtInputs.html index 1091bbd23..f3cb508bf 100644 --- a/docs/classes/BackupSrtInputs.html +++ b/docs/classes/BackupSrtInputs.html @@ -1,8 +1,8 @@ BackupSrtInputs | @bitmovin/api-sdk

Export

BackupSrtInputs

-

Constructors

Constructors

Properties

Constructors

Properties

delayThreshold?: number

When there is no input signal present for this number of seconds, the encoder will switch to the next input

+

Constructors

Properties

delayThreshold?: number

When there is no input signal present for this number of seconds, the encoder will switch to the next input

Memberof

BackupSrtInputs

-
srtInputs?: SrtInput[]

Memberof

BackupSrtInputs

-
\ No newline at end of file +
srtInputs?: SrtInput[]

Memberof

BackupSrtInputs

+
\ No newline at end of file diff --git a/docs/classes/BasicMediaInfo.html b/docs/classes/BasicMediaInfo.html index b18e403f7..eb65dcdf3 100644 --- a/docs/classes/BasicMediaInfo.html +++ b/docs/classes/BasicMediaInfo.html @@ -1,5 +1,5 @@ BasicMediaInfo | @bitmovin/api-sdk

Export

BasicMediaInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

+

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

-
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

+
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

-
characteristics?: string[]

Contains Uniform Type Identifiers

+
characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

-
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

+
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

+
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

-
language?: string

Primary language in the rendition.

+
language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

-
name?: string

Human readable description of the rendition. (required)

+
name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Bif.html b/docs/classes/Bif.html index c26b90831..7a10afae0 100644 --- a/docs/classes/Bif.html +++ b/docs/classes/Bif.html @@ -1,6 +1,6 @@ Bif | @bitmovin/api-sdk

Either height or width is required. It is also possible to set both properties.

Export

Bif

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

aspectMode?: ThumbnailAspectMode

Specifies the aspect mode that is used when both height and width are specified Only supported starting with encoder version 2.85.0.

+

Constructors

Properties

aspectMode?: ThumbnailAspectMode

Specifies the aspect mode that is used when both height and width are specified Only supported starting with encoder version 2.85.0.

Memberof

Bif

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
distance?: number

Distance in seconds between a screenshot (required)

+
distance?: number

Distance in seconds between a screenshot (required)

Memberof

Bif

-
filename?: string

Filename of the Bif image. (required)

+
filename?: string

Filename of the Bif image. (required)

Memberof

Bif

-
height?: number

Height of one thumbnail

+
height?: number

Height of one thumbnail

Memberof

Bif

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Bif

-
width?: number

Width of one thumbnail. Roku recommends a width of 240 for SD and 320 for HD.

+
outputs?: EncodingOutput[]

Memberof

Bif

+
width?: number

Width of one thumbnail. Roku recommends a width of 240 for SD and 320 for HD.

Memberof

Bif

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BillableEncodingFeatureMinutes.html b/docs/classes/BillableEncodingFeatureMinutes.html index c0382d745..f09e77ca8 100644 --- a/docs/classes/BillableEncodingFeatureMinutes.html +++ b/docs/classes/BillableEncodingFeatureMinutes.html @@ -1,15 +1,15 @@ BillableEncodingFeatureMinutes | @bitmovin/api-sdk

Class BillableEncodingFeatureMinutes

Export

BillableEncodingFeatureMinutes

-

Constructors

Constructors

Properties

billableMinutes?: number

The billable minutes related to this feature.

+

Constructors

Properties

billableMinutes?: number

The billable minutes related to this feature.

Memberof

BillableEncodingFeatureMinutes

-
encodedMinutes?: number

Encoded minutes related to this feature.

+
encodedMinutes?: number

Encoded minutes related to this feature.

Memberof

BillableEncodingFeatureMinutes

-
featureMultiplier?: number

The multiplier used for this feature.

+
featureMultiplier?: number

The multiplier used for this feature.

Memberof

BillableEncodingFeatureMinutes

-
featureType?: string

The name of the feature.

+
featureType?: string

The name of the feature.

Memberof

BillableEncodingFeatureMinutes

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BillableEncodingMinutes.html b/docs/classes/BillableEncodingMinutes.html index c21f93f73..fcebe4e4b 100644 --- a/docs/classes/BillableEncodingMinutes.html +++ b/docs/classes/BillableEncodingMinutes.html @@ -1,5 +1,5 @@ BillableEncodingMinutes | @bitmovin/api-sdk

Class BillableEncodingMinutes

Export

BillableEncodingMinutes

-

Constructors

Constructors

Properties

Memberof

BillableEncodingMinutes

-

Memberof

BillableEncodingMinutes

-
encodingMode?: EncodingMode

Memberof

BillableEncodingMinutes

-
enhancedDeinterlace?: boolean

Indicates if an enhanced interlace filter was used.

+

Constructors

Properties

Memberof

BillableEncodingMinutes

+

Memberof

BillableEncodingMinutes

+
encodingMode?: EncodingMode

Memberof

BillableEncodingMinutes

+
enhancedDeinterlace?: boolean

Indicates if an enhanced interlace filter was used.

Memberof

BillableEncodingMinutes

-
live?: boolean

Indicates if the stream was part of a live encoding.

+
live?: boolean

Indicates if the stream was part of a live encoding.

Memberof

BillableEncodingMinutes

-
nexGuardABWatermarkingType?: NexGuardABWatermarkingFeature

Memberof

BillableEncodingMinutes

-
perTitleResultStream?: StatisticsPerTitleStream

Memberof

BillableEncodingMinutes

-
pixelFormatBitDepth?: PixelFormatBitDepth

Memberof

BillableEncodingMinutes

-
preset?: string

Name of the preset configuration used for the codec configuration or "CUSTOM" if any preset values were overridden

+
nexGuardABWatermarkingType?: NexGuardABWatermarkingFeature

Memberof

BillableEncodingMinutes

+
perTitleResultStream?: StatisticsPerTitleStream

Memberof

BillableEncodingMinutes

+
pixelFormatBitDepth?: PixelFormatBitDepth

Memberof

BillableEncodingMinutes

+
preset?: string

Name of the preset configuration used for the codec configuration or "CUSTOM" if any preset values were overridden

Memberof

BillableEncodingMinutes

-

Memberof

BillableEncodingMinutes

-
\ No newline at end of file +
psnrMode?: PsnrPerStreamMode

Memberof

BillableEncodingMinutes

+
\ No newline at end of file diff --git a/docs/classes/BillableEncodingMinutesDetails.html b/docs/classes/BillableEncodingMinutesDetails.html index 35584b2aa..bc1407a7d 100644 --- a/docs/classes/BillableEncodingMinutesDetails.html +++ b/docs/classes/BillableEncodingMinutesDetails.html @@ -1,18 +1,18 @@ BillableEncodingMinutesDetails | @bitmovin/api-sdk

Class BillableEncodingMinutesDetails

Export

BillableEncodingMinutesDetails

-

Constructors

Constructors

Properties

Constructors

Properties

AUDIO?: number

Billable minutes for audio. Available if stream is an audio stream.

+

Constructors

Properties

AUDIO?: number

Billable minutes for audio. Available if stream is an audio stream.

Memberof

BillableEncodingMinutesDetails

-
HD?: number

Billable minutes for HD resolutions.

+
HD?: number

Billable minutes for HD resolutions.

Memberof

BillableEncodingMinutesDetails

-
SD?: number

Billable minutes for SD resolutions.

+
SD?: number

Billable minutes for SD resolutions.

Memberof

BillableEncodingMinutesDetails

-
UHD?: number

Billable minutes for UHD resolutions.

+
UHD?: number

Billable minutes for UHD resolutions.

Memberof

BillableEncodingMinutesDetails

-
UNKNOWN?: number

Only set if resolution information is not present.

+
UNKNOWN?: number

Only set if resolution information is not present.

Memberof

BillableEncodingMinutesDetails

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BitmovinError.html b/docs/classes/BitmovinError.html index 6f832c6eb..2cec4fc62 100644 --- a/docs/classes/BitmovinError.html +++ b/docs/classes/BitmovinError.html @@ -1,4 +1,4 @@ -BitmovinError | @bitmovin/api-sdk

Hierarchy

  • Error
    • BitmovinError

Constructors

constructor +BitmovinError | @bitmovin/api-sdk

Hierarchy

  • Error
    • BitmovinError

Constructors

Properties

details?: Message[]
developerMessage?: string
errorCode?: number
httpStatusCode: number
links?: Link[]
message: string
name: string
requestId?: string
shortMessage: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Constructors

Properties

details?: Message[]
developerMessage?: string
errorCode?: number
httpStatusCode: number
links?: Link[]
message: string
name: string
requestId?: string
shortMessage: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/classes/BitmovinResource.html b/docs/classes/BitmovinResource.html index 8943cf0a4..09d3f5785 100644 --- a/docs/classes/BitmovinResource.html +++ b/docs/classes/BitmovinResource.html @@ -1,21 +1,21 @@ BitmovinResource | @bitmovin/api-sdk

Class BitmovinResource

Export

BitmovinResource

-

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BitmovinResponse.html b/docs/classes/BitmovinResponse.html index 16bf3fa31..7e580c87f 100644 --- a/docs/classes/BitmovinResponse.html +++ b/docs/classes/BitmovinResponse.html @@ -1,6 +1,6 @@ BitmovinResponse | @bitmovin/api-sdk

Class BitmovinResponse

Export

BitmovinResponse

-

Hierarchy (view full)

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BitmovinResponseList.html b/docs/classes/BitmovinResponseList.html index 8cf57aa96..2035bf486 100644 --- a/docs/classes/BitmovinResponseList.html +++ b/docs/classes/BitmovinResponseList.html @@ -1,5 +1,5 @@ BitmovinResponseList | @bitmovin/api-sdk

Class BitmovinResponseList

Export

BitmovinResponseList

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

Constructors

Properties

[unscopables]: {
    [unscopables]?: boolean;
    length?: boolean;
    [iterator]?: any;
    at?: any;
    concat?: any;
    copyWithin?: any;
    entries?: any;
    every?: any;
    fill?: any;
    filter?: any;
    find?: any;
    findIndex?: any;
    flat?: any;
    flatMap?: any;
    forEach?: any;
    includes?: any;
    indexOf?: any;
    join?: any;
    keys?: any;
    lastIndexOf?: any;
    map?: any;
    pop?: any;
    push?: any;
    reduce?: any;
    reduceRight?: any;
    reverse?: any;
    shift?: any;
    slice?: any;
    some?: any;
    sort?: any;
    splice?: any;
    toLocaleString?: any;
    toString?: any;
    unshift?: any;
    values?: any;
}

Is an object whose properties have the value 'true' +

Constructors

Properties

[unscopables]: {
    [unscopables]?: boolean;
    length?: boolean;
    [iterator]?: any;
    at?: any;
    concat?: any;
    copyWithin?: any;
    entries?: any;
    every?: any;
    fill?: any;
    filter?: any;
    find?: any;
    findIndex?: any;
    flat?: any;
    flatMap?: any;
    forEach?: any;
    includes?: any;
    indexOf?: any;
    join?: any;
    keys?: any;
    lastIndexOf?: any;
    map?: any;
    pop?: any;
    push?: any;
    reduce?: any;
    reduceRight?: any;
    reverse?: any;
    shift?: any;
    slice?: any;
    some?: any;
    sort?: any;
    splice?: any;
    toLocaleString?: any;
    toString?: any;
    unshift?: any;
    values?: any;
}

Is an object whose properties have the value 'true' when they will be absent when used in a 'with' statement.

Type declaration

\ No newline at end of file diff --git a/docs/classes/BroadcastTsInputStreamConfiguration.html b/docs/classes/BroadcastTsInputStreamConfiguration.html index 2300baf0b..f46badfe0 100644 --- a/docs/classes/BroadcastTsInputStreamConfiguration.html +++ b/docs/classes/BroadcastTsInputStreamConfiguration.html @@ -1,17 +1,17 @@ BroadcastTsInputStreamConfiguration | @bitmovin/api-sdk

Class BroadcastTsInputStreamConfiguration

Export

BroadcastTsInputStreamConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

alignPes?: boolean

Align access units to PES packets. If true, align access units to PES packet headers. Uses adaptation field stuffing to position an access unit at the beginning of each PES packet.

+

Constructors

Properties

alignPes?: boolean

Align access units to PES packets. If true, align access units to PES packet headers. Uses adaptation field stuffing to position an access unit at the beginning of each PES packet.

Memberof

BroadcastTsInputStreamConfiguration

-
packetIdentifier?: number

An integer value. Packet Identifier (PID) for this stream.

+
packetIdentifier?: number

An integer value. Packet Identifier (PID) for this stream.

Memberof

BroadcastTsInputStreamConfiguration

-
setRaiOnAu?: RaiUnit

Memberof

BroadcastTsInputStreamConfiguration

-
startWithDiscontinuityIndicator?: boolean

Start stream with initial discontinuity indicator set to one. If true, set the discontinuity indicator in the first packet for this PID.

+
setRaiOnAu?: RaiUnit

Memberof

BroadcastTsInputStreamConfiguration

+
startWithDiscontinuityIndicator?: boolean

Start stream with initial discontinuity indicator set to one. If true, set the discontinuity indicator in the first packet for this PID.

Memberof

BroadcastTsInputStreamConfiguration

-
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing.

+
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing.

Memberof

BroadcastTsInputStreamConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BroadcastTsMuxing.html b/docs/classes/BroadcastTsMuxing.html index 955ff250e..33531c136 100644 --- a/docs/classes/BroadcastTsMuxing.html +++ b/docs/classes/BroadcastTsMuxing.html @@ -1,5 +1,5 @@ BroadcastTsMuxing | @bitmovin/api-sdk

Class BroadcastTsMuxing

Export

BroadcastTsMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-

Memberof

BroadcastTsMuxing

-
createdAt?: Date

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

+

Memberof

BroadcastTsMuxing

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

Name of the output file

+
filename?: string

Name of the output file

Memberof

BroadcastTsMuxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Length of the segments in seconds.

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Length of the segments in seconds.

Memberof

BroadcastTsMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.BROADCAST_TS

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.BROADCAST_TS

Discriminator property for Muxing

Memberof

BroadcastTsMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/BroadcastTsMuxingConfiguration.html b/docs/classes/BroadcastTsMuxingConfiguration.html index 43f66679a..eb5c81444 100644 --- a/docs/classes/BroadcastTsMuxingConfiguration.html +++ b/docs/classes/BroadcastTsMuxingConfiguration.html @@ -1,15 +1,15 @@ BroadcastTsMuxingConfiguration | @bitmovin/api-sdk

Class BroadcastTsMuxingConfiguration

Export

BroadcastTsMuxingConfiguration

-

Constructors

Constructors

Properties

Memberof

BroadcastTsMuxingConfiguration

-

Program configuration details for the Broadcast TS muxing.

+

Constructors

Properties

Memberof

BroadcastTsMuxingConfiguration

+

Program configuration details for the Broadcast TS muxing.

Memberof

BroadcastTsMuxingConfiguration

-

Memberof

BroadcastTsMuxingConfiguration

-

Transport configuration details for the Broadcast TS muxing.

+

Memberof

BroadcastTsMuxingConfiguration

+

Transport configuration details for the Broadcast TS muxing.

Memberof

BroadcastTsMuxingConfiguration

-

Memberof

BroadcastTsMuxingConfiguration

-
\ No newline at end of file +
videoStreams?: BroadcastTsVideoInputStreamConfiguration[]

Memberof

BroadcastTsMuxingConfiguration

+
\ No newline at end of file diff --git a/docs/classes/BroadcastTsMuxingInformation.html b/docs/classes/BroadcastTsMuxingInformation.html index c3a4363b9..83ffc1cf6 100644 --- a/docs/classes/BroadcastTsMuxingInformation.html +++ b/docs/classes/BroadcastTsMuxingInformation.html @@ -1,5 +1,5 @@ BroadcastTsMuxingInformation | @bitmovin/api-sdk

Class BroadcastTsMuxingInformation

Export

BroadcastTsMuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

ProgressiveMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

ProgressiveMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

ProgressiveMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

ProgressiveMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

ProgressiveMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

ProgressiveMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

ProgressiveMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BroadcastTsProgramConfiguration.html b/docs/classes/BroadcastTsProgramConfiguration.html index e41655bf2..bb3cbdc4a 100644 --- a/docs/classes/BroadcastTsProgramConfiguration.html +++ b/docs/classes/BroadcastTsProgramConfiguration.html @@ -1,15 +1,15 @@ BroadcastTsProgramConfiguration | @bitmovin/api-sdk

Class BroadcastTsProgramConfiguration

Export

BroadcastTsProgramConfiguration

-

Constructors

Constructors

Properties

insertProgramClockRefOnPes?: boolean

Insert Program Clock References (PCRs) on all packetized elemementary stream packets. When false, indicates that PCRs should be inserted on every PES header. This parameter is effective only when the PCR packet identifier is the same as a video or audio elementary stream.

+

Constructors

Properties

insertProgramClockRefOnPes?: boolean

Insert Program Clock References (PCRs) on all packetized elemementary stream packets. When false, indicates that PCRs should be inserted on every PES header. This parameter is effective only when the PCR packet identifier is the same as a video or audio elementary stream.

Memberof

BroadcastTsProgramConfiguration

-
pidForPMT?: number

An integer value. Packet identifier (PID) to use for Program Map Table (PMT). Recommended value is 2 x programNumber.

+
pidForPMT?: number

An integer value. Packet identifier (PID) to use for Program Map Table (PMT). Recommended value is 2 x programNumber.

Memberof

BroadcastTsProgramConfiguration

-
programClockRefInterval?: number

Interval between Program Clock References (PCRs) in milliseconds. Defines the period between PCR fields inserted in the stream. The default value is 90ms.

+
programClockRefInterval?: number

Interval between Program Clock References (PCRs) in milliseconds. Defines the period between PCR fields inserted in the stream. The default value is 90ms.

Memberof

BroadcastTsProgramConfiguration

-
programNumber?: number

An integer value. Value for program_number field in Program Map Table (PMT). The value zero is reserved for the NIT PID entry in the PAT.

+
programNumber?: number

An integer value. Value for program_number field in Program Map Table (PMT). The value zero is reserved for the NIT PID entry in the PAT.

Memberof

BroadcastTsProgramConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BroadcastTsSubtitleInputStreamConfiguration.html b/docs/classes/BroadcastTsSubtitleInputStreamConfiguration.html index b647e5ee4..124c37cd4 100644 --- a/docs/classes/BroadcastTsSubtitleInputStreamConfiguration.html +++ b/docs/classes/BroadcastTsSubtitleInputStreamConfiguration.html @@ -1,12 +1,12 @@ BroadcastTsSubtitleInputStreamConfiguration | @bitmovin/api-sdk

Class BroadcastTsSubtitleInputStreamConfiguration

Export

BroadcastTsSubtitleInputStreamConfiguration

-

Constructors

Constructors

Properties

packetIdentifier?: number

An integer value. Packet Identifier (PID) for this stream.

+

Constructors

Properties

packetIdentifier?: number

An integer value. Packet Identifier (PID) for this stream.

Memberof

BroadcastTsSubtitleInputStreamConfiguration

-
rate?: number

The rate parameter determines the maximum rate in bits per second that should be used for the subtitle stream. The valid range is 100 to 60 000 000 bps or 0. If the value is set to 0, we will examine the first 100 packets of subtitle packet data and use the highest rate that was computed. If the value is set too low, not enough to accommodate the subtitle bit-rate, then some PES packets corresponding to DVB subtitle stream will be dropped. This parameter is optional and the default value is 0.

+
rate?: number

The rate parameter determines the maximum rate in bits per second that should be used for the subtitle stream. The valid range is 100 to 60 000 000 bps or 0. If the value is set to 0, we will examine the first 100 packets of subtitle packet data and use the highest rate that was computed. If the value is set too low, not enough to accommodate the subtitle bit-rate, then some PES packets corresponding to DVB subtitle stream will be dropped. This parameter is optional and the default value is 0.

Memberof

BroadcastTsSubtitleInputStreamConfiguration

-
streamId?: string

The UUID of the subtitle stream to which this configuration belongs to. This has to be an ID of an subtitle stream that has been added to the current muxing.

+
streamId?: string

The UUID of the subtitle stream to which this configuration belongs to. This has to be an ID of an subtitle stream that has been added to the current muxing.

Memberof

BroadcastTsSubtitleInputStreamConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BroadcastTsTransportConfiguration.html b/docs/classes/BroadcastTsTransportConfiguration.html index 82b098df1..e32a51367 100644 --- a/docs/classes/BroadcastTsTransportConfiguration.html +++ b/docs/classes/BroadcastTsTransportConfiguration.html @@ -1,5 +1,5 @@ BroadcastTsTransportConfiguration | @bitmovin/api-sdk

Class BroadcastTsTransportConfiguration

Export

BroadcastTsTransportConfiguration

-

Constructors

Constructors

Properties

initialPresentationTimeStamp?: number

Presentation time stamp value for the first video frame. The timestamp is specified in the timescale of 90000

+

Constructors

Properties

initialPresentationTimeStamp?: number

Presentation time stamp value for the first video frame. The timestamp is specified in the timescale of 90000

Memberof

BroadcastTsTransportConfiguration

-
initialProgramClockReference?: number

Program Clock Reference value at the beginning of the first packet for the transport stream. The PCR is specified in the timescale of 90000

+
initialProgramClockReference?: number

Program Clock Reference value at the beginning of the first packet for the transport stream. The PCR is specified in the timescale of 90000

Memberof

BroadcastTsTransportConfiguration

-
muxrate?: number

Output rate in bps. The value zero implies to use minimal rate. The minimal rate leaves approximately 15kbps of null packets in the stream.

+
muxrate?: number

Output rate in bps. The value zero implies to use minimal rate. The minimal rate leaves approximately 15kbps of null packets in the stream.

Memberof

BroadcastTsTransportConfiguration

-
patRepetitionRatePerSec?: number

Program Association Table (PAT) repetition rate per second. Number of PATs per second.

+
patRepetitionRatePerSec?: number

Program Association Table (PAT) repetition rate per second. Number of PATs per second.

Memberof

BroadcastTsTransportConfiguration

-
pmtRepetitionRatePerSec?: number

Program Map Table (PMT) repetition rate per second. Number of PMTs for each program per second.

+
pmtRepetitionRatePerSec?: number

Program Map Table (PMT) repetition rate per second. Number of PMTs for each program per second.

Memberof

BroadcastTsTransportConfiguration

-
preventEmptyAdaptionFieldsInVideo?: boolean

If true, prevents adaptation fields with length field equal to zero in video, i.e., zero-length AF. Please note that this condition can only occur when pesAlign for the input stream is set to true.

+
preventEmptyAdaptionFieldsInVideo?: boolean

If true, prevents adaptation fields with length field equal to zero in video, i.e., zero-length AF. Please note that this condition can only occur when pesAlign for the input stream is set to true.

Memberof

BroadcastTsTransportConfiguration

-
stopOnError?: boolean

Stop mux on errors. If true, implies halt multiplexing when any error is encountered. If false, errors are ignored and multiplexing continues. Note that the recovery from an error will usually result in an illegal transport stream and artifacts on a decoder.

+
stopOnError?: boolean

Stop mux on errors. If true, implies halt multiplexing when any error is encountered. If false, errors are ignored and multiplexing continues. Note that the recovery from an error will usually result in an illegal transport stream and artifacts on a decoder.

Memberof

BroadcastTsTransportConfiguration

-
variableMuxRate?: boolean

When false, the output stream is created at a constant bit rate. When true, the output rate is allowed to vary from a maximum rate set by the muxrate parameter down to the minimum required to carry the stream.

+
variableMuxRate?: boolean

When false, the output stream is created at a constant bit rate. When true, the output rate is allowed to vary from a maximum rate set by the muxrate parameter down to the minimum required to carry the stream.

Memberof

BroadcastTsTransportConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BroadcastTsVideoInputStreamConfiguration.html b/docs/classes/BroadcastTsVideoInputStreamConfiguration.html index 15f7a0003..b79293212 100644 --- a/docs/classes/BroadcastTsVideoInputStreamConfiguration.html +++ b/docs/classes/BroadcastTsVideoInputStreamConfiguration.html @@ -1,5 +1,5 @@ BroadcastTsVideoInputStreamConfiguration | @bitmovin/api-sdk

Class BroadcastTsVideoInputStreamConfiguration

Export

BroadcastTsVideoInputStreamConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

alignPes?: boolean

Align access units to PES packets. If true, align access units to PES packet headers. Uses adaptation field stuffing to position an access unit at the beginning of each PES packet.

+

Constructors

Properties

alignPes?: boolean

Align access units to PES packets. If true, align access units to PES packet headers. Uses adaptation field stuffing to position an access unit at the beginning of each PES packet.

Memberof

BroadcastTsInputStreamConfiguration

-
insertAccessUnitDelimiterInAvc?: boolean

If true, add access unit delimiters (AUD) to AVC stream if AUD is missing from input elementary stream.

+
insertAccessUnitDelimiterInAvc?: boolean

If true, add access unit delimiters (AUD) to AVC stream if AUD is missing from input elementary stream.

Memberof

BroadcastTsVideoInputStreamConfiguration

-
maxDecodeDelay?: number

Maximum Decoder Delay in 90 KHz cycles. When non-zero, the difference between the PCR and the DTS for each picture as it is inserted into the output transport stream is limited to this number of 90 KHz cycles. Values below 1000 are treated as 0 and ignored. Valid Range [0, 1000-900000]

+
maxDecodeDelay?: number

Maximum Decoder Delay in 90 KHz cycles. When non-zero, the difference between the PCR and the DTS for each picture as it is inserted into the output transport stream is limited to this number of 90 KHz cycles. Values below 1000 are treated as 0 and ignored. Valid Range [0, 1000-900000]

Memberof

BroadcastTsVideoInputStreamConfiguration

-
packetIdentifier?: number

An integer value. Packet Identifier (PID) for this stream.

+
packetIdentifier?: number

An integer value. Packet Identifier (PID) for this stream.

Memberof

BroadcastTsInputStreamConfiguration

-
setRaiOnAu?: RaiUnit

Memberof

BroadcastTsInputStreamConfiguration

-
startWithDiscontinuityIndicator?: boolean

Start stream with initial discontinuity indicator set to one. If true, set the discontinuity indicator in the first packet for this PID.

+
setRaiOnAu?: RaiUnit

Memberof

BroadcastTsInputStreamConfiguration

+
startWithDiscontinuityIndicator?: boolean

Start stream with initial discontinuity indicator set to one. If true, set the discontinuity indicator in the first packet for this PID.

Memberof

BroadcastTsInputStreamConfiguration

-
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing.

+
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing.

Memberof

BroadcastTsInputStreamConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BurnInSubtitleDvbSub.html b/docs/classes/BurnInSubtitleDvbSub.html index c88981da4..3eff3c9de 100644 --- a/docs/classes/BurnInSubtitleDvbSub.html +++ b/docs/classes/BurnInSubtitleDvbSub.html @@ -1,5 +1,5 @@ BurnInSubtitleDvbSub | @bitmovin/api-sdk

Class BurnInSubtitleDvbSub

Export

BurnInSubtitleDvbSub

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputStreamId?: string

Id of an IngestInputStream which specifies the stream of the DVB-SUB subtitles (required)

+
inputStreamId?: string

Id of an IngestInputStream which specifies the stream of the DVB-SUB subtitles (required)

Memberof

BurnInSubtitleDvbSub

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/BurnInSubtitleSrt.html b/docs/classes/BurnInSubtitleSrt.html index 41cf15ceb..a843e36a8 100644 --- a/docs/classes/BurnInSubtitleSrt.html +++ b/docs/classes/BurnInSubtitleSrt.html @@ -1,5 +1,5 @@ BurnInSubtitleSrt | @bitmovin/api-sdk

Class BurnInSubtitleSrt

Export

BurnInSubtitleSrt

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

characterEncoding?: CaptionCharacterEncoding

Character encoding of the SRT file (required)

+

Constructors

Properties

characterEncoding?: CaptionCharacterEncoding

Character encoding of the SRT file (required)

Memberof

BurnInSubtitleSrt

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
input?: InputPath

The input location to get the SRT file from (required)

+
input?: InputPath

The input location to get the SRT file from (required)

Memberof

BurnInSubtitleSrt

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CdnOutput.html b/docs/classes/CdnOutput.html index 847ce1c7f..cd3482430 100644 --- a/docs/classes/CdnOutput.html +++ b/docs/classes/CdnOutput.html @@ -1,5 +1,5 @@ CdnOutput | @bitmovin/api-sdk

Export

CdnOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

Constructors

Properties

acl?: AclEntry[]

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

Memberof

Output

-
cdnProvider?: CdnProvider

CDN Provider of the Output

+
cdnProvider?: CdnProvider

CDN Provider of the Output

Memberof

CdnOutput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
domainName?: string

Domain name for public access to CDN content

+
domainName?: string

Domain name for public access to CDN content

Memberof

CdnOutput

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: OutputType = OutputType.CDN

Discriminator property for Output

+
type: OutputType = OutputType.CDN

Discriminator property for Output

Memberof

CdnOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/CdnUsage.html b/docs/classes/CdnUsage.html index b063be889..de7d8c318 100644 --- a/docs/classes/CdnUsage.html +++ b/docs/classes/CdnUsage.html @@ -1,15 +1,15 @@ CdnUsage | @bitmovin/api-sdk

Export

CdnUsage

-

Constructors

Constructors

Properties

from?: Date

UTC timestamp which marks the beginning of the time period for which the usage statistics are retrieved.

+

Constructors

Properties

from?: Date

UTC timestamp which marks the beginning of the time period for which the usage statistics are retrieved.

Memberof

CdnUsage

-
storageUsage?: number

Storage usage in GB per month.

+
storageUsage?: number

Storage usage in GB per month.

Memberof

CdnUsage

-
to?: Date

UTC timestamp which marks the end of the time period for which the usage statistics are retrieved. The end date is exclusive. For example, if end is 2019-03-29T13:05:00Z, the cost and usage data are retrieved from the start date up to, but not including, 2019-03-29T13:05:00Z.

+
to?: Date

UTC timestamp which marks the end of the time period for which the usage statistics are retrieved. The end date is exclusive. For example, if end is 2019-03-29T13:05:00Z, the cost and usage data are retrieved from the start date up to, but not including, 2019-03-29T13:05:00Z.

Memberof

CdnUsage

-
transferUsage?: number

Transfer usage in GB.

+
transferUsage?: number

Transfer usage in GB.

Memberof

CdnUsage

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CdnUsageStatistics.html b/docs/classes/CdnUsageStatistics.html index cf5541f44..54758a007 100644 --- a/docs/classes/CdnUsageStatistics.html +++ b/docs/classes/CdnUsageStatistics.html @@ -1,17 +1,17 @@ CdnUsageStatistics | @bitmovin/api-sdk

Class CdnUsageStatistics

Export

CdnUsageStatistics

-

Constructors

Constructors

Properties

from?: Date

UTC timestamp which marks the beginning of the time period for which the usage statistics are retrieved.

+

Constructors

Properties

from?: Date

UTC timestamp which marks the beginning of the time period for which the usage statistics are retrieved.

Memberof

CdnUsageStatistics

-
storageUsageTotal?: number

Total storage usage in GB per month.

+
storageUsageTotal?: number

Total storage usage in GB per month.

Memberof

CdnUsageStatistics

-
to?: Date

UTC timestamp which marks the end of the time period for which the usage statistics are retrieved. The end date is exclusive. For example, if end is 2019-03-28T13:05:00Z, the cost and usage data are retrieved from the start date up to, but not including, 2019-03-28T13:05:00Z.

+
to?: Date

UTC timestamp which marks the end of the time period for which the usage statistics are retrieved. The end date is exclusive. For example, if end is 2019-03-28T13:05:00Z, the cost and usage data are retrieved from the start date up to, but not including, 2019-03-28T13:05:00Z.

Memberof

CdnUsageStatistics

-
transferUsageTotal?: number

Total transfer usage in GB.

+
transferUsageTotal?: number

Total transfer usage in GB.

Memberof

CdnUsageStatistics

-
usage?: CdnUsage[]

Memberof

CdnUsageStatistics

-
\ No newline at end of file +
usage?: CdnUsage[]

Memberof

CdnUsageStatistics

+
\ No newline at end of file diff --git a/docs/classes/Cea608708SubtitleConfiguration.html b/docs/classes/Cea608708SubtitleConfiguration.html index 9a1fb7621..635b35f7b 100644 --- a/docs/classes/Cea608708SubtitleConfiguration.html +++ b/docs/classes/Cea608708SubtitleConfiguration.html @@ -1,8 +1,8 @@ Cea608708SubtitleConfiguration | @bitmovin/api-sdk

Class Cea608708SubtitleConfiguration

Export

Cea608708SubtitleConfiguration

-

Constructors

Constructors

Properties

passthroughActivated?: boolean

If enabled, CEA 608 an CEA 708 subtitles will be copied from the input video stream to the output video stream. Note: This does not work, if the output framerate is different than the input framerate (except doubling the framerate with deinterlacing per field)

+

Constructors

Properties

passthroughActivated?: boolean

If enabled, CEA 608 an CEA 708 subtitles will be copied from the input video stream to the output video stream. Note: This does not work, if the output framerate is different than the input framerate (except doubling the framerate with deinterlacing per field)

Memberof

Cea608708SubtitleConfiguration

-
passthroughMode?: PassthroughMode

Memberof

Cea608708SubtitleConfiguration

-
\ No newline at end of file +
passthroughMode?: PassthroughMode

Memberof

Cea608708SubtitleConfiguration

+
\ No newline at end of file diff --git a/docs/classes/Cea608CaptionInputStream.html b/docs/classes/Cea608CaptionInputStream.html index a788bf555..eecd7a900 100644 --- a/docs/classes/Cea608CaptionInputStream.html +++ b/docs/classes/Cea608CaptionInputStream.html @@ -1,5 +1,5 @@ Cea608CaptionInputStream | @bitmovin/api-sdk

Class Cea608CaptionInputStream

Export

Cea608CaptionInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

The channel number of the subtitle on the respective stream position (required)

+

Constructors

Properties

The channel number of the subtitle on the respective stream position (required)

Memberof

Cea608CaptionInputStream

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

Id of the Input (required)

+
inputId?: string

Id of the Input (required)

Memberof

Cea608CaptionInputStream

-
inputPath?: string

Path to media file (required)

+
inputPath?: string

Path to media file (required)

Memberof

Cea608CaptionInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputStreamType = InputStreamType.CAPTION_CEA608

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.CAPTION_CEA608

Discriminator property for InputStream

Memberof

Cea608CaptionInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Cea708CaptionInputStream.html b/docs/classes/Cea708CaptionInputStream.html index c0d529b8d..fab219977 100644 --- a/docs/classes/Cea708CaptionInputStream.html +++ b/docs/classes/Cea708CaptionInputStream.html @@ -1,5 +1,5 @@ Cea708CaptionInputStream | @bitmovin/api-sdk

Class Cea708CaptionInputStream

Export

Cea708CaptionInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

channel?: number

The channel number of the subtitle on the respective stream position. Must not be smaller than 1 (required)

+

Constructors

Properties

channel?: number

The channel number of the subtitle on the respective stream position. Must not be smaller than 1 (required)

Memberof

Cea708CaptionInputStream

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

Id of the Input (required)

+
inputId?: string

Id of the Input (required)

Memberof

Cea708CaptionInputStream

-
inputPath?: string

Path to media file (required)

+
inputPath?: string

Path to media file (required)

Memberof

Cea708CaptionInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputStreamType = InputStreamType.CAPTION_CEA708

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.CAPTION_CEA708

Discriminator property for InputStream

Memberof

Cea708CaptionInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/CencDrm.html b/docs/classes/CencDrm.html index abe56da58..78bfc45b7 100644 --- a/docs/classes/CencDrm.html +++ b/docs/classes/CencDrm.html @@ -1,5 +1,5 @@ CencDrm | @bitmovin/api-sdk

Export

CencDrm

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
enablePiffCompatibility?: boolean

Enables compatibility with the Protected Interoperable File Format (PIFF) specification

+
enablePiffCompatibility?: boolean

Enables compatibility with the Protected Interoperable File Format (PIFF) specification

Memberof

CencDrm

-
encryptionMode?: EncryptionMode

The encryption method to use. Default is CTR (required)

+
encryptionMode?: EncryptionMode

The encryption method to use. Default is CTR (required)

Memberof

CencDrm

-
fairPlay?: CencFairPlay

Configuration for FairPlay DRM

+
fairPlay?: CencFairPlay

Configuration for FairPlay DRM

Memberof

CencDrm

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ivSize?: IvSize

Size of the initialization vector

+
ivSize?: IvSize

Size of the initialization vector

Memberof

CencDrm

-
key?: string

16 byte encryption key, 32 hexadecimal characters (required)

+
key?: string

16 byte encryption key, 32 hexadecimal characters (required)

Memberof

CencDrm

-
kid?: string

16 byte encryption key id. Required for any other DRM but FairPlay

+
kid?: string

16 byte encryption key id. Required for any other DRM but FairPlay

Memberof

CencDrm

-
marlin?: CencMarlin

Configuration for Marlin DRM

+
marlin?: CencMarlin

Configuration for Marlin DRM

Memberof

CencDrm

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
playReady?: CencPlayReady

Configuration for PlayReady DRM

+
outputs?: EncodingOutput[]

Memberof

Drm

+
playReady?: CencPlayReady

Configuration for PlayReady DRM

Memberof

CencDrm

-
type: DrmType = DrmType.CENC

Discriminator property for Drm

+
type: DrmType = DrmType.CENC

Discriminator property for Drm

Memberof

CencDrm

-
widevine?: CencWidevine

Configuration for Widevine DRM

+
widevine?: CencWidevine

Configuration for Widevine DRM

Memberof

CencDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/CencFairPlay.html b/docs/classes/CencFairPlay.html index afe4c5274..006e1f5e5 100644 --- a/docs/classes/CencFairPlay.html +++ b/docs/classes/CencFairPlay.html @@ -1,9 +1,9 @@ CencFairPlay | @bitmovin/api-sdk

Export

CencFairPlay

-

Constructors

Constructors

Properties

Constructors

Properties

iv?: string

Initialization vector as hexadecimal string

+

Constructors

Properties

iv?: string

Initialization vector as hexadecimal string

Memberof

CencFairPlay

-
uri?: string

URL of the licensing server. Typically starts with a skd://. Please check with your DRM provider on their required format.

+
uri?: string

URL of the licensing server. Typically starts with a skd://. Please check with your DRM provider on their required format.

Memberof

CencFairPlay

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CencMarlin.html b/docs/classes/CencMarlin.html index e426f6706..be4aa19c1 100644 --- a/docs/classes/CencMarlin.html +++ b/docs/classes/CencMarlin.html @@ -1,3 +1,3 @@ CencMarlin | @bitmovin/api-sdk

Export

CencMarlin

-

Constructors

Constructors

\ No newline at end of file +

Constructors

Constructors

\ No newline at end of file diff --git a/docs/classes/CencPlayReady.html b/docs/classes/CencPlayReady.html index edd1898bf..b709607b2 100644 --- a/docs/classes/CencPlayReady.html +++ b/docs/classes/CencPlayReady.html @@ -1,11 +1,11 @@ CencPlayReady | @bitmovin/api-sdk

Export

CencPlayReady

-

Constructors

Constructors

Properties

additionalInformation?: PlayReadyAdditionalInformation

Memberof

CencPlayReady

-
laUrl?: string

Url of the license server. Either the laUrl or the pssh needs to be provided.

+

Constructors

Properties

additionalInformation?: PlayReadyAdditionalInformation

Memberof

CencPlayReady

+
laUrl?: string

Url of the license server. Either the laUrl or the pssh needs to be provided.

Memberof

CencPlayReady

-
pssh?: string

Base64 encoded pssh payload.

+
pssh?: string

Base64 encoded pssh payload.

Memberof

CencPlayReady

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CencWidevine.html b/docs/classes/CencWidevine.html index eb619b510..900884472 100644 --- a/docs/classes/CencWidevine.html +++ b/docs/classes/CencWidevine.html @@ -1,6 +1,6 @@ CencWidevine | @bitmovin/api-sdk

Export

CencWidevine

-

Constructors

Constructors

Properties

Constructors

Properties

pssh?: string

Base64 encoded pssh payload (required)

+

Constructors

Properties

pssh?: string

Base64 encoded pssh payload (required)

Memberof

CencWidevine

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CheckOutputPermissionsRequest.html b/docs/classes/CheckOutputPermissionsRequest.html index e7d326f19..de09dbf52 100644 --- a/docs/classes/CheckOutputPermissionsRequest.html +++ b/docs/classes/CheckOutputPermissionsRequest.html @@ -1,6 +1,6 @@ CheckOutputPermissionsRequest | @bitmovin/api-sdk

Class CheckOutputPermissionsRequest

Export

CheckOutputPermissionsRequest

-

Constructors

Constructors

Properties

Constructors

Properties

path?: string

The path on the storage for which permissions should be checked. In AWS S3 terminology, this corresponds to a "prefix". To perform the check, an empty test file (WritePermissionTestFile.txt) will be created in this location. Defaults to an empty string, which corresponds to the root directory.

+

Constructors

Properties

path?: string

The path on the storage for which permissions should be checked. In AWS S3 terminology, this corresponds to a "prefix". To perform the check, an empty test file (WritePermissionTestFile.txt) will be created in this location. Defaults to an empty string, which corresponds to the root directory.

Memberof

CheckOutputPermissionsRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CheckOutputPermissionsResponse.html b/docs/classes/CheckOutputPermissionsResponse.html index 41cce4644..5f93f7bc2 100644 --- a/docs/classes/CheckOutputPermissionsResponse.html +++ b/docs/classes/CheckOutputPermissionsResponse.html @@ -1,18 +1,18 @@ CheckOutputPermissionsResponse | @bitmovin/api-sdk

Class CheckOutputPermissionsResponse

Export

CheckOutputPermissionsResponse

-

Constructors

Constructors

Properties

failureReason?: string

Contains nothing if the check succeeded. Otherwise, contains a message explaining why it failed.

+

Constructors

Properties

failureReason?: string

Contains nothing if the check succeeded. Otherwise, contains a message explaining why it failed.

Memberof

CheckOutputPermissionsResponse

-
outputId?: string

Id of the output for which permissions were checked

+
outputId?: string

Id of the output for which permissions were checked

Memberof

CheckOutputPermissionsResponse

-
outputType?: OutputType

The type of the output for which permissions were checked

+
outputType?: OutputType

The type of the output for which permissions were checked

Memberof

CheckOutputPermissionsResponse

-
passed?: boolean

Indicates if permissions on the storage are configured correctly to be used as output target by the Bitmovin encoder. If "false", failureReason will provide additional information.

+
passed?: boolean

Indicates if permissions on the storage are configured correctly to be used as output target by the Bitmovin encoder. If "false", failureReason will provide additional information.

Memberof

CheckOutputPermissionsResponse

-
path?: string

The path on the storage for which permissions were checked. In AWS S3 terminology, this corresponds to a "prefix". An empty string corresponds to the root directory.

+
path?: string

The path on the storage for which permissions were checked. In AWS S3 terminology, this corresponds to a "prefix". An empty string corresponds to the root directory.

Memberof

CheckOutputPermissionsResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ChunkedTextMuxing.html b/docs/classes/ChunkedTextMuxing.html index 7cb5a4998..5f053ffbf 100644 --- a/docs/classes/ChunkedTextMuxing.html +++ b/docs/classes/ChunkedTextMuxing.html @@ -1,5 +1,5 @@ ChunkedTextMuxing | @bitmovin/api-sdk

Class ChunkedTextMuxing

Export

ChunkedTextMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Length of the segments in seconds (required)

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Length of the segments in seconds (required)

Memberof

ChunkedTextMuxing

-
segmentNaming?: string

Segment naming policy

+
segmentNaming?: string

Segment naming policy

Memberof

ChunkedTextMuxing

-
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

+
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

Memberof

ChunkedTextMuxing

-
segmentsMuxed?: number

Number of segments which have been encoded

+
segmentsMuxed?: number

Number of segments which have been encoded

Memberof

ChunkedTextMuxing

-
startOffset?: number

Offset of MPEG-TS timestamps in seconds. This only affects streams with WebVttConfiguration. If set, the X-TIMESTAMP-MAP will be added as described in the HLS specification. For example, if set to 10 seconds, X-TIMESTAMP-MAP=MPEGTS:900000,LOCAL:00:00:00.000 will be added after each WEBVTT header. The default for ChunkedTextMuxing is that the X-TIMESTAMP-MAP will not be written. Important to note is that the default for startOffset for TsMuxings and ProgressiveTsMuxings is 10 seconds. If the output of this muxing is used for HLS together with video/audio streams using TsMuxings and ProgressiveTsMuxings, this value should be set to the same startOffset.

+
startOffset?: number

Offset of MPEG-TS timestamps in seconds. This only affects streams with WebVttConfiguration. If set, the X-TIMESTAMP-MAP will be added as described in the HLS specification. For example, if set to 10 seconds, X-TIMESTAMP-MAP=MPEGTS:900000,LOCAL:00:00:00.000 will be added after each WEBVTT header. The default for ChunkedTextMuxing is that the X-TIMESTAMP-MAP will not be written. Important to note is that the default for startOffset for TsMuxings and ProgressiveTsMuxings is 10 seconds. If the output of this muxing is used for HLS together with video/audio streams using TsMuxings and ProgressiveTsMuxings, this value should be set to the same startOffset.

Memberof

ChunkedTextMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.CHUNKED_TEXT

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.CHUNKED_TEXT

Discriminator property for Muxing

Memberof

ChunkedTextMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ClearKeyDrm.html b/docs/classes/ClearKeyDrm.html index d83325f14..6cf0064cf 100644 --- a/docs/classes/ClearKeyDrm.html +++ b/docs/classes/ClearKeyDrm.html @@ -1,5 +1,5 @@ ClearKeyDrm | @bitmovin/api-sdk

Export

ClearKeyDrm

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
key?: string

16 byte encryption key, 32 hexadecimal characters (required)

+
key?: string

16 byte encryption key, 32 hexadecimal characters (required)

Memberof

ClearKeyDrm

-
kid?: string

16 byte key id (required)

+
kid?: string

16 byte key id (required)

Memberof

ClearKeyDrm

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
type: DrmType = DrmType.CLEARKEY

Discriminator property for Drm

+
outputs?: EncodingOutput[]

Memberof

Drm

+
type: DrmType = DrmType.CLEARKEY

Discriminator property for Drm

Memberof

ClearKeyDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ClosedCaptionsMediaInfo.html b/docs/classes/ClosedCaptionsMediaInfo.html index 155039002..6dbfba5ed 100644 --- a/docs/classes/ClosedCaptionsMediaInfo.html +++ b/docs/classes/ClosedCaptionsMediaInfo.html @@ -1,5 +1,5 @@ ClosedCaptionsMediaInfo | @bitmovin/api-sdk

Class ClosedCaptionsMediaInfo

Export

ClosedCaptionsMediaInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

+

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

-
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

+
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

-
characteristics?: string[]

Contains Uniform Type Identifiers

+
characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

-
drmId?: string

Id of the DRM.

+
drmId?: string

Id of the DRM.

Memberof

SegmentsMediaInfo

-
encodingId?: string

Id of the encoding. (required)

+
encodingId?: string

Id of the encoding. (required)

Memberof

SegmentsMediaInfo

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

Memberof

SegmentsMediaInfo

-
forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

+
forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

Memberof

ClosedCaptionsMediaInfo

-
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

+
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
instreamId?: string

Specifies a Rendition within the segments in the Media Playlist. (See HLS spec 4.3.4.1. EXT-X-MEDIA INSTREAM-ID) (required)

+
instreamId?: string

Specifies a Rendition within the segments in the Media Playlist. (See HLS spec 4.3.4.1. EXT-X-MEDIA INSTREAM-ID) (required)

Memberof

ClosedCaptionsMediaInfo

-
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

+
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

-
language?: string

Primary language in the rendition.

+
language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

-
muxingId?: string

Id of the muxing. (required)

+
muxingId?: string

Id of the muxing. (required)

Memberof

SegmentsMediaInfo

-
name?: string

Human readable description of the rendition. (required)

+
name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

-
segmentPath?: string

Path to segments. (required)

+
segmentPath?: string

Path to segments. (required)

Memberof

SegmentsMediaInfo

-
startSegmentNumber?: number

Number of the first segment. Default is 0.

+
startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

SegmentsMediaInfo

-
streamId?: string

Id of the stream. (required)

+
streamId?: string

Id of the stream. (required)

Memberof

SegmentsMediaInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CmafMuxing.html b/docs/classes/CmafMuxing.html index a86a58a80..0eab93336 100644 --- a/docs/classes/CmafMuxing.html +++ b/docs/classes/CmafMuxing.html @@ -1,5 +1,5 @@ CmafMuxing | @bitmovin/api-sdk

Export

CmafMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
framesPerCmafChunk?: number

Number of media frames per CMAF chunk. Defaults to: Length of a segment in frames. Minimum: 1. Maximum: Length of a segment in frames.

+
framesPerCmafChunk?: number

Number of media frames per CMAF chunk. Defaults to: Length of a segment in frames. Minimum: 1. Maximum: Length of a segment in frames.

Memberof

CmafMuxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
initSegmentName?: string

Init segment name

+
initSegmentName?: string

Init segment name

Memberof

CmafMuxing

-
initSegmentNameTemplate?: string

Segment naming policy containing a placeholder of the format '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the initSegmentName property. Intended to avoid re-use of segment names after restarting a live encoding. If initSegmentNameTemplate is set, initSegmentName must not be set.

+
initSegmentNameTemplate?: string

Segment naming policy containing a placeholder of the format '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the initSegmentName property. Intended to avoid re-use of segment names after restarting a live encoding. If initSegmentNameTemplate is set, initSegmentName must not be set.

Memberof

CmafMuxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Length of the fragments in seconds (required)

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Length of the fragments in seconds (required)

Memberof

CmafMuxing

-
segmentNaming?: string

Segment naming policy

+
segmentNaming?: string

Segment naming policy

Memberof

CmafMuxing

-
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

+
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

Memberof

CmafMuxing

-
segmentsMuxed?: number

Number of segments which have been encoded

+
segmentsMuxed?: number

Number of segments which have been encoded

Memberof

CmafMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.CMAF

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.CMAF

Discriminator property for Muxing

Memberof

CmafMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/CodecConfigTypeResponse.html b/docs/classes/CodecConfigTypeResponse.html index a2beac908..83c011eda 100644 --- a/docs/classes/CodecConfigTypeResponse.html +++ b/docs/classes/CodecConfigTypeResponse.html @@ -1,6 +1,6 @@ CodecConfigTypeResponse | @bitmovin/api-sdk

Class CodecConfigTypeResponse

Export

CodecConfigTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

The type of the codec config

+

Constructors

Properties

The type of the codec config

Memberof

CodecConfigTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CodecConfiguration.html b/docs/classes/CodecConfiguration.html index 240d94ecc..2eeb74b3c 100644 --- a/docs/classes/CodecConfiguration.html +++ b/docs/classes/CodecConfiguration.html @@ -1,5 +1,5 @@ CodecConfiguration | @bitmovin/api-sdk

Class CodecConfiguration

Export

CodecConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ColorConfig.html b/docs/classes/ColorConfig.html index 63d16d6eb..1470d7be3 100644 --- a/docs/classes/ColorConfig.html +++ b/docs/classes/ColorConfig.html @@ -1,5 +1,5 @@ ColorConfig | @bitmovin/api-sdk

Export

ColorConfig

-

Constructors

Constructors

Properties

chromaLocation?: ChromaLocation

The chroma location to be applied

+

Constructors

Properties

chromaLocation?: ChromaLocation

The chroma location to be applied

Memberof

ColorConfig

-
colorPrimaries?: ColorPrimaries

The color primaries to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

+
colorPrimaries?: ColorPrimaries

The color primaries to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

Memberof

ColorConfig

-
colorRange?: ColorRange

The color range to be applied. If used on a Dolby Vision stream, this value must be set to JPEG.

+
colorRange?: ColorRange

The color range to be applied. If used on a Dolby Vision stream, this value must be set to JPEG.

Memberof

ColorConfig

-
colorSpace?: ColorSpace

The color space to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

+
colorSpace?: ColorSpace

The color space to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

Memberof

ColorConfig

-
colorTransfer?: ColorTransfer

The color transfer to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

+
colorTransfer?: ColorTransfer

The color transfer to be applied. If used on a Dolby Vision stream, this value must be set to UNSPECIFIED.

Memberof

ColorConfig

-
copyChromaLocationFlag?: boolean

Copy the chroma location setting from the input source

+
copyChromaLocationFlag?: boolean

Copy the chroma location setting from the input source

Memberof

ColorConfig

-
copyColorPrimariesFlag?: boolean

Copy the color primaries setting from the input source

+
copyColorPrimariesFlag?: boolean

Copy the color primaries setting from the input source

Memberof

ColorConfig

-
copyColorRangeFlag?: boolean

Copy the color range setting from the input source

+
copyColorRangeFlag?: boolean

Copy the color range setting from the input source

Memberof

ColorConfig

-
copyColorSpaceFlag?: boolean

Copy the color space setting from the input source

+
copyColorSpaceFlag?: boolean

Copy the color space setting from the input source

Memberof

ColorConfig

-
copyColorTransferFlag?: boolean

Copy the color transfer setting from the input source

+
copyColorTransferFlag?: boolean

Copy the color transfer setting from the input source

Memberof

ColorConfig

-
inputColorPrimaries?: InputColorPrimaries

Override the color primaries detected in the input file. If not set the input color primaries will be automatically detected if possible.

+
inputColorPrimaries?: InputColorPrimaries

Override the color primaries detected in the input file. If not set the input color primaries will be automatically detected if possible.

Memberof

ColorConfig

-
inputColorRange?: InputColorRange

Override the color range detected in the input file. If not set the input color range will be automatically detected if possible.

+
inputColorRange?: InputColorRange

Override the color range detected in the input file. If not set the input color range will be automatically detected if possible.

Memberof

ColorConfig

-
inputColorSpace?: InputColorSpace

Override the color space detected in the input file. If not set the input color space will be automatically detected if possible.

+
inputColorSpace?: InputColorSpace

Override the color space detected in the input file. If not set the input color space will be automatically detected if possible.

Memberof

ColorConfig

-
inputColorTransfer?: InputColorTransfer

Override the color transfer detected in the input file. If not set the input color transfer will be automatically detected if possible.

+
inputColorTransfer?: InputColorTransfer

Override the color transfer detected in the input file. If not set the input color transfer will be automatically detected if possible.

Memberof

ColorConfig

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ConcatenationInputConfiguration.html b/docs/classes/ConcatenationInputConfiguration.html index f87593c9b..38835b684 100644 --- a/docs/classes/ConcatenationInputConfiguration.html +++ b/docs/classes/ConcatenationInputConfiguration.html @@ -1,21 +1,21 @@ ConcatenationInputConfiguration | @bitmovin/api-sdk

Class ConcatenationInputConfiguration

Export

ConcatenationInputConfiguration

-

Constructors

Constructors

Properties

aspectMode?: AspectMode

Specifies the aspect mode that is used when adapting to the main input stream's aspect ratio

+

Constructors

Properties

aspectMode?: AspectMode

Specifies the aspect mode that is used when adapting to the main input stream's aspect ratio

Memberof

ConcatenationInputConfiguration

-
inputStreamId?: string

The ID of the input stream to be concatenated. This can be an ingest input stream or a trimming input stream (required)

+
inputStreamId?: string

The ID of the input stream to be concatenated. This can be an ingest input stream or a trimming input stream (required)

Memberof

ConcatenationInputConfiguration

-
isMain?: boolean

Exactly one input stream of a concatenation must have this set to true, which will be used as reference for scaling, aspect ratio, FPS, sample rate, etc.

+
isMain?: boolean

Exactly one input stream of a concatenation must have this set to true, which will be used as reference for scaling, aspect ratio, FPS, sample rate, etc.

Memberof

ConcatenationInputConfiguration

-
paddingAfter?: PaddingSequence

Inserts a padding sequence (black frames and/or silent audio) after the input stream.

+
paddingAfter?: PaddingSequence

Inserts a padding sequence (black frames and/or silent audio) after the input stream.

Memberof

ConcatenationInputConfiguration

-
paddingBefore?: PaddingSequence

Inserts a padding sequence (black frames and/or silent audio) before the input stream.

+
paddingBefore?: PaddingSequence

Inserts a padding sequence (black frames and/or silent audio) before the input stream.

Memberof

ConcatenationInputConfiguration

-
position?: number

A unique integer value that determines concatenation order (required)

+
position?: number

A unique integer value that determines concatenation order (required)

Memberof

ConcatenationInputConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ConcatenationInputStream.html b/docs/classes/ConcatenationInputStream.html index 12214881f..2f5970710 100644 --- a/docs/classes/ConcatenationInputStream.html +++ b/docs/classes/ConcatenationInputStream.html @@ -1,5 +1,5 @@ ConcatenationInputStream | @bitmovin/api-sdk

Class ConcatenationInputStream

Export

ConcatenationInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Concatenation configuration for the output of this stream

+

Constructors

Properties

Concatenation configuration for the output of this stream

Memberof

ConcatenationInputStream

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputStreamType = InputStreamType.CONCATENATION

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.CONCATENATION

Discriminator property for InputStream

Memberof

ConcatenationInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Condition.html b/docs/classes/Condition.html index 479229104..66c63ae3d 100644 --- a/docs/classes/Condition.html +++ b/docs/classes/Condition.html @@ -1,17 +1,17 @@ Condition | @bitmovin/api-sdk

Export

Condition

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

attribute?: string

The attribute that should be used for the evaluation. Valid values include, depending on the context: - HEIGHT - WIDTH - BITRATE - FPS - ASPECTRATIO - INPUTSTREAM - LANGUAGE - CHANNELFORMAT - CHANNELLAYOUT - STREAMCOUNT - AUDIOSTREAMCOUNT - VIDEOSTREAMCOUNT - DURATION - ROTATION (required)

+

Constructors

Properties

attribute?: string

The attribute that should be used for the evaluation. Valid values include, depending on the context: - HEIGHT - WIDTH - BITRATE - FPS - ASPECTRATIO - INPUTSTREAM - LANGUAGE - CHANNELFORMAT - CHANNELLAYOUT - STREAMCOUNT - AUDIOSTREAMCOUNT - VIDEOSTREAMCOUNT - DURATION - ROTATION (required)

Memberof

Condition

-

The operator that should be used for the evaluation (required)

+

The operator that should be used for the evaluation (required)

Memberof

Condition

-
type: ConditionType = ConditionType.CONDITION

Discriminator property for AbstractCondition

+
type: ConditionType = ConditionType.CONDITION

Discriminator property for AbstractCondition

Memberof

Condition

-
value?: string

The value that should be used for comparison (required)

+
value?: string

The value that should be used for comparison (required)

Memberof

Condition

-
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ConformFilter.html b/docs/classes/ConformFilter.html index 924e2470d..b423a75a7 100644 --- a/docs/classes/ConformFilter.html +++ b/docs/classes/ConformFilter.html @@ -1,5 +1,5 @@ ConformFilter | @bitmovin/api-sdk

Export

ConformFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
targetFps?: number

The FPS the input should be changed to.

+
targetFps?: number

The FPS the input should be changed to.

Memberof

ConformFilter

-
type: FilterType = FilterType.CONFORM

Discriminator property for Filter

+
type: FilterType = FilterType.CONFORM

Discriminator property for Filter

Memberof

ConformFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ConsoleLogger.html b/docs/classes/ConsoleLogger.html index 29a15c36a..7ee309586 100644 --- a/docs/classes/ConsoleLogger.html +++ b/docs/classes/ConsoleLogger.html @@ -1,4 +1,4 @@ -ConsoleLogger | @bitmovin/api-sdk

Implements

  • Logger

Constructors

constructor +ConsoleLogger | @bitmovin/api-sdk

Implements

  • Logger

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/docs/classes/ContentProtection.html b/docs/classes/ContentProtection.html index 10739b4af..e8f5a66d0 100644 --- a/docs/classes/ContentProtection.html +++ b/docs/classes/ContentProtection.html @@ -1,5 +1,5 @@ ContentProtection | @bitmovin/api-sdk

Class ContentProtection

Export

ContentProtection

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
drmId?: string

DRM Id (required)

+
drmId?: string

DRM Id (required)

Memberof

ContentProtection

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muxingId?: string

UUID of a muxing (required)

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.CONTENT_PROTECTION

Discriminator property for DashRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.CONTENT_PROTECTION

Discriminator property for DashRepresentation

Memberof

ContentProtection

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/ConvertSccCaption.html b/docs/classes/ConvertSccCaption.html index 278758be2..31586b725 100644 --- a/docs/classes/ConvertSccCaption.html +++ b/docs/classes/ConvertSccCaption.html @@ -1,5 +1,5 @@ ConvertSccCaption | @bitmovin/api-sdk

Class ConvertSccCaption

Export

ConvertSccCaption

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
fileName?: string

Name of the captions file (required)

+
fileName?: string

Name of the captions file (required)

Memberof

ConvertSccCaption

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
input?: InputPath

The input location to get the scc file from (required)

+
input?: InputPath

The input location to get the scc file from (required)

Memberof

ConvertSccCaption

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputFormat?: WEBVTT

Memberof

ConvertSccCaption

-
outputs?: EncodingOutput[]

Memberof

ConvertSccCaption

-

Optional settings when converting SCC to WebVTT

+
outputFormat?: WEBVTT

Memberof

ConvertSccCaption

+
outputs?: EncodingOutput[]

Memberof

ConvertSccCaption

+

Optional settings when converting SCC to WebVTT

Memberof

ConvertSccCaption

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ConvertSccCaptionWebVttSettings.html b/docs/classes/ConvertSccCaptionWebVttSettings.html index 868f5b6ab..2257eb5f9 100644 --- a/docs/classes/ConvertSccCaptionWebVttSettings.html +++ b/docs/classes/ConvertSccCaptionWebVttSettings.html @@ -1,11 +1,11 @@ ConvertSccCaptionWebVttSettings | @bitmovin/api-sdk

Class ConvertSccCaptionWebVttSettings

Export

ConvertSccCaptionWebVttSettings

-

Constructors

Constructors

Properties

positionMode?: ConvertSccPositionMode

Memberof

ConvertSccCaptionWebVttSettings

-
removeColor?: boolean

Remove color information when converting SCC to WebVTT

+

Constructors

Properties

positionMode?: ConvertSccPositionMode

Memberof

ConvertSccCaptionWebVttSettings

+
removeColor?: boolean

Remove color information when converting SCC to WebVTT

Memberof

ConvertSccCaptionWebVttSettings

-
removeFlash?: boolean

Remove flash (blinking) information when converting SCC to WebVTT

+
removeFlash?: boolean

Remove flash (blinking) information when converting SCC to WebVTT

Memberof

ConvertSccCaptionWebVttSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CropFilter.html b/docs/classes/CropFilter.html index 7f0c98cd5..543673356 100644 --- a/docs/classes/CropFilter.html +++ b/docs/classes/CropFilter.html @@ -1,5 +1,5 @@ CropFilter | @bitmovin/api-sdk

Export

CropFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bottom?: number

Amount of pixels that will be cropped of the input video from the bottom. Must be zero or a positive value.

+

Constructors

Properties

bottom?: number

Amount of pixels that will be cropped of the input video from the bottom. Must be zero or a positive value.

Memberof

CropFilter

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
left?: number

Amount of pixels that will be cropped of the input video from the left side. Must be zero or a positive value.

+
left?: number

Amount of pixels that will be cropped of the input video from the left side. Must be zero or a positive value.

Memberof

CropFilter

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
right?: number

Amount of pixels that will be cropped of the input video from the right side. Must be zero or a positive value.

+
right?: number

Amount of pixels that will be cropped of the input video from the right side. Must be zero or a positive value.

Memberof

CropFilter

-
top?: number

Amount of pixels that will be cropped of the input video from the top. Must be zero or a positive value.

+
top?: number

Amount of pixels that will be cropped of the input video from the top. Must be zero or a positive value.

Memberof

CropFilter

-
type: FilterType = FilterType.CROP

Discriminator property for Filter

+
type: FilterType = FilterType.CROP

Discriminator property for Filter

Memberof

CropFilter

-

Memberof

CropFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
unit?: PositionUnit

Memberof

CropFilter

+
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/CustomAttribute.html b/docs/classes/CustomAttribute.html index 73b0c07ab..ece3093dc 100644 --- a/docs/classes/CustomAttribute.html +++ b/docs/classes/CustomAttribute.html @@ -1,9 +1,9 @@ CustomAttribute | @bitmovin/api-sdk

Export

CustomAttribute

-

Constructors

Constructors

Properties

Constructors

Properties

key?: string

unique string identifier for the custom attribute (required)

+

Constructors

Properties

key?: string

unique string identifier for the custom attribute (required)

Memberof

CustomAttribute

-
value?: string

value of the custom attribute

+
value?: string

value of the custom attribute

Memberof

CustomAttribute

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CustomData.html b/docs/classes/CustomData.html index 5dfef8e50..e3bb37522 100644 --- a/docs/classes/CustomData.html +++ b/docs/classes/CustomData.html @@ -1,9 +1,9 @@ CustomData | @bitmovin/api-sdk

Export

CustomData

-

Constructors

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

Constructors

Properties

createdAt?: Date

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

Memberof

CustomData

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold a custom JSON object.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold a custom JSON object.

Type declaration

  • [key: string]: any

Memberof

CustomData

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CustomPlayerBuildDetails.html b/docs/classes/CustomPlayerBuildDetails.html index 473cc0d37..f6e78fef0 100644 --- a/docs/classes/CustomPlayerBuildDetails.html +++ b/docs/classes/CustomPlayerBuildDetails.html @@ -1,5 +1,5 @@ CustomPlayerBuildDetails | @bitmovin/api-sdk

Class CustomPlayerBuildDetails

Export

CustomPlayerBuildDetails

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
domains?: string[]

The domains that the player is locked to. If not set the player will only work with 'localhost'. Not more than 49 additional domains can be added. (required)

+
domains?: string[]

The domains that the player is locked to. If not set the player will only work with 'localhost'. Not more than 49 additional domains can be added. (required)

Memberof

CustomPlayerBuildDetails

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
playerVersion?: string

The player version that should be used for the custom player build. If not set the 'latest' version is used. (required)

+
playerVersion?: string

The player version that should be used for the custom player build. If not set the 'latest' version is used. (required)

Memberof

CustomPlayerBuildDetails

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CustomPlayerBuildDownload.html b/docs/classes/CustomPlayerBuildDownload.html index 807f1d59c..cb410904f 100644 --- a/docs/classes/CustomPlayerBuildDownload.html +++ b/docs/classes/CustomPlayerBuildDownload.html @@ -1,10 +1,10 @@ CustomPlayerBuildDownload | @bitmovin/api-sdk

Class CustomPlayerBuildDownload

Custom player download information

Export

CustomPlayerBuildDownload

-

Constructors

Constructors

Properties

Constructors

Properties

downloadLink?: string

The link to download the custom built player (required)

+

Constructors

Properties

downloadLink?: string

The link to download the custom built player (required)

Memberof

CustomPlayerBuildDownload

-
expiresAt?: Date

Until this date the download link is valid and can be downloaded. (required)

+
expiresAt?: Date

Until this date the download link is valid and can be downloaded. (required)

Memberof

CustomPlayerBuildDownload

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CustomPlayerBuildStatus.html b/docs/classes/CustomPlayerBuildStatus.html index 0e10546a6..342ee8f27 100644 --- a/docs/classes/CustomPlayerBuildStatus.html +++ b/docs/classes/CustomPlayerBuildStatus.html @@ -1,16 +1,16 @@ CustomPlayerBuildStatus | @bitmovin/api-sdk

Class CustomPlayerBuildStatus

Export

CustomPlayerBuildStatus

-

Constructors

Constructors

Properties

eta?: number

The estimated time span of the custom player build in seconds.

+

Constructors

Properties

eta?: number

The estimated time span of the custom player build in seconds.

Memberof

CustomPlayerBuildStatus

-
messages?: Message

Memberof

CustomPlayerBuildStatus

-
progress?: number

The actual progress of the custom player build. (required)

+
messages?: Message

Memberof

CustomPlayerBuildStatus

+
progress?: number

The actual progress of the custom player build. (required)

Memberof

CustomPlayerBuildStatus

-
status?: Status

Status of the player build (required)

+
status?: Status

Status of the player build (required)

Memberof

CustomPlayerBuildStatus

-
subtasks?: string

Memberof

CustomPlayerBuildStatus

-
\ No newline at end of file +
subtasks?: string

Memberof

CustomPlayerBuildStatus

+
\ No newline at end of file diff --git a/docs/classes/CustomTag.html b/docs/classes/CustomTag.html index afb9946f3..01fc4d6bf 100644 --- a/docs/classes/CustomTag.html +++ b/docs/classes/CustomTag.html @@ -1,5 +1,5 @@ CustomTag | @bitmovin/api-sdk

Export

CustomTag

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
data?: string

The data to be contained in the custom tag. (required)

+
data?: string

The data to be contained in the custom tag. (required)

Memberof

CustomTag

-
description?: string

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

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
keyframeId?: string

Id of keyframe where the custom tag should be inserted. Required, when KEYFRAME is selected as position mode.

+
keyframeId?: string

Id of keyframe where the custom tag should be inserted. Required, when KEYFRAME is selected as position mode.

Memberof

CustomTag

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
positionMode?: PositionMode

The positioning mode that should be used when inserting the placement opportunity (required)

+
positionMode?: PositionMode

The positioning mode that should be used when inserting the placement opportunity (required)

Memberof

CustomTag

-
segment?: number

The custom tag will be inserted before the specified segment. Required, when SEGMENT is selected as position mode.

+
segment?: number

The custom tag will be inserted before the specified segment. Required, when SEGMENT is selected as position mode.

Memberof

CustomTag

-
time?: number

Time in seconds where the custom tag should be inserted. Required, when TIME is selected as position mode.

+
time?: number

Time in seconds where the custom tag should be inserted. Required, when TIME is selected as position mode.

Memberof

CustomTag

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CustomWebPlayerBuildDomain.html b/docs/classes/CustomWebPlayerBuildDomain.html index 7f8f419d0..0437ff516 100644 --- a/docs/classes/CustomWebPlayerBuildDomain.html +++ b/docs/classes/CustomWebPlayerBuildDomain.html @@ -1,5 +1,5 @@ CustomWebPlayerBuildDomain | @bitmovin/api-sdk

Class CustomWebPlayerBuildDomain

Export

CustomWebPlayerBuildDomain

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
domain?: string

Domain where the player is allowed to play (required)

+
domain?: string

Domain where the player is allowed to play (required)

Memberof

CustomWebPlayerBuildDomain

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/CustomXmlElement.html b/docs/classes/CustomXmlElement.html index 465069a71..c7d147132 100644 --- a/docs/classes/CustomXmlElement.html +++ b/docs/classes/CustomXmlElement.html @@ -1,9 +1,9 @@ CustomXmlElement | @bitmovin/api-sdk

Class CustomXmlElement

Export

CustomXmlElement

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

data?: string

String representation of the XML element (required)

+

Constructors

Properties

data?: string

String representation of the XML element (required)

Memberof

CustomXmlElement

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DailyStatistics.html b/docs/classes/DailyStatistics.html index 108e641e6..834ec1197 100644 --- a/docs/classes/DailyStatistics.html +++ b/docs/classes/DailyStatistics.html @@ -1,5 +1,5 @@ DailyStatistics | @bitmovin/api-sdk

Export

DailyStatistics

-

Constructors

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Memberof

DailyStatistics

-
billableEncodingMinutes?: BillableEncodingMinutes[]

Billable minutes for each encoding configuration.

+

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Memberof

DailyStatistics

+
billableEncodingMinutes?: BillableEncodingMinutes[]

Billable minutes for each encoding configuration.

Memberof

DailyStatistics

-
billableFeatureMinutes?: BillableEncodingFeatureMinutes[]

Billable minutes for features

+
billableFeatureMinutes?: BillableEncodingFeatureMinutes[]

Billable minutes for features

Memberof

DailyStatistics

-
billableMinutes?: number

The billable minutes.

+
billableMinutes?: number

The billable minutes.

Memberof

DailyStatistics

-
billableTransmuxingMinutes?: number

Billable minutes for muxings.

+
billableTransmuxingMinutes?: number

Billable minutes for muxings.

Memberof

DailyStatistics

-
bytesEncoded?: number

Bytes encoded. (required)

+
bytesEncoded?: number

Bytes encoded. (required)

Memberof

DailyStatistics

-
date?: Date

Date for the shown data. Format: yyyy-MM-dd (required)

+
date?: Date

Date for the shown data. Format: yyyy-MM-dd (required)

Memberof

DailyStatistics

-
label?: string

Label identifier.

+
label?: string

Label identifier.

Memberof

DailyStatistics

-
timeEncoded?: number

Time in seconds encoded for this day. (required)

+
timeEncoded?: number

Time in seconds encoded for this day. (required)

Memberof

DailyStatistics

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DailyStatisticsPerLabel.html b/docs/classes/DailyStatisticsPerLabel.html index 5f5d369ca..8aaf8ceb8 100644 --- a/docs/classes/DailyStatisticsPerLabel.html +++ b/docs/classes/DailyStatisticsPerLabel.html @@ -1,9 +1,9 @@ DailyStatisticsPerLabel | @bitmovin/api-sdk

Class DailyStatisticsPerLabel

Export

DailyStatisticsPerLabel

-

Constructors

Constructors

Properties

Constructors

Properties

date?: Date

Date, format. yyyy-MM-dd (required)

+

Constructors

Properties

date?: Date

Date, format. yyyy-MM-dd (required)

Memberof

DailyStatisticsPerLabel

-
labels?: DailyStatistics[]

List of labels and their aggregated statistics (required)

+
labels?: DailyStatistics[]

List of labels and their aggregated statistics (required)

Memberof

DailyStatisticsPerLabel

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DashChunkedTextRepresentation.html b/docs/classes/DashChunkedTextRepresentation.html index 8567852f1..be2f5e816 100644 --- a/docs/classes/DashChunkedTextRepresentation.html +++ b/docs/classes/DashChunkedTextRepresentation.html @@ -1,5 +1,5 @@ DashChunkedTextRepresentation | @bitmovin/api-sdk

Class DashChunkedTextRepresentation

Export

DashChunkedTextRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

+
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

Memberof

DashSegmentedRepresentation

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

Memberof

DashSegmentedRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

DashSegmentedRepresentation

-
muxingId?: string

UUID of a muxing (required)

+

Memberof

DashSegmentedRepresentation

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

+
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

Memberof

DashSegmentedRepresentation

-
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

+
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

Memberof

DashSegmentedRepresentation

-
startSegmentNumber?: number

Number of the first segment

+
startSegmentNumber?: number

Number of the first segment

Memberof

DashSegmentedRepresentation

-

Memberof

DashSegmentedRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.CHUNKED_TEXT

Discriminator property for DashRepresentation

+

Memberof

DashSegmentedRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.CHUNKED_TEXT

Discriminator property for DashRepresentation

Memberof

DashChunkedTextRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashCmafRepresentation.html b/docs/classes/DashCmafRepresentation.html index c924cc38d..ce2812f63 100644 --- a/docs/classes/DashCmafRepresentation.html +++ b/docs/classes/DashCmafRepresentation.html @@ -1,5 +1,5 @@ DashCmafRepresentation | @bitmovin/api-sdk

Class DashCmafRepresentation

Export

DashCmafRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

+
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

Memberof

DashSegmentedRepresentation

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

Memberof

DashSegmentedRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

DashSegmentedRepresentation

-
muxingId?: string

UUID of a muxing (required)

+

Memberof

DashSegmentedRepresentation

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

+
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

Memberof

DashSegmentedRepresentation

-
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

+
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

Memberof

DashSegmentedRepresentation

-
startSegmentNumber?: number

Number of the first segment

+
startSegmentNumber?: number

Number of the first segment

Memberof

DashSegmentedRepresentation

-

Memberof

DashSegmentedRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.CMAF

Discriminator property for DashRepresentation

+

Memberof

DashSegmentedRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.CMAF

Discriminator property for DashRepresentation

Memberof

DashCmafRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashFmp4DrmRepresentation.html b/docs/classes/DashFmp4DrmRepresentation.html index 488e63a18..c8fec49c6 100644 --- a/docs/classes/DashFmp4DrmRepresentation.html +++ b/docs/classes/DashFmp4DrmRepresentation.html @@ -1,5 +1,5 @@ DashFmp4DrmRepresentation | @bitmovin/api-sdk

Class DashFmp4DrmRepresentation

Export

DashFmp4DrmRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
drmId?: string

DRM Id (required)

+
drmId?: string

DRM Id (required)

Memberof

DashFmp4DrmRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

+
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

Memberof

DashSegmentedRepresentation

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

Memberof

DashSegmentedRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

DashSegmentedRepresentation

-
muxingId?: string

UUID of a muxing (required)

+

Memberof

DashSegmentedRepresentation

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

+
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

Memberof

DashSegmentedRepresentation

-
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

+
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

Memberof

DashSegmentedRepresentation

-
startSegmentNumber?: number

Number of the first segment

+
startSegmentNumber?: number

Number of the first segment

Memberof

DashSegmentedRepresentation

-

Memberof

DashSegmentedRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.DRM_FMP4

Discriminator property for DashRepresentation

+

Memberof

DashSegmentedRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.DRM_FMP4

Discriminator property for DashRepresentation

Memberof

DashFmp4DrmRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashFmp4Representation.html b/docs/classes/DashFmp4Representation.html index 7713ad67e..fb8f5b6cc 100644 --- a/docs/classes/DashFmp4Representation.html +++ b/docs/classes/DashFmp4Representation.html @@ -1,5 +1,5 @@ DashFmp4Representation | @bitmovin/api-sdk

Class DashFmp4Representation

Export

DashFmp4Representation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

+
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

Memberof

DashSegmentedRepresentation

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

Memberof

DashSegmentedRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

DashSegmentedRepresentation

-
muxingId?: string

UUID of a muxing (required)

+

Memberof

DashSegmentedRepresentation

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

+
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

Memberof

DashSegmentedRepresentation

-
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

+
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

Memberof

DashSegmentedRepresentation

-
startSegmentNumber?: number

Number of the first segment

+
startSegmentNumber?: number

Number of the first segment

Memberof

DashSegmentedRepresentation

-

Memberof

DashSegmentedRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.FMP4

Discriminator property for DashRepresentation

+

Memberof

DashSegmentedRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.FMP4

Discriminator property for DashRepresentation

Memberof

DashFmp4Representation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashImscRepresentation.html b/docs/classes/DashImscRepresentation.html index c94cfe0ab..f97ba57f4 100644 --- a/docs/classes/DashImscRepresentation.html +++ b/docs/classes/DashImscRepresentation.html @@ -1,14 +1,14 @@ DashImscRepresentation | @bitmovin/api-sdk

Class DashImscRepresentation

Export

DashImscRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

id?: string

Id of the resource (required)

+

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
imscUrl?: string

URL of the referenced IMSC file (required)

+
imscUrl?: string

URL of the referenced IMSC file (required)

Memberof

DashImscRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.IMSC

Discriminator property for DashRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.IMSC

Discriminator property for DashRepresentation

Memberof

DashImscRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashManifest.html b/docs/classes/DashManifest.html index c990c64c5..2180a3db0 100644 --- a/docs/classes/DashManifest.html +++ b/docs/classes/DashManifest.html @@ -1,5 +1,5 @@ DashManifest | @bitmovin/api-sdk

Export

DashManifest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
manifestName?: string

The filename of your manifest

+
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

+
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.

+
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

+
namespaces?: XmlNamespace[]

List of additional XML namespaces to add to the DASH Manifest

Memberof

DashManifest

-
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

+
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

-
profile?: DashProfile

Determines if segmented or progressive representations can appear in the manifest

+
profile?: DashProfile

Determines if segmented or progressive representations can appear in the manifest

Memberof

DashManifest

-
status?: Status

Current status

+
status?: Status

Current status

Memberof

Manifest

-

Memberof

Manifest

-
utcTimings?: UtcTiming[]

List of UTC Timings to use for live streaming

+

Memberof

Manifest

+
utcTimings?: UtcTiming[]

List of UTC Timings to use for live streaming

Memberof

DashManifest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DashManifestDefault.html b/docs/classes/DashManifestDefault.html index 3dfedd5e7..9f37145dd 100644 --- a/docs/classes/DashManifestDefault.html +++ b/docs/classes/DashManifestDefault.html @@ -1,5 +1,5 @@ DashManifestDefault | @bitmovin/api-sdk

Class DashManifestDefault

Export

DashManifestDefault

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
encodingId?: string

The id of the encoding to create a default manifest for. Either "encodingId" or "periods" is required.

+
encodingId?: string

The id of the encoding to create a default manifest for. Either "encodingId" or "periods" is required.

Memberof

DashManifestDefault

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
manifestName?: string

The filename of your manifest

+
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

+
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.

+
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

+
namespaces?: XmlNamespace[]

List of additional XML namespaces to add to the DASH Manifest

Memberof

DashManifest

-
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

+
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

-

Adds a period for every item. Can only be used when setting "version" to "V2". Either "periods" or "encodingId" is required.

+

Adds a period for every item. Can only be used when setting "version" to "V2". Either "periods" or "encodingId" is required.

Memberof

DashManifestDefault

-
profile?: DashProfile

Determines if segmented or progressive representations can appear in the manifest

+
profile?: DashProfile

Determines if segmented or progressive representations can appear in the manifest

Memberof

DashManifest

-
status?: Status

Current status

+
status?: Status

Current status

Memberof

Manifest

-

Memberof

Manifest

-
utcTimings?: UtcTiming[]

List of UTC Timings to use for live streaming

+

Memberof

Manifest

+
utcTimings?: UtcTiming[]

List of UTC Timings to use for live streaming

Memberof

DashManifest

-

Specifies the algorithm that determines which output of the given encoding is included into the manifest. Note that this is not related to the "manifestGenerator" version of the "Start" request.

+

Specifies the algorithm that determines which output of the given encoding is included into the manifest. Note that this is not related to the "manifestGenerator" version of the "Start" request.

Memberof

DashManifestDefault

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DashMp4DrmRepresentation.html b/docs/classes/DashMp4DrmRepresentation.html index 46e97dc05..87b95e41c 100644 --- a/docs/classes/DashMp4DrmRepresentation.html +++ b/docs/classes/DashMp4DrmRepresentation.html @@ -1,5 +1,5 @@ DashMp4DrmRepresentation | @bitmovin/api-sdk

Class DashMp4DrmRepresentation

Export

DashMp4DrmRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
drmId?: string

DRM Id (required)

+
drmId?: string

DRM Id (required)

Memberof

DashMp4DrmRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
filePath?: string

Path to the MP4 file (required)

+
filePath?: string

Path to the MP4 file (required)

Memberof

DashMp4Representation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muxingId?: string

UUID of a muxing (required)

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-

The type of the dash representation

+

The type of the dash representation

Memberof

DashMp4Representation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.DRM_MP4

Discriminator property for DashRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.DRM_MP4

Discriminator property for DashRepresentation

Memberof

DashMp4DrmRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashMp4Representation.html b/docs/classes/DashMp4Representation.html index f3063272d..74c76aba1 100644 --- a/docs/classes/DashMp4Representation.html +++ b/docs/classes/DashMp4Representation.html @@ -1,5 +1,5 @@ DashMp4Representation | @bitmovin/api-sdk

Class DashMp4Representation

Export

DashMp4Representation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
filePath?: string

Path to the MP4 file (required)

+
filePath?: string

Path to the MP4 file (required)

Memberof

DashMp4Representation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muxingId?: string

UUID of a muxing (required)

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-

The type of the dash representation

+

The type of the dash representation

Memberof

DashMp4Representation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.MP4

Discriminator property for DashRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.MP4

Discriminator property for DashRepresentation

Memberof

DashMp4Representation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashMuxingRepresentation.html b/docs/classes/DashMuxingRepresentation.html index f8d417ffc..e90b681c7 100644 --- a/docs/classes/DashMuxingRepresentation.html +++ b/docs/classes/DashMuxingRepresentation.html @@ -1,17 +1,17 @@ DashMuxingRepresentation | @bitmovin/api-sdk

Class DashMuxingRepresentation

Export

DashMuxingRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muxingId?: string

UUID of a muxing (required)

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashProgressiveWebmRepresentation.html b/docs/classes/DashProgressiveWebmRepresentation.html index 9ac2e51ff..b32130d8d 100644 --- a/docs/classes/DashProgressiveWebmRepresentation.html +++ b/docs/classes/DashProgressiveWebmRepresentation.html @@ -1,5 +1,5 @@ DashProgressiveWebmRepresentation | @bitmovin/api-sdk

Class DashProgressiveWebmRepresentation

Export

DashProgressiveWebmRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
filePath?: string

Path to the Progressive WebM file (required)

+
filePath?: string

Path to the Progressive WebM file (required)

Memberof

DashProgressiveWebmRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muxingId?: string

UUID of a muxing (required)

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.PROGRESSIVE_WEBM

Discriminator property for DashRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.PROGRESSIVE_WEBM

Discriminator property for DashRepresentation

Memberof

DashProgressiveWebmRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashRepresentation.html b/docs/classes/DashRepresentation.html index d8bee1591..6ac9c7d62 100644 --- a/docs/classes/DashRepresentation.html +++ b/docs/classes/DashRepresentation.html @@ -1,8 +1,8 @@ DashRepresentation | @bitmovin/api-sdk

Class DashRepresentation

Export

DashRepresentation

-

Hierarchy (view full)

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashRepresentationTypeResponse.html b/docs/classes/DashRepresentationTypeResponse.html index 984b2c89f..0f598c00c 100644 --- a/docs/classes/DashRepresentationTypeResponse.html +++ b/docs/classes/DashRepresentationTypeResponse.html @@ -1,6 +1,6 @@ DashRepresentationTypeResponse | @bitmovin/api-sdk

Class DashRepresentationTypeResponse

Export

DashRepresentationTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

The type of the DASH representation

+

Constructors

Properties

The type of the DASH representation

Memberof

DashRepresentationTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DashSegmentedRepresentation.html b/docs/classes/DashSegmentedRepresentation.html index d18b9c37d..d09af73ea 100644 --- a/docs/classes/DashSegmentedRepresentation.html +++ b/docs/classes/DashSegmentedRepresentation.html @@ -1,5 +1,5 @@ DashSegmentedRepresentation | @bitmovin/api-sdk

Class DashSegmentedRepresentation

Export

DashSegmentedRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

+
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

Memberof

DashSegmentedRepresentation

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

Memberof

DashSegmentedRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

DashSegmentedRepresentation

-
muxingId?: string

UUID of a muxing (required)

+

Memberof

DashSegmentedRepresentation

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

+
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

Memberof

DashSegmentedRepresentation

-
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

+
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

Memberof

DashSegmentedRepresentation

-
startSegmentNumber?: number

Number of the first segment

+
startSegmentNumber?: number

Number of the first segment

Memberof

DashSegmentedRepresentation

-

Memberof

DashSegmentedRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
type?: DashRepresentationType

Memberof

DashSegmentedRepresentation

+
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashVttRepresentation.html b/docs/classes/DashVttRepresentation.html index 8ca7d8ede..3ce9b8902 100644 --- a/docs/classes/DashVttRepresentation.html +++ b/docs/classes/DashVttRepresentation.html @@ -1,14 +1,14 @@ DashVttRepresentation | @bitmovin/api-sdk

Class DashVttRepresentation

Export

DashVttRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

id?: string

Id of the resource (required)

+

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.VTT

Discriminator property for DashRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.VTT

Discriminator property for DashRepresentation

Memberof

DashVttRepresentation

-
vttUrl?: string

URL of the referenced VTT file (required)

+
vttUrl?: string

URL of the referenced VTT file (required)

Memberof

DashVttRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DashWebmRepresentation.html b/docs/classes/DashWebmRepresentation.html index da0acd6cf..5c5f77782 100644 --- a/docs/classes/DashWebmRepresentation.html +++ b/docs/classes/DashWebmRepresentation.html @@ -1,5 +1,5 @@ DashWebmRepresentation | @bitmovin/api-sdk

Class DashWebmRepresentation

Export

DashWebmRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

+

Constructors

Properties

dependencyId?: string

Used to signal a dependency with another representation. The representation may belong to a different adaptation set

Memberof

DashMuxingRepresentation

-
encodingId?: string

UUID of an encoding (required)

+
encodingId?: string

UUID of an encoding (required)

Memberof

DashMuxingRepresentation

-
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

+
endKeyframeId?: string

Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.

Memberof

DashSegmentedRepresentation

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded

Memberof

DashSegmentedRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

DashSegmentedRepresentation

-
muxingId?: string

UUID of a muxing (required)

+

Memberof

DashSegmentedRepresentation

+
muxingId?: string

UUID of a muxing (required)

Memberof

DashMuxingRepresentation

-
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

+
segmentPath?: string

Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)

Memberof

DashSegmentedRepresentation

-
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

+
startKeyframeId?: string

Id of the keyframe to start with. It takes precedence over startSegmentNumber

Memberof

DashSegmentedRepresentation

-
startSegmentNumber?: number

Number of the first segment

+
startSegmentNumber?: number

Number of the first segment

Memberof

DashSegmentedRepresentation

-

Memberof

DashSegmentedRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.WEBM

Discriminator property for DashRepresentation

+

Memberof

DashSegmentedRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.WEBM

Discriminator property for DashRepresentation

Memberof

DashWebmRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/DefaultDashManifestPeriod.html b/docs/classes/DefaultDashManifestPeriod.html index aed03afcd..e1a72e48d 100644 --- a/docs/classes/DefaultDashManifestPeriod.html +++ b/docs/classes/DefaultDashManifestPeriod.html @@ -1,9 +1,9 @@ DefaultDashManifestPeriod | @bitmovin/api-sdk

Class DefaultDashManifestPeriod

Export

DefaultDashManifestPeriod

-

Constructors

Constructors

Properties

Constructors

Properties

adaptationSets?: DefaultManifestCondition[]

Adds an adaption set for every item to the period

+

Constructors

Properties

adaptationSets?: DefaultManifestCondition[]

Adds an adaption set for every item to the period

Memberof

DefaultDashManifestPeriod

-
encodingIds?: string[]

List the encoding ids for which the conditions should apply

+
encodingIds?: string[]

List the encoding ids for which the conditions should apply

Memberof

DefaultDashManifestPeriod

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DefaultManifestAndCondition.html b/docs/classes/DefaultManifestAndCondition.html index 792ba3811..1957ff6cb 100644 --- a/docs/classes/DefaultManifestAndCondition.html +++ b/docs/classes/DefaultManifestAndCondition.html @@ -1,11 +1,11 @@ DefaultManifestAndCondition | @bitmovin/api-sdk

Class DefaultManifestAndCondition

Export

DefaultManifestAndCondition

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Array to perform the AND evaluation on. This conditions evaluates to true if all sub conditions evaluate to true.

+

Constructors

Properties

Array to perform the AND evaluation on. This conditions evaluates to true if all sub conditions evaluate to true.

Memberof

DefaultManifestAndCondition

-
type: ConditionType = ConditionType.AND

Discriminator property for DefaultManifestCondition

+
type: ConditionType = ConditionType.AND

Discriminator property for DefaultManifestCondition

Memberof

DefaultManifestAndCondition

-
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DefaultManifestAttributeCondition.html b/docs/classes/DefaultManifestAttributeCondition.html index fade811b5..3d99eb7b5 100644 --- a/docs/classes/DefaultManifestAttributeCondition.html +++ b/docs/classes/DefaultManifestAttributeCondition.html @@ -1,17 +1,17 @@ DefaultManifestAttributeCondition | @bitmovin/api-sdk

Class DefaultManifestAttributeCondition

Export

DefaultManifestAttributeCondition

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

attribute?: string

The attribute that should be used for the evaluation: - audio.codec - audio.language - audio.bitrate - subtitle.format - subtitle.language - video.height - video.width - video.codec - video.bitrate - drm.type - muxing.type (required)

+

Constructors

Properties

attribute?: string

The attribute that should be used for the evaluation: - audio.codec - audio.language - audio.bitrate - subtitle.format - subtitle.language - video.height - video.width - video.codec - video.bitrate - drm.type - muxing.type (required)

Memberof

DefaultManifestAttributeCondition

-

The operator that should be used for the evaluation (required)

+

The operator that should be used for the evaluation (required)

Memberof

DefaultManifestAttributeCondition

-
type: ConditionType = ConditionType.CONDITION

Discriminator property for DefaultManifestCondition

+
type: ConditionType = ConditionType.CONDITION

Discriminator property for DefaultManifestCondition

Memberof

DefaultManifestAttributeCondition

-
value?: string

The value that should be used for comparison. Valid values depend on the attribute: - audio.codec (Enum; e.g., AAC, MP3, OPUS) - audio.language (String) - audio.bitrate (Integer) - subtitle.format (Enum; e.g., WEBVTT) - subtitle.language (String) - video.height (Integer) - video.width (Integer) - video.codec (Enum; e.g., AV1, H264, VP9) - video.bitrate (Integer) - drm.type (Enum; NoDrm, Cenc, CencWidevine, CencPlayReady, CencMarlin, CencFairPlay, Aes128, ClearKey, PrimeTime, Widevine, PlayReady, Marlin, FairPlay) - muxing.type (Enum; e.g., FMP4, MP4) (required)

+
value?: string

The value that should be used for comparison. Valid values depend on the attribute: - audio.codec (Enum; e.g., AAC, MP3, OPUS) - audio.language (String) - audio.bitrate (Integer) - subtitle.format (Enum; e.g., WEBVTT) - subtitle.language (String) - video.height (Integer) - video.width (Integer) - video.codec (Enum; e.g., AV1, H264, VP9) - video.bitrate (Integer) - drm.type (Enum; NoDrm, Cenc, CencWidevine, CencPlayReady, CencMarlin, CencFairPlay, Aes128, ClearKey, PrimeTime, Widevine, PlayReady, Marlin, FairPlay) - muxing.type (Enum; e.g., FMP4, MP4) (required)

Memberof

DefaultManifestAttributeCondition

-
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DefaultManifestCondition.html b/docs/classes/DefaultManifestCondition.html index 6f2909919..c6ffc2122 100644 --- a/docs/classes/DefaultManifestCondition.html +++ b/docs/classes/DefaultManifestCondition.html @@ -1,5 +1,5 @@ DefaultManifestCondition | @bitmovin/api-sdk

Class DefaultManifestCondition

Export

DefaultManifestCondition

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +

Constructors

Properties

_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DefaultManifestOrCondition.html b/docs/classes/DefaultManifestOrCondition.html index 32354440a..cb9e900db 100644 --- a/docs/classes/DefaultManifestOrCondition.html +++ b/docs/classes/DefaultManifestOrCondition.html @@ -1,11 +1,11 @@ DefaultManifestOrCondition | @bitmovin/api-sdk

Class DefaultManifestOrCondition

Export

DefaultManifestOrCondition

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Array to perform the OR evaluation on. This conditions evaluates to true if at least one sub condition evaluates to true.

+

Constructors

Properties

Array to perform the OR evaluation on. This conditions evaluates to true if at least one sub condition evaluates to true.

Memberof

DefaultManifestOrCondition

-
type: ConditionType = ConditionType.OR

Discriminator property for DefaultManifestCondition

+
type: ConditionType = ConditionType.OR

Discriminator property for DefaultManifestCondition

Memberof

DefaultManifestOrCondition

-
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DeinterlaceFilter.html b/docs/classes/DeinterlaceFilter.html index 8cda3da97..3b6267edf 100644 --- a/docs/classes/DeinterlaceFilter.html +++ b/docs/classes/DeinterlaceFilter.html @@ -1,5 +1,5 @@ DeinterlaceFilter | @bitmovin/api-sdk

Class DeinterlaceFilter

Export

DeinterlaceFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

DeinterlaceFilter

-
createdAt?: Date

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

+

Constructors

Properties

Memberof

DeinterlaceFilter

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
frameSelectionMode?: DeinterlaceFrameSelectionMode

Memberof

DeinterlaceFilter

-
id?: string

Id of the resource (required)

+
frameSelectionMode?: DeinterlaceFrameSelectionMode

Memberof

DeinterlaceFilter

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

DeinterlaceFilter

-
modifiedAt?: Date

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

+

Memberof

DeinterlaceFilter

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

DeinterlaceFilter

-
type: FilterType = FilterType.DEINTERLACE

Discriminator property for Filter

+

Memberof

DeinterlaceFilter

+
type: FilterType = FilterType.DEINTERLACE

Discriminator property for Filter

Memberof

DeinterlaceFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DenoiseHqdn3dFilter.html b/docs/classes/DenoiseHqdn3dFilter.html index c6f03bbe7..aab0b2c9d 100644 --- a/docs/classes/DenoiseHqdn3dFilter.html +++ b/docs/classes/DenoiseHqdn3dFilter.html @@ -1,5 +1,5 @@ DenoiseHqdn3dFilter | @bitmovin/api-sdk

Class DenoiseHqdn3dFilter

Export

DenoiseHqdn3dFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

chromaSpatial?: number

A non-negative floating point number which specifies spatial chroma strength. It defaults to 3.0*luma_spatial/4.0.

+

Constructors

Properties

chromaSpatial?: number

A non-negative floating point number which specifies spatial chroma strength. It defaults to 3.0*luma_spatial/4.0.

Memberof

DenoiseHqdn3dFilter

-
chromaTmp?: number

A floating point number which specifies chroma temporal strength. It defaults to luma_tmp*chroma_spatial/luma_spatial.

+
chromaTmp?: number

A floating point number which specifies chroma temporal strength. It defaults to luma_tmp*chroma_spatial/luma_spatial.

Memberof

DenoiseHqdn3dFilter

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
lumaSpatial?: number

A non-negative floating point number which specifies spatial luma strength. It defaults to 4.0.

+
lumaSpatial?: number

A non-negative floating point number which specifies spatial luma strength. It defaults to 4.0.

Memberof

DenoiseHqdn3dFilter

-
lumaTmp?: number

A floating point number which specifies luma temporal strength. It defaults to 6.0*luma_spatial/4.0.

+
lumaTmp?: number

A floating point number which specifies luma temporal strength. It defaults to 6.0*luma_spatial/4.0.

Memberof

DenoiseHqdn3dFilter

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: FilterType = FilterType.DENOISE_HQDN3D

Discriminator property for Filter

+
type: FilterType = FilterType.DENOISE_HQDN3D

Discriminator property for Filter

Memberof

DenoiseHqdn3dFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DirectFileUploadInput.html b/docs/classes/DirectFileUploadInput.html index 5ed02d86e..4841c5f76 100644 --- a/docs/classes/DirectFileUploadInput.html +++ b/docs/classes/DirectFileUploadInput.html @@ -1,5 +1,5 @@ DirectFileUploadInput | @bitmovin/api-sdk

Class DirectFileUploadInput

Export

DirectFileUploadInput

-

Hierarchy (view full)

  • Input
    • DirectFileUploadInput

Constructors

Hierarchy (view full)

  • Input
    • DirectFileUploadInput

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputType = InputType.DIRECT_FILE_UPLOAD

Discriminator property for Input

+
type: InputType = InputType.DIRECT_FILE_UPLOAD

Discriminator property for Input

Memberof

DirectFileUploadInput

-
uploadUrl?: string

The URL to be used for a file upload with HTTP PUT. Expires after 5 minutes.

+
uploadUrl?: string

The URL to be used for a file upload with HTTP PUT. Expires after 5 minutes.

Memberof

DirectFileUploadInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DisplayAspectRatio.html b/docs/classes/DisplayAspectRatio.html index b71d1ccf4..68108de64 100644 --- a/docs/classes/DisplayAspectRatio.html +++ b/docs/classes/DisplayAspectRatio.html @@ -1,9 +1,9 @@ DisplayAspectRatio | @bitmovin/api-sdk

Class DisplayAspectRatio

Export

DisplayAspectRatio

-

Constructors

Constructors

Properties

Constructors

Properties

denominator?: number

The denominator of the display aspect ratio (DAR). For example for a DAR of 16:9, the value 9 must be used. (required)

+

Constructors

Properties

denominator?: number

The denominator of the display aspect ratio (DAR). For example for a DAR of 16:9, the value 9 must be used. (required)

Memberof

DisplayAspectRatio

-
numerator?: number

The numerator of the display aspect ratio (DAR). For example for a DAR of 16:9, the value 16 must be used. (required)

+
numerator?: number

The numerator of the display aspect ratio (DAR). For example for a DAR of 16:9, the value 16 must be used. (required)

Memberof

DisplayAspectRatio

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyAtmosAudioConfiguration.html b/docs/classes/DolbyAtmosAudioConfiguration.html index cab6ebbb8..74145ca93 100644 --- a/docs/classes/DolbyAtmosAudioConfiguration.html +++ b/docs/classes/DolbyAtmosAudioConfiguration.html @@ -1,5 +1,5 @@ DolbyAtmosAudioConfiguration | @bitmovin/api-sdk

Class DolbyAtmosAudioConfiguration

Export

DolbyAtmosAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
loudnessControl?: DolbyAtmosLoudnessControl

Settings for loudness control (required)

+
loudnessControl?: DolbyAtmosLoudnessControl

Settings for loudness control (required)

Memberof

DolbyAtmosAudioConfiguration

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.DOLBY_ATMOS

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.DOLBY_ATMOS

Discriminator property for CodecConfiguration

Memberof

DolbyAtmosAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DolbyAtmosIngestInputStream.html b/docs/classes/DolbyAtmosIngestInputStream.html index 9836b0063..473afa918 100644 --- a/docs/classes/DolbyAtmosIngestInputStream.html +++ b/docs/classes/DolbyAtmosIngestInputStream.html @@ -1,5 +1,5 @@ DolbyAtmosIngestInputStream | @bitmovin/api-sdk

Class DolbyAtmosIngestInputStream

Export

DolbyAtmosIngestInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputFormat?: DolbyAtmosInputFormat

Input file format of the Dolby Atmos input file. Set it to DAMF if the given input file is a Dolby Atmos Master File (.atmos). Set it to ADM if the given input file is an Audio Definition Model Broadcast Wave Format file (.wav) (required)

+
inputFormat?: DolbyAtmosInputFormat

Input file format of the Dolby Atmos input file. Set it to DAMF if the given input file is a Dolby Atmos Master File (.atmos). Set it to ADM if the given input file is an Audio Definition Model Broadcast Wave Format file (.wav) (required)

Memberof

DolbyAtmosIngestInputStream

-
inputId?: string

Id of input (required)

+
inputId?: string

Id of input (required)

Memberof

DolbyAtmosIngestInputStream

-
inputPath?: string

Path to the Dolby Atmos input file (required)

+
inputPath?: string

Path to the Dolby Atmos input file (required)

Memberof

DolbyAtmosIngestInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputStreamType = InputStreamType.DOLBY_ATMOS

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.DOLBY_ATMOS

Discriminator property for InputStream

Memberof

DolbyAtmosIngestInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DolbyAtmosLoudnessControl.html b/docs/classes/DolbyAtmosLoudnessControl.html index ff822abc9..61b5d4561 100644 --- a/docs/classes/DolbyAtmosLoudnessControl.html +++ b/docs/classes/DolbyAtmosLoudnessControl.html @@ -1,12 +1,12 @@ DolbyAtmosLoudnessControl | @bitmovin/api-sdk

Class DolbyAtmosLoudnessControl

Export

DolbyAtmosLoudnessControl

-

Constructors

Constructors

Properties

dialogueIntelligence?: DolbyAtmosDialogueIntelligence

Whether to use the Dialogue Intelligence feature, which identifies and analyzes dialogue segments within audio as a basis for speech gating. Must not be "DISABLED" for meteringMode "ITU-R BS.1770-1" or "Leq (A)", otherwise recommended value is "ENABLED" (required)

+

Constructors

Properties

dialogueIntelligence?: DolbyAtmosDialogueIntelligence

Whether to use the Dialogue Intelligence feature, which identifies and analyzes dialogue segments within audio as a basis for speech gating. Must not be "DISABLED" for meteringMode "ITU-R BS.1770-1" or "Leq (A)", otherwise recommended value is "ENABLED" (required)

Memberof

DolbyAtmosLoudnessControl

-
meteringMode?: DolbyAtmosMeteringMode

Algorithm to be used for measuring loudness. Recommended value is "ITU_R_BS_1770_4" (required)

+
meteringMode?: DolbyAtmosMeteringMode

Algorithm to be used for measuring loudness. Recommended value is "ITU_R_BS_1770_4" (required)

Memberof

DolbyAtmosLoudnessControl

-
speechThreshold?: number

Specifies the percentage of speech that must be detected in the metered content before using the measured speech loudness as the overall program loudness. Given as an integer percentage between 0 and 100 (0% to 100%). Recommended value is 15 (required)

+
speechThreshold?: number

Specifies the percentage of speech that must be detected in the metered content before using the measured speech loudness as the overall program loudness. Given as an integer percentage between 0 and 100 (0% to 100%). Recommended value is 15 (required)

Memberof

DolbyAtmosLoudnessControl

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalAudioConfiguration.html b/docs/classes/DolbyDigitalAudioConfiguration.html index 4b3d330ea..942d11e35 100644 --- a/docs/classes/DolbyDigitalAudioConfiguration.html +++ b/docs/classes/DolbyDigitalAudioConfiguration.html @@ -1,5 +1,5 @@ DolbyDigitalAudioConfiguration | @bitmovin/api-sdk

Class DolbyDigitalAudioConfiguration

Export

DolbyDigitalAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-

BitstreamInfo defines metadata parameters contained in the Dolby Digital audio bitstream

+

BitstreamInfo defines metadata parameters contained in the Dolby Digital audio bitstream

Memberof

DolbyDigitalAudioConfiguration

-

Channel layout of the audio codec configuration.

+

Channel layout of the audio codec configuration.

Memberof

DolbyDigitalAudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-

Memberof

DolbyDigitalAudioConfiguration

-
evolutionFrameworkControl?: DolbyDigitalEvolutionFrameworkControl

It provides a framework for signaling new evolution framework applications, such as Intelligent Loudness, in each Dolby codec.

+

Memberof

DolbyDigitalAudioConfiguration

+
evolutionFrameworkControl?: DolbyDigitalEvolutionFrameworkControl

It provides a framework for signaling new evolution framework applications, such as Intelligent Loudness, in each Dolby codec.

Memberof

DolbyDigitalAudioConfiguration

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
loudnessControl?: DolbyDigitalLoudnessControl

Settings for loudness control (required)

+
loudnessControl?: DolbyDigitalLoudnessControl

Settings for loudness control (required)

Memberof

DolbyDigitalAudioConfiguration

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

DolbyDigitalAudioConfiguration

-
rate?: number

Audio sampling rate in Hz

+

Memberof

DolbyDigitalAudioConfiguration

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.DD

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.DD

Discriminator property for CodecConfiguration

Memberof

DolbyDigitalAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalBitstreamInfo.html b/docs/classes/DolbyDigitalBitstreamInfo.html index 45e3ff388..a1bfa5f46 100644 --- a/docs/classes/DolbyDigitalBitstreamInfo.html +++ b/docs/classes/DolbyDigitalBitstreamInfo.html @@ -1,9 +1,9 @@ DolbyDigitalBitstreamInfo | @bitmovin/api-sdk

Class DolbyDigitalBitstreamInfo

Export

DolbyDigitalBitstreamInfo

-

Constructors

Constructors

Properties

Constructors

Properties

surroundExMode?: DolbyDigitalSurroundMode

This is used to identify the encoded audio as material encoded in Dolby Digital Surround EX. This parameter is used only if the encoded audio has two surround channels. An amplifier or receiver with Dolby Digital Surround EX decoding can use this parameter as a flag to switch the decoding on or off automatically. The behavior is similar to that of the surroundMode parameter.

+

Constructors

Properties

surroundExMode?: DolbyDigitalSurroundMode

This is used to identify the encoded audio as material encoded in Dolby Digital Surround EX. This parameter is used only if the encoded audio has two surround channels. An amplifier or receiver with Dolby Digital Surround EX decoding can use this parameter as a flag to switch the decoding on or off automatically. The behavior is similar to that of the surroundMode parameter.

Memberof

DolbyDigitalBitstreamInfo

-

This parameter indicates to a decoder whether the two‐channel encoded bitstream contains a Dolby Surround (Lt/Rt) program that requires Dolby Pro Logic decoding. When downmixing to stereo from a multichannel input, set this value according to the type of downmix performed (Lt/Rt: ENABLED, Lo/Ro: DISABLED). When transcoding a stereo Dolby Digital, Dolby Digital Plus, or Dolby E input, the value must be passed through from the input bitstream to the output bitstream. When transcoding a third-party stereo input to stereo Dolby Digital set the value to NOT_INDICATED.

+

This parameter indicates to a decoder whether the two‐channel encoded bitstream contains a Dolby Surround (Lt/Rt) program that requires Dolby Pro Logic decoding. When downmixing to stereo from a multichannel input, set this value according to the type of downmix performed (Lt/Rt: ENABLED, Lo/Ro: DISABLED). When transcoding a stereo Dolby Digital, Dolby Digital Plus, or Dolby E input, the value must be passed through from the input bitstream to the output bitstream. When transcoding a third-party stereo input to stereo Dolby Digital set the value to NOT_INDICATED.

Memberof

DolbyDigitalBitstreamInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalDownmixing.html b/docs/classes/DolbyDigitalDownmixing.html index c9955f90b..ff318cd50 100644 --- a/docs/classes/DolbyDigitalDownmixing.html +++ b/docs/classes/DolbyDigitalDownmixing.html @@ -1,18 +1,18 @@ DolbyDigitalDownmixing | @bitmovin/api-sdk

Class DolbyDigitalDownmixing

Downmixing is used to reproduce the complete audio program when the actual decoder outputs do not match the encoded channel layout of the original audio signal. The process of downmixing takes the information in the channels that do not have corresponding outputs, and mixes this information into the remaining channels.

Export

DolbyDigitalDownmixing

-

Constructors

Constructors

Properties

loRoCenterMixLevel?: DolbyDigitalCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lo/Ro output.

+

Constructors

Properties

loRoCenterMixLevel?: DolbyDigitalCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lo/Ro output.

Memberof

DolbyDigitalDownmixing

-
loRoSurroundMixLevel?: DolbyDigitalSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lo/Ro output.

+
loRoSurroundMixLevel?: DolbyDigitalSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lo/Ro output.

Memberof

DolbyDigitalDownmixing

-
ltRtCenterMixLevel?: DolbyDigitalCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lt/Rt output.

+
ltRtCenterMixLevel?: DolbyDigitalCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lt/Rt output.

Memberof

DolbyDigitalDownmixing

-
ltRtSurroundMixLevel?: DolbyDigitalSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lt/Rt output.

+
ltRtSurroundMixLevel?: DolbyDigitalSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lt/Rt output.

Memberof

DolbyDigitalDownmixing

-

Memberof

DolbyDigitalDownmixing

-
\ No newline at end of file +
preferredMode?: DolbyDigitalDownmixingPreferredMode

Memberof

DolbyDigitalDownmixing

+
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalDynamicRangeCompression.html b/docs/classes/DolbyDigitalDynamicRangeCompression.html index 0fe786fc3..8745de251 100644 --- a/docs/classes/DolbyDigitalDynamicRangeCompression.html +++ b/docs/classes/DolbyDigitalDynamicRangeCompression.html @@ -1,9 +1,9 @@ DolbyDigitalDynamicRangeCompression | @bitmovin/api-sdk

Class DolbyDigitalDynamicRangeCompression

Export

DolbyDigitalDynamicRangeCompression

-

Constructors

Constructors

Properties

Constructors

Properties

Line mode is intended for use in products providing line‐level or speaker‐level outputs, and is applicable to the widest range of products. Products such as set‐top boxes, DVD players, DTVs, A/V surround decoders, and outboard Dolby Digital decoders typically use this mode.

+

Constructors

Properties

Line mode is intended for use in products providing line‐level or speaker‐level outputs, and is applicable to the widest range of products. Products such as set‐top boxes, DVD players, DTVs, A/V surround decoders, and outboard Dolby Digital decoders typically use this mode.

Memberof

DolbyDigitalDynamicRangeCompression

-

RF mode is intended for products such as a low‐cost television receivers.

+

RF mode is intended for products such as a low‐cost television receivers.

Memberof

DolbyDigitalDynamicRangeCompression

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalLoudnessControl.html b/docs/classes/DolbyDigitalLoudnessControl.html index d27eaf394..089c1eb29 100644 --- a/docs/classes/DolbyDigitalLoudnessControl.html +++ b/docs/classes/DolbyDigitalLoudnessControl.html @@ -1,17 +1,17 @@ DolbyDigitalLoudnessControl | @bitmovin/api-sdk

Class DolbyDigitalLoudnessControl

Export

DolbyDigitalLoudnessControl

-

Constructors

Constructors

Properties

dialnorm?: number

Dialogue Normalization value to be set on the bitstream metadata. Required if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations dialnorm must not be set.

+

Constructors

Properties

dialnorm?: number

Dialogue Normalization value to be set on the bitstream metadata. Required if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations dialnorm must not be set.

Memberof

DolbyDigitalLoudnessControl

-
dialogueIntelligence?: DolbyDigitalDialogueIntelligence

This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations dialogueIntelligence must not be set.

+
dialogueIntelligence?: DolbyDigitalDialogueIntelligence

This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations dialogueIntelligence must not be set.

Memberof

DolbyDigitalLoudnessControl

-

Memberof

DolbyDigitalLoudnessControl

-
peakLimit?: number

The peak value in dB to use for loudness correction. This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations peakLimit must not be set.

+

Memberof

DolbyDigitalLoudnessControl

+
peakLimit?: number

The peak value in dB to use for loudness correction. This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations peakLimit must not be set.

Memberof

DolbyDigitalLoudnessControl

-

This is only allowed if the mode is CORRECTION. <th colspan=4 align="left"> Predefined values for each regulation type:
Regulation Type EBU R128 ATSC A/85 Fixed ATSC A/85 Agile
Limit Mode True Peak True Peak True Peak
Correction Mode PCM Normalization PCM Normalization Metadata Update
Peak Limit –3 dBTP –2 dBTP N/A
Dialogue Intelligence Off On On
Meter Mode ITU-R BS.1770-3 ITU-R BS.1770-3 ITU-R BS.1770-3
Speech Threshold 20 20 20
Dialogue Normalization -23 dB -24 dB Set to measured loudness

+

This is only allowed if the mode is CORRECTION. <th colspan=4 align="left"> Predefined values for each regulation type:
Regulation Type EBU R128 ATSC A/85 Fixed ATSC A/85 Agile
Limit Mode True Peak True Peak True Peak
Correction Mode PCM Normalization PCM Normalization Metadata Update
Peak Limit –3 dBTP –2 dBTP N/A
Dialogue Intelligence Off On On
Meter Mode ITU-R BS.1770-3 ITU-R BS.1770-3 ITU-R BS.1770-3
Speech Threshold 20 20 20
Dialogue Normalization -23 dB -24 dB Set to measured loudness

Memberof

DolbyDigitalLoudnessControl

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalPlusAudioConfiguration.html b/docs/classes/DolbyDigitalPlusAudioConfiguration.html index f8fdf21be..4bd42cba9 100644 --- a/docs/classes/DolbyDigitalPlusAudioConfiguration.html +++ b/docs/classes/DolbyDigitalPlusAudioConfiguration.html @@ -1,5 +1,5 @@ DolbyDigitalPlusAudioConfiguration | @bitmovin/api-sdk

Class DolbyDigitalPlusAudioConfiguration

Export

DolbyDigitalPlusAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-

BitstreamInfo defines metadata parameters contained in the Dolby Digital Plus audio bitstream

+

BitstreamInfo defines metadata parameters contained in the Dolby Digital Plus audio bitstream

Memberof

DolbyDigitalPlusAudioConfiguration

-

Channel layout of the audio codec configuration.

+

Channel layout of the audio codec configuration.

Memberof

DolbyDigitalPlusAudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-

Memberof

DolbyDigitalPlusAudioConfiguration

-
evolutionFrameworkControl?: DolbyDigitalPlusEvolutionFrameworkControl

It provides a framework for signaling new evolution framework applications, such as Intelligent Loudness, in each Dolby codec.

+

Memberof

DolbyDigitalPlusAudioConfiguration

+
evolutionFrameworkControl?: DolbyDigitalPlusEvolutionFrameworkControl

It provides a framework for signaling new evolution framework applications, such as Intelligent Loudness, in each Dolby codec.

Memberof

DolbyDigitalPlusAudioConfiguration

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Settings for loudness control (required)

+

Settings for loudness control (required)

Memberof

DolbyDigitalPlusAudioConfiguration

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

DolbyDigitalPlusAudioConfiguration

-
rate?: number

Audio sampling rate in Hz

+

Memberof

DolbyDigitalPlusAudioConfiguration

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.DDPLUS

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.DDPLUS

Discriminator property for CodecConfiguration

Memberof

DolbyDigitalPlusAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalPlusBitstreamInfo.html b/docs/classes/DolbyDigitalPlusBitstreamInfo.html index 942df37c4..765173985 100644 --- a/docs/classes/DolbyDigitalPlusBitstreamInfo.html +++ b/docs/classes/DolbyDigitalPlusBitstreamInfo.html @@ -1,9 +1,9 @@ DolbyDigitalPlusBitstreamInfo | @bitmovin/api-sdk

Class DolbyDigitalPlusBitstreamInfo

Export

DolbyDigitalPlusBitstreamInfo

-

Constructors

Constructors

Properties

Constructors

Properties

This is used to identify the encoded audio as material encoded in Dolby Digital Surround EX. This parameter is used only if the encoded audio has two surround channels. An amplifier or receiver with Dolby Digital Surround EX decoding can use this parameter as a flag to switch the decoding on or off automatically. The behavior is similar to that of the surroundMode parameter.

+

Constructors

Properties

This is used to identify the encoded audio as material encoded in Dolby Digital Surround EX. This parameter is used only if the encoded audio has two surround channels. An amplifier or receiver with Dolby Digital Surround EX decoding can use this parameter as a flag to switch the decoding on or off automatically. The behavior is similar to that of the surroundMode parameter.

Memberof

DolbyDigitalPlusBitstreamInfo

-

This parameter indicates to a decoder whether the two‐channel encoded bitstream contains a Dolby Surround (Lt/Rt) program that requires Dolby Pro Logic decoding. When downmixing to stereo from a multichannel input, set this value according to the type of downmix performed (Lt/Rt: ENABLED, Lo/Ro: DISABLED). When transcoding a stereo Dolby Digital, Dolby Digital Plus, or Dolby E input, the value must be passed through from the input bitstream to the output bitstream. When transcoding a third-party stereo input to stereo Dolby Digital set the value to NOT_INDICATED.

+

This parameter indicates to a decoder whether the two‐channel encoded bitstream contains a Dolby Surround (Lt/Rt) program that requires Dolby Pro Logic decoding. When downmixing to stereo from a multichannel input, set this value according to the type of downmix performed (Lt/Rt: ENABLED, Lo/Ro: DISABLED). When transcoding a stereo Dolby Digital, Dolby Digital Plus, or Dolby E input, the value must be passed through from the input bitstream to the output bitstream. When transcoding a third-party stereo input to stereo Dolby Digital set the value to NOT_INDICATED.

Memberof

DolbyDigitalPlusBitstreamInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalPlusDownmixing.html b/docs/classes/DolbyDigitalPlusDownmixing.html index 5757063b3..2e38e114c 100644 --- a/docs/classes/DolbyDigitalPlusDownmixing.html +++ b/docs/classes/DolbyDigitalPlusDownmixing.html @@ -1,18 +1,18 @@ DolbyDigitalPlusDownmixing | @bitmovin/api-sdk

Class DolbyDigitalPlusDownmixing

Downmixing is used to reproduce the complete audio program when the actual decoder outputs do not match the encoded channel layout of the original audio signal. The process of downmixing takes the information in the channels that do not have corresponding outputs, and mixes this information into the remaining channels.

Export

DolbyDigitalPlusDownmixing

-

Constructors

Constructors

Properties

loRoCenterMixLevel?: DolbyDigitalPlusCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lo/Ro output.

+

Constructors

Properties

loRoCenterMixLevel?: DolbyDigitalPlusCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lo/Ro output.

Memberof

DolbyDigitalPlusDownmixing

-
loRoSurroundMixLevel?: DolbyDigitalPlusSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lo/Ro output.

+
loRoSurroundMixLevel?: DolbyDigitalPlusSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lo/Ro output.

Memberof

DolbyDigitalPlusDownmixing

-
ltRtCenterMixLevel?: DolbyDigitalPlusCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lt/Rt output.

+
ltRtCenterMixLevel?: DolbyDigitalPlusCenterMixLevel

The level shift applied to the C channel when adding to the L and R outputs as a result of downmixing to one Lt/Rt output.

Memberof

DolbyDigitalPlusDownmixing

-
ltRtSurroundMixLevel?: DolbyDigitalPlusSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lt/Rt output.

+
ltRtSurroundMixLevel?: DolbyDigitalPlusSurroundMixLevel

The level shift applied to the surround channels when downmixing to one Lt/Rt output.

Memberof

DolbyDigitalPlusDownmixing

-

Memberof

DolbyDigitalPlusDownmixing

-
\ No newline at end of file +
preferredMode?: DolbyDigitalPlusDownmixingPreferredMode

Memberof

DolbyDigitalPlusDownmixing

+
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalPlusDynamicRangeCompression.html b/docs/classes/DolbyDigitalPlusDynamicRangeCompression.html index 9a61b2ba3..bcf2fd0e2 100644 --- a/docs/classes/DolbyDigitalPlusDynamicRangeCompression.html +++ b/docs/classes/DolbyDigitalPlusDynamicRangeCompression.html @@ -1,9 +1,9 @@ DolbyDigitalPlusDynamicRangeCompression | @bitmovin/api-sdk

Class DolbyDigitalPlusDynamicRangeCompression

Export

DolbyDigitalPlusDynamicRangeCompression

-

Constructors

Constructors

Properties

Constructors

Properties

Line mode is intended for use in products providing line‐level or speaker‐level outputs, and is applicable to the widest range of products. Products such as set‐top boxes, DVD players, DTVs, A/V surround decoders, and outboard Dolby Digital decoders typically use this mode.

+

Constructors

Properties

Line mode is intended for use in products providing line‐level or speaker‐level outputs, and is applicable to the widest range of products. Products such as set‐top boxes, DVD players, DTVs, A/V surround decoders, and outboard Dolby Digital decoders typically use this mode.

Memberof

DolbyDigitalPlusDynamicRangeCompression

-

RF mode is intended for products such as a low‐cost television receiver.

+

RF mode is intended for products such as a low‐cost television receiver.

Memberof

DolbyDigitalPlusDynamicRangeCompression

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalPlusLoudnessControl.html b/docs/classes/DolbyDigitalPlusLoudnessControl.html index 80e1c2087..9faf3da3a 100644 --- a/docs/classes/DolbyDigitalPlusLoudnessControl.html +++ b/docs/classes/DolbyDigitalPlusLoudnessControl.html @@ -1,17 +1,17 @@ DolbyDigitalPlusLoudnessControl | @bitmovin/api-sdk

Class DolbyDigitalPlusLoudnessControl

Export

DolbyDigitalPlusLoudnessControl

-

Constructors

Constructors

Properties

dialnorm?: number

Dialogue Normalization value to be set on the bitstream metadata. Required if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations dialnorm must not be set.

+

Constructors

Properties

dialnorm?: number

Dialogue Normalization value to be set on the bitstream metadata. Required if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other combinations dialnorm must not be set.

Memberof

DolbyDigitalPlusLoudnessControl

-

This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other regulationType values dialogueIntelligence must not be set.

+

This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other regulationType values dialogueIntelligence must not be set.

Memberof

DolbyDigitalPlusLoudnessControl

-

Memberof

DolbyDigitalPlusLoudnessControl

-
peakLimit?: number

The peak value in dB to use for loudness correction. This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other regulationType values peakLimit must not be set.

+

Memberof

DolbyDigitalPlusLoudnessControl

+
peakLimit?: number

The peak value in dB to use for loudness correction. This may only be set if the mode is PASSTHROUGH, or if the mode is CORRECTION and regulationType is MANUAL. For all other regulationType values peakLimit must not be set.

Memberof

DolbyDigitalPlusLoudnessControl

-

This is only allowed if the mode is CORRECTION. <th colspan=4 align="left"> Predefined values for each regulation type:
Regulation Type EBU R128 ATSC A/85 Fixed ATSC A/85 Agile
Limit Mode True Peak True Peak True Peak
Correction Mode PCM Normalization PCM Normalization Metadata Update
Peak Limit –3 dBTP –2 dBTP N/A
Dialogue Intelligence Off On On
Meter Mode ITU-R BS.1770-3 ITU-R BS.1770-3 ITU-R BS.1770-3
Speech Threshold 20 20 20
Dialogue Normalization -23 dB -24 dB Set to measured loudness

+

This is only allowed if the mode is CORRECTION. <th colspan=4 align="left"> Predefined values for each regulation type:
Regulation Type EBU R128 ATSC A/85 Fixed ATSC A/85 Agile
Limit Mode True Peak True Peak True Peak
Correction Mode PCM Normalization PCM Normalization Metadata Update
Peak Limit –3 dBTP –2 dBTP N/A
Dialogue Intelligence Off On On
Meter Mode ITU-R BS.1770-3 ITU-R BS.1770-3 ITU-R BS.1770-3
Speech Threshold 20 20 20
Dialogue Normalization -23 dB -24 dB Set to measured loudness

Memberof

DolbyDigitalPlusLoudnessControl

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalPlusPreprocessing.html b/docs/classes/DolbyDigitalPlusPreprocessing.html index 4b0aa7750..7b835f524 100644 --- a/docs/classes/DolbyDigitalPlusPreprocessing.html +++ b/docs/classes/DolbyDigitalPlusPreprocessing.html @@ -1,13 +1,13 @@ DolbyDigitalPlusPreprocessing | @bitmovin/api-sdk

Class DolbyDigitalPlusPreprocessing

Export

DolbyDigitalPlusPreprocessing

-

Constructors

Constructors

Properties

dynamicRangeCompression?: DolbyDigitalPlusDynamicRangeCompression

It indicates a gain change to be applied in the Dolby Digital decoder in order to implement dynamic range compression. The values typically indicate gain reductions (cut) during loud passages and gain increases (boost) during quiet passages based on desired compression characteristics.

+

Constructors

Properties

dynamicRangeCompression?: DolbyDigitalPlusDynamicRangeCompression

It indicates a gain change to be applied in the Dolby Digital decoder in order to implement dynamic range compression. The values typically indicate gain reductions (cut) during loud passages and gain increases (boost) during quiet passages based on desired compression characteristics.

Memberof

DolbyDigitalPlusPreprocessing

-

It applies a 120 Hz low-pass filter to the low-frequency effects (LFE) channel. This is only allowed if the channelLayout contains a LFE channel.

+

It applies a 120 Hz low-pass filter to the low-frequency effects (LFE) channel. This is only allowed if the channelLayout contains a LFE channel.

Memberof

DolbyDigitalPlusPreprocessing

-

Memberof

DolbyDigitalPlusPreprocessing

-

Memberof

DolbyDigitalPlusPreprocessing

-
\ No newline at end of file +
ninetyDegreePhaseShift?: DolbyDigitalPlusNinetyDegreePhaseShift

Memberof

DolbyDigitalPlusPreprocessing

+
threeDbAttenuation?: DolbyDigitalPlusThreeDbAttenuation

Memberof

DolbyDigitalPlusPreprocessing

+
\ No newline at end of file diff --git a/docs/classes/DolbyDigitalPreprocessing.html b/docs/classes/DolbyDigitalPreprocessing.html index 7986148db..7ac6b4cba 100644 --- a/docs/classes/DolbyDigitalPreprocessing.html +++ b/docs/classes/DolbyDigitalPreprocessing.html @@ -1,13 +1,13 @@ DolbyDigitalPreprocessing | @bitmovin/api-sdk

Class DolbyDigitalPreprocessing

Export

DolbyDigitalPreprocessing

-

Constructors

Constructors

Properties

dynamicRangeCompression?: DolbyDigitalDynamicRangeCompression

It indicates a gain change to be applied in the Dolby Digital decoder in order to implement dynamic range compression. The values typically indicate gain reductions (cut) during loud passages and gain increases (boost) during quiet passages based on desired compression characteristics.

+

Constructors

Properties

dynamicRangeCompression?: DolbyDigitalDynamicRangeCompression

It indicates a gain change to be applied in the Dolby Digital decoder in order to implement dynamic range compression. The values typically indicate gain reductions (cut) during loud passages and gain increases (boost) during quiet passages based on desired compression characteristics.

Memberof

DolbyDigitalPreprocessing

-
lfeLowPassFilter?: DolbyDigitalLfeLowPassFilter

It applies a 120 Hz low-pass filter to the low-frequency effects (LFE) channel. This is only allowed if the channelLayout contains a LFE channel.

+
lfeLowPassFilter?: DolbyDigitalLfeLowPassFilter

It applies a 120 Hz low-pass filter to the low-frequency effects (LFE) channel. This is only allowed if the channelLayout contains a LFE channel.

Memberof

DolbyDigitalPreprocessing

-
ninetyDegreePhaseShift?: DolbyDigitalNinetyDegreePhaseShift

Memberof

DolbyDigitalPreprocessing

-
threeDbAttenuation?: DolbyDigitalThreeDbAttenuation

Memberof

DolbyDigitalPreprocessing

-
\ No newline at end of file +
ninetyDegreePhaseShift?: DolbyDigitalNinetyDegreePhaseShift

Memberof

DolbyDigitalPreprocessing

+
threeDbAttenuation?: DolbyDigitalThreeDbAttenuation

Memberof

DolbyDigitalPreprocessing

+
\ No newline at end of file diff --git a/docs/classes/DolbyVisionInputStream.html b/docs/classes/DolbyVisionInputStream.html index a2c9b697e..5952fb7e1 100644 --- a/docs/classes/DolbyVisionInputStream.html +++ b/docs/classes/DolbyVisionInputStream.html @@ -1,5 +1,5 @@ DolbyVisionInputStream | @bitmovin/api-sdk

Class DolbyVisionInputStream

Export

DolbyVisionInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

Id of input (required)

+
inputId?: string

Id of input (required)

Memberof

DolbyVisionInputStream

-
metadataInputPath?: string

Path to Dolby Vision Metadata file. This field is required when the metadata is not embedded in the video input file.

+
metadataInputPath?: string

Path to Dolby Vision Metadata file. This field is required when the metadata is not embedded in the video input file.

Memberof

DolbyVisionInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputStreamType = InputStreamType.DOLBY_VISION

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.DOLBY_VISION

Discriminator property for InputStream

Memberof

DolbyVisionInputStream

-
videoInputPath?: string

Path to Dolby Vision input video file. (required)

+
videoInputPath?: string

Path to Dolby Vision input video file. (required)

Memberof

DolbyVisionInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DolbyVisionMetadata.html b/docs/classes/DolbyVisionMetadata.html index 5b842967a..151284bad 100644 --- a/docs/classes/DolbyVisionMetadata.html +++ b/docs/classes/DolbyVisionMetadata.html @@ -1,5 +1,5 @@ DolbyVisionMetadata | @bitmovin/api-sdk

Class DolbyVisionMetadata

Export

DolbyVisionMetadata

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
metadataInputStreamId?: string

ID of the Dolby Vision Metadata Ingest Input Stream which provides the XML Metadata file. Required if metadataSource is set to INPUT_STREAM.

+
metadataInputStreamId?: string

ID of the Dolby Vision Metadata Ingest Input Stream which provides the XML Metadata file. Required if metadataSource is set to INPUT_STREAM.

Memberof

DolbyVisionMetadata

-
metadataSource?: DolbyVisionMetadataSource

Dolby Vision Metadata Source (required)

+
metadataSource?: DolbyVisionMetadataSource

Dolby Vision Metadata Source (required)

Memberof

DolbyVisionMetadata

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Dolby Vision Profile (required)

+

Dolby Vision Profile (required)

Memberof

DolbyVisionMetadata

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DolbyVisionMetadataIngestInputStream.html b/docs/classes/DolbyVisionMetadataIngestInputStream.html index 11929dab0..a461eb190 100644 --- a/docs/classes/DolbyVisionMetadataIngestInputStream.html +++ b/docs/classes/DolbyVisionMetadataIngestInputStream.html @@ -1,5 +1,5 @@ DolbyVisionMetadataIngestInputStream | @bitmovin/api-sdk

Class DolbyVisionMetadataIngestInputStream

Export

DolbyVisionMetadataIngestInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

Id of input (required)

+
inputId?: string

Id of input (required)

Memberof

DolbyVisionMetadataIngestInputStream

-
inputPath?: string

Path to Dolby Vision Metadata file (required)

+
inputPath?: string

Path to Dolby Vision Metadata file (required)

Memberof

DolbyVisionMetadataIngestInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputStreamType = InputStreamType.SIDECAR_DOLBY_VISION_METADATA

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.SIDECAR_DOLBY_VISION_METADATA

Discriminator property for InputStream

Memberof

DolbyVisionMetadataIngestInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DolbyVisionMuxingConfiguration.html b/docs/classes/DolbyVisionMuxingConfiguration.html index 297ea3ff3..3af99f93c 100644 --- a/docs/classes/DolbyVisionMuxingConfiguration.html +++ b/docs/classes/DolbyVisionMuxingConfiguration.html @@ -1,5 +1,5 @@ DolbyVisionMuxingConfiguration | @bitmovin/api-sdk

Class DolbyVisionMuxingConfiguration

Export

DolbyVisionMuxingConfiguration

-
\ No newline at end of file +

Constructors

Properties

trackSampleEntryName?: DolbyVisionTrackSampleEntryName

Memberof

DolbyVisionMuxingConfiguration

+
\ No newline at end of file diff --git a/docs/classes/Domain.html b/docs/classes/Domain.html index 0fb07076d..79c552685 100644 --- a/docs/classes/Domain.html +++ b/docs/classes/Domain.html @@ -1,5 +1,5 @@ Domain | @bitmovin/api-sdk

Export

Domain

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
url?: string

Host where the player is allowed to play (required)

+
url?: string

Host where the player is allowed to play (required)

Memberof

Domain

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/DomainList.html b/docs/classes/DomainList.html index 797cc5115..5ee6be866 100644 --- a/docs/classes/DomainList.html +++ b/docs/classes/DomainList.html @@ -1,5 +1,5 @@ DomainList | @bitmovin/api-sdk

Export

DomainList

-

Constructors

Constructors

Properties

Constructors

Properties

domains?: Domain[]

Memberof

DomainList

-
\ No newline at end of file +

Constructors

Properties

domains?: Domain[]

Memberof

DomainList

+
\ No newline at end of file diff --git a/docs/classes/Drm.html b/docs/classes/Drm.html index 972e2c097..957acc6b4 100644 --- a/docs/classes/Drm.html +++ b/docs/classes/Drm.html @@ -1,5 +1,5 @@ Drm | @bitmovin/api-sdk

Export

Drm

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
outputs?: EncodingOutput[]

Memberof

Drm

+
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DtsAudioConfiguration.html b/docs/classes/DtsAudioConfiguration.html index 654759190..d8e3784cf 100644 --- a/docs/classes/DtsAudioConfiguration.html +++ b/docs/classes/DtsAudioConfiguration.html @@ -1,5 +1,5 @@ DtsAudioConfiguration | @bitmovin/api-sdk

Class DtsAudioConfiguration

Export

DtsAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.DTS

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.DTS

Discriminator property for CodecConfiguration

Memberof

DtsAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DtsPassthroughAudioConfiguration.html b/docs/classes/DtsPassthroughAudioConfiguration.html index 95574db53..d830e11b7 100644 --- a/docs/classes/DtsPassthroughAudioConfiguration.html +++ b/docs/classes/DtsPassthroughAudioConfiguration.html @@ -1,5 +1,5 @@ DtsPassthroughAudioConfiguration | @bitmovin/api-sdk

Class DtsPassthroughAudioConfiguration

Export

DtsPassthroughAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: CodecConfigType = CodecConfigType.DTS_PASSTHROUGH

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.DTS_PASSTHROUGH

Discriminator property for CodecConfiguration

Memberof

DtsPassthroughAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DtsXAudioConfiguration.html b/docs/classes/DtsXAudioConfiguration.html index 1a2c6b627..310d45ef1 100644 --- a/docs/classes/DtsXAudioConfiguration.html +++ b/docs/classes/DtsXAudioConfiguration.html @@ -1,6 +1,6 @@ DtsXAudioConfiguration | @bitmovin/api-sdk

Class DtsXAudioConfiguration

The configuration for the DTS:X

Export

DtsXAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: DtsXChannelLayout

Memberof

DtsXAudioConfiguration

-
createdAt?: Date

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

+
channelLayout?: DtsXChannelLayout

Memberof

DtsXAudioConfiguration

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
lkfsValue?: number

Loudness relative to full scale (K-weighted).

+
lkfsValue?: number

Loudness relative to full scale (K-weighted).

Memberof

DtsXAudioConfiguration

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
ottLoudnessMode?: OttLoudnessMode

Memberof

DtsXAudioConfiguration

-
rate?: number

Audio sampling rate in Hz

+
ottLoudnessMode?: OttLoudnessMode

Memberof

DtsXAudioConfiguration

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
syncInterval?: number

Specifies the sync interval which ranges from 1 to 10

+
syncInterval?: number

Specifies the sync interval which ranges from 1 to 10

Memberof

DtsXAudioConfiguration

-
type: CodecConfigType = CodecConfigType.DTSX

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.DTSX

Discriminator property for CodecConfiguration

Memberof

DtsXAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DvbSubtitleConfiguration.html b/docs/classes/DvbSubtitleConfiguration.html index 097e4cd6a..4f7b0e5f5 100644 --- a/docs/classes/DvbSubtitleConfiguration.html +++ b/docs/classes/DvbSubtitleConfiguration.html @@ -1,5 +1,5 @@ DvbSubtitleConfiguration | @bitmovin/api-sdk

Class DvbSubtitleConfiguration

Export

DvbSubtitleConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: CodecConfigType = CodecConfigType.DVB_SUBTITLE

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.DVB_SUBTITLE

Discriminator property for CodecConfiguration

Memberof

DvbSubtitleConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/DvbSubtitleInputStream.html b/docs/classes/DvbSubtitleInputStream.html index 2564d2799..b7b3bc6bc 100644 --- a/docs/classes/DvbSubtitleInputStream.html +++ b/docs/classes/DvbSubtitleInputStream.html @@ -1,5 +1,5 @@ DvbSubtitleInputStream | @bitmovin/api-sdk

Class DvbSubtitleInputStream

Export

DvbSubtitleInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

ID of an Input resource defining the input storage

+
inputId?: string

ID of an Input resource defining the input storage

Memberof

DvbSubtitleInputStream

-
inputPath?: string

Path to an input media file

+
inputPath?: string

Path to an input media file

Memberof

DvbSubtitleInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
position?: number

Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.

+
position?: number

Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.

Memberof

DvbSubtitleInputStream

-
selectionMode?: StreamSelectionMode

Specifies the strategy for selecting a stream from the input file. Supported values for VOD encodings: AUTO, POSITION_ABSOLUTE, SUBTITLE_RELATIVE. Supported values for LIVE encodings: POSITION_ABSOLUTE

+
selectionMode?: StreamSelectionMode

Specifies the strategy for selecting a stream from the input file. Supported values for VOD encodings: AUTO, POSITION_ABSOLUTE, SUBTITLE_RELATIVE. Supported values for LIVE encodings: POSITION_ABSOLUTE

Memberof

DvbSubtitleInputStream

-
type: InputStreamType = InputStreamType.DVB_SUBTITLE

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.DVB_SUBTITLE

Discriminator property for InputStream

Memberof

DvbSubtitleInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Eac3AudioConfiguration.html b/docs/classes/Eac3AudioConfiguration.html index 5e8cb33b8..836a981e0 100644 --- a/docs/classes/Eac3AudioConfiguration.html +++ b/docs/classes/Eac3AudioConfiguration.html @@ -1,5 +1,5 @@ Eac3AudioConfiguration | @bitmovin/api-sdk

Class Eac3AudioConfiguration

Export

Eac3AudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: Ac3ChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: Ac3ChannelLayout

Channel layout of the audio codec configuration

Memberof

Eac3AudioConfiguration

-
createdAt?: Date

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

+
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.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
cutoffFrequency?: number

The highest frequency that will pass the audio encoder. This value is optional.

+
cutoffFrequency?: number

The highest frequency that will pass the audio encoder. This value is optional.

Memberof

Eac3AudioConfiguration

-
description?: string

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

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.EAC3

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.EAC3

Discriminator property for CodecConfiguration

Memberof

Eac3AudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/EbuR128SinglePassFilter.html b/docs/classes/EbuR128SinglePassFilter.html index b3624f964..c9aee8874 100644 --- a/docs/classes/EbuR128SinglePassFilter.html +++ b/docs/classes/EbuR128SinglePassFilter.html @@ -1,5 +1,5 @@ EbuR128SinglePassFilter | @bitmovin/api-sdk

Class EbuR128SinglePassFilter

Export

EbuR128SinglePassFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
integratedLoudness?: number

Set the targeted integrated loudness value. Range is from '-70.0' to '-5.0'. Default value is '-24.0'. Value is measured in LUFS (Loudness Units, referenced to Full Scale)

+
integratedLoudness?: number

Set the targeted integrated loudness value. Range is from '-70.0' to '-5.0'. Default value is '-24.0'. Value is measured in LUFS (Loudness Units, referenced to Full Scale)

Memberof

EbuR128SinglePassFilter

-
loudnessRange?: number

Set the targeted loudness range target. Range is from '1.0' to '20.0'. Default value is '7.0'. Loudness range measures the variation of loudness on a macroscopic time-scale in units of LU (Loudness Units). For programmes shorter than 1 minute, the use of the measure Loudness Range is not recommended due to too few data points (Loudness Range is based on the Short-term-Loudness values (3-seconds-window)).

+
loudnessRange?: number

Set the targeted loudness range target. Range is from '1.0' to '20.0'. Default value is '7.0'. Loudness range measures the variation of loudness on a macroscopic time-scale in units of LU (Loudness Units). For programmes shorter than 1 minute, the use of the measure Loudness Range is not recommended due to too few data points (Loudness Range is based on the Short-term-Loudness values (3-seconds-window)).

Memberof

EbuR128SinglePassFilter

-
maximumTruePeakLevel?: number

Set maximum true peak. Range is from '-9.0' to '0.0'. Default value is '-2.0'. Values are measured in dBTP (db True Peak)

+
maximumTruePeakLevel?: number

Set maximum true peak. Range is from '-9.0' to '0.0'. Default value is '-2.0'. Values are measured in dBTP (db True Peak)

Memberof

EbuR128SinglePassFilter

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: FilterType = FilterType.EBU_R128_SINGLE_PASS

Discriminator property for Filter

+
type: FilterType = FilterType.EBU_R128_SINGLE_PASS

Discriminator property for Filter

Memberof

EbuR128SinglePassFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/EgressInformation.html b/docs/classes/EgressInformation.html index a7a4c521f..6315e23ec 100644 --- a/docs/classes/EgressInformation.html +++ b/docs/classes/EgressInformation.html @@ -1,12 +1,12 @@ EgressInformation | @bitmovin/api-sdk

Class EgressInformation

Export

EgressInformation

-

Constructors

Constructors

Properties

bytes?: number

The number of bytes that have been transferred to the output (required)

+

Constructors

Properties

bytes?: number

The number of bytes that have been transferred to the output (required)

Memberof

EgressInformation

-
category?: EgressCategory

Memberof

EgressInformation

-
outputRegion?: CloudRegion

Memberof

EgressInformation

-
outputType?: OutputType

Memberof

EgressInformation

-
\ No newline at end of file +
category?: EgressCategory

Memberof

EgressInformation

+
outputRegion?: CloudRegion

Memberof

EgressInformation

+
outputType?: OutputType

Memberof

EgressInformation

+
\ No newline at end of file diff --git a/docs/classes/EmailNotification.html b/docs/classes/EmailNotification.html index 79021ad2e..e82ec56b7 100644 --- a/docs/classes/EmailNotification.html +++ b/docs/classes/EmailNotification.html @@ -1,5 +1,5 @@ EmailNotification | @bitmovin/api-sdk

Class EmailNotification

Export

EmailNotification

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

category?: string

Memberof

Notification

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+

Constructors

Properties

category?: string

Memberof

Notification

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

-
emails?: string[]

Memberof

EmailNotification

-
eventType?: string

Memberof

Notification

-
id?: string

Id of the resource (required)

+
emails?: string[]

Memberof

EmailNotification

+
eventType?: string

Memberof

Notification

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muted?: boolean

Memberof

Notification

-
resolve?: boolean

Notify when condition resolves after it was met

+
muted?: boolean

Memberof

Notification

+
resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

-
resourceId?: string

Specific resource, e.g. encoding id

+
resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

-
resourceType?: string

Memberof

Notification

-
triggeredAt?: Date

Last time the notification was triggered

+
resourceType?: string

Memberof

Notification

+
triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

-
type?: string

Memberof

Notification

-
\ No newline at end of file +
type?: string

Memberof

Notification

+
\ No newline at end of file diff --git a/docs/classes/EmailNotificationWithStreamConditions.html b/docs/classes/EmailNotificationWithStreamConditions.html index a91d0d07b..fd6e361d6 100644 --- a/docs/classes/EmailNotificationWithStreamConditions.html +++ b/docs/classes/EmailNotificationWithStreamConditions.html @@ -1,5 +1,5 @@ EmailNotificationWithStreamConditions | @bitmovin/api-sdk

Class EmailNotificationWithStreamConditions

Export

EmailNotificationWithStreamConditions

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

category?: string

Memberof

Notification

-
conditions?: AbstractCondition

Memberof

EmailNotificationWithStreamConditions

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+

Constructors

Properties

category?: string

Memberof

Notification

+
conditions?: AbstractCondition

Memberof

EmailNotificationWithStreamConditions

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

-
emails?: string[]

Memberof

EmailNotification

-
eventType?: string

Memberof

Notification

-
id?: string

Id of the resource (required)

+
emails?: string[]

Memberof

EmailNotification

+
eventType?: string

Memberof

Notification

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muted?: boolean

Memberof

Notification

-
resolve?: boolean

Notify when condition resolves after it was met

+
muted?: boolean

Memberof

Notification

+
resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

-
resourceId?: string

Specific resource, e.g. encoding id

+
resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

-
resourceType?: string

Memberof

Notification

-
triggeredAt?: Date

Last time the notification was triggered

+
resourceType?: string

Memberof

Notification

+
triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

-
type?: string

Memberof

Notification

-
\ No newline at end of file +
type?: string

Memberof

Notification

+
\ No newline at end of file diff --git a/docs/classes/EmailNotificationWithStreamConditionsRequest.html b/docs/classes/EmailNotificationWithStreamConditionsRequest.html index b03921b0c..7ea3611ac 100644 --- a/docs/classes/EmailNotificationWithStreamConditionsRequest.html +++ b/docs/classes/EmailNotificationWithStreamConditionsRequest.html @@ -1,12 +1,12 @@ EmailNotificationWithStreamConditionsRequest | @bitmovin/api-sdk

Class EmailNotificationWithStreamConditionsRequest

Export

EmailNotificationWithStreamConditionsRequest

-

Constructors

Constructors

Properties

conditions?: AbstractCondition

Memberof

EmailNotificationWithStreamConditionsRequest

-
emails?: string[]

Memberof

EmailNotificationWithStreamConditionsRequest

-
muted?: boolean

Memberof

EmailNotificationWithStreamConditionsRequest

-
resolve?: boolean

Notify when condition resolves after it was met

+

Constructors

Properties

conditions?: AbstractCondition

Memberof

EmailNotificationWithStreamConditionsRequest

+
emails?: string[]

Memberof

EmailNotificationWithStreamConditionsRequest

+
muted?: boolean

Memberof

EmailNotificationWithStreamConditionsRequest

+
resolve?: boolean

Notify when condition resolves after it was met

Memberof

EmailNotificationWithStreamConditionsRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Encoding.html b/docs/classes/Encoding.html index 7fab775fc..e666b5686 100644 --- a/docs/classes/Encoding.html +++ b/docs/classes/Encoding.html @@ -1,5 +1,5 @@ Encoding | @bitmovin/api-sdk

Export

Encoding

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

cloudRegion?: CloudRegion

Memberof

Encoding

-
createdAt?: Date

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

+

Constructors

Properties

cloudRegion?: CloudRegion

Memberof

Encoding

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
encoderVersion?: string

Version of the encoder

+
encoderVersion?: string

Version of the encoder

Memberof

Encoding

-
errorAt?: Date

Timestamp when the encoding status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp is deprecated and is equivalent to finishedAt in case of an 'ERROR'.

+
errorAt?: Date

Timestamp when the encoding status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp is deprecated and is equivalent to finishedAt in case of an 'ERROR'.

Memberof

Encoding

-
fallbackCloudRegions?: CloudRegion[]

Specify a list of regions which are used in case the preferred region is down. Currently there are several restrictions. - The region has to be specific or AUTO - The region has to be for the same cloud provider as the default one - You can only configure at most 3 fallback regions

+
fallbackCloudRegions?: CloudRegion[]

Specify a list of regions which are used in case the preferred region is down. Currently there are several restrictions. - The region has to be specific or AUTO - The region has to be for the same cloud provider as the default one - You can only configure at most 3 fallback regions

Memberof

Encoding

-
finishedAt?: Date

Timestamp when the encoding status changed to 'FINISHED', 'ERROR', 'CANCELED', or 'TRANSFER_ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp might be inaccurate for encodings which ran prior to the 1.50.0 REST API release.

+
finishedAt?: Date

Timestamp when the encoding status changed to 'FINISHED', 'ERROR', 'CANCELED', or 'TRANSFER_ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp might be inaccurate for encodings which ran prior to the 1.50.0 REST API release.

Memberof

Encoding

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
infrastructure?: InfrastructureSettings

Memberof

Encoding

-
labels?: string[]

You may pass a list of groups associated with this encoding. This will enable you to group results in the statistics resource

+
infrastructure?: InfrastructureSettings

Memberof

Encoding

+
labels?: string[]

You may pass a list of groups associated with this encoding. This will enable you to group results in the statistics resource

Memberof

Encoding

-
liveOptionsType?: HD

The chosen live option type of the live encoding

+
liveOptionsType?: HD

The chosen live option type of the live encoding

Memberof

Encoding

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
progress?: number

Progress of the encoding in percent

+
progress?: number

Progress of the encoding in percent

Memberof

Encoding

-
queuedAt?: Date

Timestamp when the encoding status changed to "QUEUED", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
queuedAt?: Date

Timestamp when the encoding status changed to "QUEUED", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Encoding

-
runningAt?: Date

Timestamp when the encoding status changed to "RUNNING", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
runningAt?: Date

Timestamp when the encoding status changed to "RUNNING", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Encoding

-
selectedCloudRegion?: CloudRegion

After the encoding has been started, this will contain the cloud region that was actually used. This will differ from cloudRegion if cloudRegion was set to an unspecific region (e.g. 'AUTO')

+
selectedCloudRegion?: CloudRegion

After the encoding has been started, this will contain the cloud region that was actually used. This will differ from cloudRegion if cloudRegion was set to an unspecific region (e.g. 'AUTO')

Memberof

Encoding

-
selectedEncoderVersion?: string

After the encoding has been started, this will contain the encoder version that was actually used. Especially useful when starting an encoding with a version tag like STABLE or BETA.

+
selectedEncoderVersion?: string

After the encoding has been started, this will contain the encoder version that was actually used. Especially useful when starting an encoding with a version tag like STABLE or BETA.

Memberof

Encoding

-
selectedEncodingMode?: EncodingMode

After the encoding has been started, this will contain the encoding mode that was actually used. Especially useful when encodingMode was not set explicitly or set to STANDARD (which translates to one of the other possible values on encoding start).

+
selectedEncodingMode?: EncodingMode

After the encoding has been started, this will contain the encoding mode that was actually used. Especially useful when encodingMode was not set explicitly or set to STANDARD (which translates to one of the other possible values on encoding start).

Memberof

Encoding

-
selectedFallbackCloudRegions?: CloudRegion[]

After the encoding has been started, this will contain the fallback cloud regions that were actually used. This will differ from fallbackCloudRegions if any of the fallbackCloudRegions were set to an unspecific region (e.g. 'AUTO')

+
selectedFallbackCloudRegions?: CloudRegion[]

After the encoding has been started, this will contain the fallback cloud regions that were actually used. This will differ from fallbackCloudRegions if any of the fallbackCloudRegions were set to an unspecific region (e.g. 'AUTO')

Memberof

Encoding

-
startedAt?: Date

Timestamp when the encoding was started, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
startedAt?: Date

Timestamp when the encoding was started, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Encoding

-
staticIpId?: string

Specify an ID of a Static IP infrastructure resource this encoding should use. A Static IP cannot be used by multiple encodings at once. The encoding will go to an error state if the Static IP is already in use. This is currently only supported for live encodings.

+
staticIpId?: string

Specify an ID of a Static IP infrastructure resource this encoding should use. A Static IP cannot be used by multiple encodings at once. The encoding will go to an error state if the Static IP is already in use. This is currently only supported for live encodings.

Memberof

Encoding

-
status?: Status

The current status of the encoding.

+
status?: Status

The current status of the encoding.

Memberof

Encoding

-

Type of the encoding

+

Type of the encoding

Memberof

Encoding

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingErrorDefinition.html b/docs/classes/EncodingErrorDefinition.html index 0d680198c..20e70d45d 100644 --- a/docs/classes/EncodingErrorDefinition.html +++ b/docs/classes/EncodingErrorDefinition.html @@ -1,18 +1,18 @@ EncodingErrorDefinition | @bitmovin/api-sdk

Class EncodingErrorDefinition

Export

EncodingErrorDefinition

-

Constructors

Constructors

Properties

category?: string

The error category.

+

Constructors

Properties

category?: string

The error category.

Memberof

EncodingErrorDefinition

-
code?: number

The error code.

+
code?: number

The error code.

Memberof

EncodingErrorDefinition

-
description?: string

The returned error description.

+
description?: string

The returned error description.

Memberof

EncodingErrorDefinition

-
message?: string

The error message, optional. Can include placeholders like {1}, {2} which are replaced with the respective dependency when the error is thrown.

+
message?: string

The error message, optional. Can include placeholders like {1}, {2} which are replaced with the respective dependency when the error is thrown.

Memberof

EncodingErrorDefinition

-
retryHint?: ErrorRetryHint

Indicates if the call that caused the error should be retried.

+
retryHint?: ErrorRetryHint

Indicates if the call that caused the error should be retried.

Memberof

EncodingErrorDefinition

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingErrorEmailNotification.html b/docs/classes/EncodingErrorEmailNotification.html index dad3b8bd5..5581b2453 100644 --- a/docs/classes/EncodingErrorEmailNotification.html +++ b/docs/classes/EncodingErrorEmailNotification.html @@ -1,5 +1,5 @@ EncodingErrorEmailNotification | @bitmovin/api-sdk

Class EncodingErrorEmailNotification

Export

EncodingErrorEmailNotification

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

category?: string

Memberof

Notification

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+

Constructors

Properties

category?: string

Memberof

Notification

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

-
emails?: string[]

Memberof

EmailNotification

-
eventType?: string

Memberof

Notification

-
id?: string

Id of the resource (required)

+
emails?: string[]

Memberof

EmailNotification

+
eventType?: string

Memberof

Notification

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muted?: boolean

Memberof

Notification

-
resolve?: boolean

Notify when condition resolves after it was met

+
muted?: boolean

Memberof

Notification

+
resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

-
resourceId?: string

Specific resource, e.g. encoding id

+
resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

-
resourceType?: string

Memberof

Notification

-
triggeredAt?: Date

Last time the notification was triggered

+
resourceType?: string

Memberof

Notification

+
triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

-
type?: string

Memberof

Notification

-
\ No newline at end of file +
type?: string

Memberof

Notification

+
\ No newline at end of file diff --git a/docs/classes/EncodingOutput.html b/docs/classes/EncodingOutput.html index a4634c136..2266dae1b 100644 --- a/docs/classes/EncodingOutput.html +++ b/docs/classes/EncodingOutput.html @@ -1,12 +1,12 @@ EncodingOutput | @bitmovin/api-sdk

Export

EncodingOutput

-

Constructors

Constructors

Properties

Constructors

Properties

acl?: AclEntry[]

Determines accessibility of files written to this output. Only applies to output types that support ACLs. Defaults to PUBLIC_READ if the list is empty. The destination (e.g. cloud storage bucket) needs to allow the configured ACL

+

Constructors

Properties

acl?: AclEntry[]

Determines accessibility of files written to this output. Only applies to output types that support ACLs. Defaults to PUBLIC_READ if the list is empty. The destination (e.g. cloud storage bucket) needs to allow the configured ACL

Memberof

EncodingOutput

-
outputId?: string

Id of the corresponding output (required)

+
outputId?: string

Id of the corresponding output (required)

Memberof

EncodingOutput

-
outputPath?: string

Subdirectory where to save the files to (required)

+
outputPath?: string

Subdirectory where to save the files to (required)

Memberof

EncodingOutput

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingOutputPaths.html b/docs/classes/EncodingOutputPaths.html index 0e5bc316e..f93b0f04b 100644 --- a/docs/classes/EncodingOutputPaths.html +++ b/docs/classes/EncodingOutputPaths.html @@ -1,7 +1,7 @@ EncodingOutputPaths | @bitmovin/api-sdk

Class EncodingOutputPaths

Export

EncodingOutputPaths

-
\ No newline at end of file +

Constructors

Properties

output?: Output

Memberof

EncodingOutputPaths

+

Memberof

EncodingOutputPaths

+
\ No newline at end of file diff --git a/docs/classes/EncodingOutputPathsDashManifest.html b/docs/classes/EncodingOutputPathsDashManifest.html index 9ceb15631..ca7204932 100644 --- a/docs/classes/EncodingOutputPathsDashManifest.html +++ b/docs/classes/EncodingOutputPathsDashManifest.html @@ -1,9 +1,9 @@ EncodingOutputPathsDashManifest | @bitmovin/api-sdk

Class EncodingOutputPathsDashManifest

Export

EncodingOutputPathsDashManifest

-

Constructors

Constructors

Properties

Constructors

Properties

id?: string

Id of the dash manifest

+

Constructors

Properties

id?: string

Id of the dash manifest

Memberof

EncodingOutputPathsDashManifest

-
path?: string

Path to the dash manifest on the given output

+
path?: string

Path to the dash manifest on the given output

Memberof

EncodingOutputPathsDashManifest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingOutputPathsForOutput.html b/docs/classes/EncodingOutputPathsForOutput.html index 77348201e..1b41f2e63 100644 --- a/docs/classes/EncodingOutputPathsForOutput.html +++ b/docs/classes/EncodingOutputPathsForOutput.html @@ -1,12 +1,12 @@ EncodingOutputPathsForOutput | @bitmovin/api-sdk

Class EncodingOutputPathsForOutput

Export

EncodingOutputPathsForOutput

-

Constructors

Constructors

Properties

Output paths for Dash manifests

+

Constructors

Properties

Output paths for Dash manifests

Memberof

EncodingOutputPathsForOutput

-

Output paths for HLS manifests

+

Output paths for HLS manifests

Memberof

EncodingOutputPathsForOutput

-

Output paths for Smooth manifests

+

Output paths for Smooth manifests

Memberof

EncodingOutputPathsForOutput

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingOutputPathsHlsManifest.html b/docs/classes/EncodingOutputPathsHlsManifest.html index 2c263e2ed..4b6a824ef 100644 --- a/docs/classes/EncodingOutputPathsHlsManifest.html +++ b/docs/classes/EncodingOutputPathsHlsManifest.html @@ -1,9 +1,9 @@ EncodingOutputPathsHlsManifest | @bitmovin/api-sdk

Class EncodingOutputPathsHlsManifest

Export

EncodingOutputPathsHlsManifest

-

Constructors

Constructors

Properties

Constructors

Properties

id?: string

Id of the HLS manifest

+

Constructors

Properties

id?: string

Id of the HLS manifest

Memberof

EncodingOutputPathsHlsManifest

-
path?: string

Path to the index file of the HLS manifest on the given output

+
path?: string

Path to the index file of the HLS manifest on the given output

Memberof

EncodingOutputPathsHlsManifest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingOutputPathsSmoothManifest.html b/docs/classes/EncodingOutputPathsSmoothManifest.html index 82a2dc8b8..70614ced5 100644 --- a/docs/classes/EncodingOutputPathsSmoothManifest.html +++ b/docs/classes/EncodingOutputPathsSmoothManifest.html @@ -1,12 +1,12 @@ EncodingOutputPathsSmoothManifest | @bitmovin/api-sdk

Class EncodingOutputPathsSmoothManifest

Export

EncodingOutputPathsSmoothManifest

-

Constructors

Constructors

Properties

clientManifestPath?: string

Path to the client manifest of the Smooth manifest on the given output

+

Constructors

Properties

clientManifestPath?: string

Path to the client manifest of the Smooth manifest on the given output

Memberof

EncodingOutputPathsSmoothManifest

-
id?: string

Id of the Smooth manifest

+
id?: string

Id of the Smooth manifest

Memberof

EncodingOutputPathsSmoothManifest

-
serverManifestPath?: string

Path to the server manifest of the Smooth manifest on the given output

+
serverManifestPath?: string

Path to the server manifest of the Smooth manifest on the given output

Memberof

EncodingOutputPathsSmoothManifest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingStatistics.html b/docs/classes/EncodingStatistics.html index b19f017ae..f56e2b2a5 100644 --- a/docs/classes/EncodingStatistics.html +++ b/docs/classes/EncodingStatistics.html @@ -1,5 +1,5 @@ EncodingStatistics | @bitmovin/api-sdk

Class EncodingStatistics

Export

EncodingStatistics

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Memberof

EncodingStatistics

-
billableEncodingMinutes?: BillableEncodingMinutes[]

Memberof

EncodingStatistics

-
billableFeatureMinutes?: number

Billable minutes for the features.

+

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Memberof

EncodingStatistics

+
billableEncodingMinutes?: BillableEncodingMinutes[]

Memberof

EncodingStatistics

+
billableFeatureMinutes?: number

Billable minutes for the features.

Memberof

EncodingStatistics

-
billableTransmuxingMinutes?: number

Billable minutes for the muxings.

+
billableTransmuxingMinutes?: number

Billable minutes for the muxings.

Memberof

EncodingStatistics

-
bytesEgress?: number

Egress output generated by file transfers in bytes (required)

+
bytesEgress?: number

Egress output generated by file transfers in bytes (required)

Memberof

EncodingStatistics

-
bytesEncoded?: number

Bytes encoded for this encoding. (required)

+
bytesEncoded?: number

Bytes encoded for this encoding. (required)

Memberof

EncodingStatistics

-
date?: Date

Date, format. yyyy-MM-dd (required)

+
date?: Date

Date, format. yyyy-MM-dd (required)

Memberof

EncodingStatistics

-

Memberof

EncodingStatistics

-

Memberof

EncodingStatistics

-

Memberof

EncodingStatistics

-
timeEncoded?: number

Time in seconds encoded for this encoding. (required)

+

Memberof

EncodingStatistics

+

Memberof

EncodingStatistics

+

Memberof

EncodingStatistics

+
timeEncoded?: number

Time in seconds encoded for this encoding. (required)

Memberof

EncodingStatistics

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingStatisticsLive.html b/docs/classes/EncodingStatisticsLive.html index 5317b4809..d37acbb91 100644 --- a/docs/classes/EncodingStatisticsLive.html +++ b/docs/classes/EncodingStatisticsLive.html @@ -1,5 +1,5 @@ EncodingStatisticsLive | @bitmovin/api-sdk

Class EncodingStatisticsLive

Export

EncodingStatisticsLive

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Memberof

EncodingStatistics

-
billableEncodingMinutes?: BillableEncodingMinutes[]

Memberof

EncodingStatistics

-
billableFeatureMinutes?: number

Billable minutes for the features.

+

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Memberof

EncodingStatistics

+
billableEncodingMinutes?: BillableEncodingMinutes[]

Memberof

EncodingStatistics

+
billableFeatureMinutes?: number

Billable minutes for the features.

Memberof

EncodingStatistics

-
billableTransmuxingMinutes?: number

Billable minutes for the muxings.

+
billableTransmuxingMinutes?: number

Billable minutes for the muxings.

Memberof

EncodingStatistics

-
bytesEgress?: number

Egress output generated by file transfers in bytes (required)

+
bytesEgress?: number

Egress output generated by file transfers in bytes (required)

Memberof

EncodingStatistics

-
bytesEncoded?: number

Bytes encoded for this encoding. (required)

+
bytesEncoded?: number

Bytes encoded for this encoding. (required)

Memberof

EncodingStatistics

-
date?: Date

Date, format. yyyy-MM-dd (required)

+
date?: Date

Date, format. yyyy-MM-dd (required)

Memberof

EncodingStatistics

-

Memberof

EncodingStatistics

-

Memberof

EncodingStatistics

-

Memberof

EncodingStatistics

-
timeEncoded?: number

Time in seconds encoded for this encoding. (required)

+

Memberof

EncodingStatistics

+

Memberof

EncodingStatistics

+

Memberof

EncodingStatistics

+
timeEncoded?: number

Time in seconds encoded for this encoding. (required)

Memberof

EncodingStatistics

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingStatisticsVod.html b/docs/classes/EncodingStatisticsVod.html index e1547c1ea..196baaae8 100644 --- a/docs/classes/EncodingStatisticsVod.html +++ b/docs/classes/EncodingStatisticsVod.html @@ -1,5 +1,5 @@ EncodingStatisticsVod | @bitmovin/api-sdk

Class EncodingStatisticsVod

Export

EncodingStatisticsVod

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Memberof

EncodingStatistics

-
billableEncodingMinutes?: BillableEncodingMinutes[]

Memberof

EncodingStatistics

-
billableFeatureMinutes?: number

Billable minutes for the features.

+

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Memberof

EncodingStatistics

+
billableEncodingMinutes?: BillableEncodingMinutes[]

Memberof

EncodingStatistics

+
billableFeatureMinutes?: number

Billable minutes for the features.

Memberof

EncodingStatistics

-
billableTransmuxingMinutes?: number

Billable minutes for the muxings.

+
billableTransmuxingMinutes?: number

Billable minutes for the muxings.

Memberof

EncodingStatistics

-
bytesEgress?: number

Egress output generated by file transfers in bytes (required)

+
bytesEgress?: number

Egress output generated by file transfers in bytes (required)

Memberof

EncodingStatistics

-
bytesEncoded?: number

Bytes encoded for this encoding. (required)

+
bytesEncoded?: number

Bytes encoded for this encoding. (required)

Memberof

EncodingStatistics

-
date?: Date

Date, format. yyyy-MM-dd (required)

+
date?: Date

Date, format. yyyy-MM-dd (required)

Memberof

EncodingStatistics

-

Memberof

EncodingStatistics

-

Memberof

EncodingStatistics

-
realtimeFactor?: number

The realtime factor. (required)

+

Memberof

EncodingStatistics

+

Memberof

EncodingStatistics

+
realtimeFactor?: number

The realtime factor. (required)

Memberof

EncodingStatisticsVod

-

Memberof

EncodingStatistics

-
timeEncoded?: number

Time in seconds encoded for this encoding. (required)

+

Memberof

EncodingStatistics

+
timeEncoded?: number

Time in seconds encoded for this encoding. (required)

Memberof

EncodingStatistics

-
timeEnqueued?: number

Time in seconds encoded for this encoding. (required)

+
timeEnqueued?: number

Time in seconds encoded for this encoding. (required)

Memberof

EncodingStatisticsVod

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingStats.html b/docs/classes/EncodingStats.html index 22771d5eb..683f144c7 100644 --- a/docs/classes/EncodingStats.html +++ b/docs/classes/EncodingStats.html @@ -1,5 +1,5 @@ EncodingStats | @bitmovin/api-sdk

Export

EncodingStats

-

Constructors

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Billable egress output

+

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Billable egress output

Memberof

EncodingStats

-
billableEncodingMinutes?: BillableEncodingMinutes[]

Detailed statistics per stream

+
billableEncodingMinutes?: BillableEncodingMinutes[]

Detailed statistics per stream

Memberof

EncodingStats

-
billableFeatureMinutes?: number

Billable feature minutes

+
billableFeatureMinutes?: number

Billable feature minutes

Memberof

EncodingStats

-
billableMinutes?: number

Billable minutes

+
billableMinutes?: number

Billable minutes

Memberof

EncodingStats

-
billableTransmuxingMinutes?: number

Billable transmuxing minutes (required)

+
billableTransmuxingMinutes?: number

Billable transmuxing minutes (required)

Memberof

EncodingStats

-
bytesEncoded?: number

Total bytes encoded

+
bytesEncoded?: number

Total bytes encoded

Memberof

EncodingStats

-
date?: Date

Date, format. yyyy-MM-dd

+
date?: Date

Date, format. yyyy-MM-dd

Memberof

EncodingStats

-
downloadedSize?: number

Downloaded size of the input file

+
downloadedSize?: number

Downloaded size of the input file

Memberof

EncodingStats

-
encodingId?: string

The id of the encoding (required)

+
encodingId?: string

The id of the encoding (required)

Memberof

EncodingStats

-

Detailed statistics per feature

+

Detailed statistics per feature

Memberof

EncodingStats

-

Detailed statistics per muxing (required)

+

Detailed statistics per muxing (required)

Memberof

EncodingStats

-

Detailed statistics per stream (required)

+

Detailed statistics per stream (required)

Memberof

EncodingStats

-
timeEncoded?: number

Total time encoded

+
timeEncoded?: number

Total time encoded

Memberof

EncodingStats

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingStreamInput.html b/docs/classes/EncodingStreamInput.html index ebf048a36..69cf7704b 100644 --- a/docs/classes/EncodingStreamInput.html +++ b/docs/classes/EncodingStreamInput.html @@ -1,11 +1,11 @@ EncodingStreamInput | @bitmovin/api-sdk

Class EncodingStreamInput

Export

EncodingStreamInput

-

Constructors

Constructors

Properties

Constructors

Properties

Memberof

EncodingStreamInput

-
inputId?: string

Input id (required)

+

Constructors

Properties

Memberof

EncodingStreamInput

+
inputId?: string

Input id (required)

Memberof

EncodingStreamInput

-
inputPath?: string

Path to media file (required)

+
inputPath?: string

Path to media file (required)

Memberof

EncodingStreamInput

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingStreamInputDetails.html b/docs/classes/EncodingStreamInputDetails.html index 8ac92a8dd..93bdf8708 100644 --- a/docs/classes/EncodingStreamInputDetails.html +++ b/docs/classes/EncodingStreamInputDetails.html @@ -1,5 +1,5 @@ EncodingStreamInputDetails | @bitmovin/api-sdk

Class EncodingStreamInputDetails

Export

EncodingStreamInputDetails

-

Constructors

Constructors

Properties

Constructors

Properties

audioStreams?: AudioStream[]

Audio stream in the input file

+

Constructors

Properties

audioStreams?: AudioStream[]

Audio stream in the input file

Memberof

EncodingStreamInputDetails

-
bitrate?: number

Bitrate in bps

+
bitrate?: number

Bitrate in bps

Memberof

EncodingStreamInputDetails

-
duration?: number

Duration in seconds

+
duration?: number

Duration in seconds

Memberof

EncodingStreamInputDetails

-
formatName?: string

Format name

+
formatName?: string

Format name

Memberof

EncodingStreamInputDetails

-
metaStreams?: MediaStream[]

Meta data streams in the input file

+
metaStreams?: MediaStream[]

Meta data streams in the input file

Memberof

EncodingStreamInputDetails

-
size?: number

Input file size in bytes

+
size?: number

Input file size in bytes

Memberof

EncodingStreamInputDetails

-
startTime?: number

The start time in seconds

+
startTime?: number

The start time in seconds

Memberof

EncodingStreamInputDetails

-
subtitleStreams?: SubtitleStream[]

Subtitle streams in the input file

+
subtitleStreams?: SubtitleStream[]

Subtitle streams in the input file

Memberof

EncodingStreamInputDetails

-
tags?: {
    [key: string]: any;
}

Additional metadata saved in the input file

+
tags?: {
    [key: string]: any;
}

Additional metadata saved in the input file

Type declaration

  • [key: string]: any

Memberof

EncodingStreamInputDetails

-
videoStreams?: VideoStream[]

Video streams in the input file

+
videoStreams?: VideoStream[]

Video streams in the input file

Memberof

EncodingStreamInputDetails

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingTemplateDetails.html b/docs/classes/EncodingTemplateDetails.html index 152e2425e..cb33a59a3 100644 --- a/docs/classes/EncodingTemplateDetails.html +++ b/docs/classes/EncodingTemplateDetails.html @@ -1,5 +1,5 @@ EncodingTemplateDetails | @bitmovin/api-sdk

Class EncodingTemplateDetails

Export

EncodingTemplateDetails

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

EncodingTemplateResponse

-
url?: string

The url to download the template file (required)

+

Memberof

EncodingTemplateResponse

+
url?: string

The url to download the template file (required)

Memberof

EncodingTemplateDetails

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EncodingTemplateRequest.html b/docs/classes/EncodingTemplateRequest.html index 076eceeb1..234c62f3d 100644 --- a/docs/classes/EncodingTemplateRequest.html +++ b/docs/classes/EncodingTemplateRequest.html @@ -1,4 +1,4 @@ EncodingTemplateRequest | @bitmovin/api-sdk

Class EncodingTemplateRequest

The template request object can be either a string (YAML/JSON) or a generic object that includes all the fields. Please note that when sending the request as an object, the order of the fields is important, as it determines the sequence in which the Encoding resources are created.

Export

EncodingTemplateRequest

-

Constructors

Constructors

\ No newline at end of file +

Constructors

Constructors

\ No newline at end of file diff --git a/docs/classes/EncodingTemplateResponse.html b/docs/classes/EncodingTemplateResponse.html index 16b0d3707..110483378 100644 --- a/docs/classes/EncodingTemplateResponse.html +++ b/docs/classes/EncodingTemplateResponse.html @@ -1,5 +1,5 @@ EncodingTemplateResponse | @bitmovin/api-sdk

Class EncodingTemplateResponse

Export

EncodingTemplateResponse

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

EncodingTemplateResponse

-
\ No newline at end of file +
type?: EncodingTemplateType

Memberof

EncodingTemplateResponse

+
\ No newline at end of file diff --git a/docs/classes/EncodingTemplateStartResponse.html b/docs/classes/EncodingTemplateStartResponse.html index 93b76352e..3847484fe 100644 --- a/docs/classes/EncodingTemplateStartResponse.html +++ b/docs/classes/EncodingTemplateStartResponse.html @@ -1,6 +1,6 @@ EncodingTemplateStartResponse | @bitmovin/api-sdk

Class EncodingTemplateStartResponse

Export

EncodingTemplateStartResponse

-

Constructors

Constructors

Properties

Constructors

Properties

encodingId?: string

Id of the Encoding that is created (required)

+

Constructors

Properties

encodingId?: string

Id of the Encoding that is created (required)

Memberof

EncodingTemplateStartResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/EnhancedDeinterlaceFilter.html b/docs/classes/EnhancedDeinterlaceFilter.html index 42204ec44..ad3e3e6d6 100644 --- a/docs/classes/EnhancedDeinterlaceFilter.html +++ b/docs/classes/EnhancedDeinterlaceFilter.html @@ -1,5 +1,5 @@ EnhancedDeinterlaceFilter | @bitmovin/api-sdk

Class EnhancedDeinterlaceFilter

Export

EnhancedDeinterlaceFilter

-

Hierarchy (view full)

  • Filter
    • EnhancedDeinterlaceFilter

Constructors

Hierarchy (view full)

  • Filter
    • EnhancedDeinterlaceFilter

Constructors

Properties

Memberof

EnhancedDeinterlaceFilter

-
createdAt?: Date

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

+

Constructors

Properties

Memberof

EnhancedDeinterlaceFilter

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

EnhancedDeinterlaceFilter

-
modifiedAt?: Date

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

+

Memberof

EnhancedDeinterlaceFilter

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

EnhancedDeinterlaceFilter

-
type: FilterType = FilterType.ENHANCED_DEINTERLACE

Discriminator property for Filter

+

Memberof

EnhancedDeinterlaceFilter

+
type: FilterType = FilterType.ENHANCED_DEINTERLACE

Discriminator property for Filter

Memberof

EnhancedDeinterlaceFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/EnhancedWatermarkFilter.html b/docs/classes/EnhancedWatermarkFilter.html index 7714109cd..f420d05cc 100644 --- a/docs/classes/EnhancedWatermarkFilter.html +++ b/docs/classes/EnhancedWatermarkFilter.html @@ -1,5 +1,5 @@ EnhancedWatermarkFilter | @bitmovin/api-sdk

Class EnhancedWatermarkFilter

Export

EnhancedWatermarkFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bottom?: number

Distance from the bottom edge of the input video to the bottom edge of the watermark image. May not be set if 'top' is set.

+

Constructors

Properties

bottom?: number

Distance from the bottom edge of the input video to the bottom edge of the watermark image. May not be set if 'top' is set.

Memberof

EnhancedWatermarkFilter

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
height?: number

Desired height of the watermark image, the unit of the parameter is specified separately by the parameter 'unit'. If both width and height are set the watermark size is fixed. If only one is set the aspect ratio of the image will be used to rescale it

+
height?: number

Desired height of the watermark image, the unit of the parameter is specified separately by the parameter 'unit'. If both width and height are set the watermark size is fixed. If only one is set the aspect ratio of the image will be used to rescale it

Memberof

EnhancedWatermarkFilter

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
image?: string

URL of the file to be used as watermark image. Supported image formats: PNG, JPEG, BMP, GIF (required)

+
image?: string

URL of the file to be used as watermark image. Supported image formats: PNG, JPEG, BMP, GIF (required)

Memberof

EnhancedWatermarkFilter

-
left?: number

Distance from the left edge of the input video to the left edge of the watermark image. May not be set if 'right' is set.

+
left?: number

Distance from the left edge of the input video to the left edge of the watermark image. May not be set if 'right' is set.

Memberof

EnhancedWatermarkFilter

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
opacity?: number

Opacity to apply on the watermark image. Valid values are from 0.0 (completely transparent) to 1.0 (not transparent at all)

+
opacity?: number

Opacity to apply on the watermark image. Valid values are from 0.0 (completely transparent) to 1.0 (not transparent at all)

Memberof

EnhancedWatermarkFilter

-
right?: number

Distance from the right edge of the input video to the right edge of the watermark image . May not be set if 'left' is set.

+
right?: number

Distance from the right edge of the input video to the right edge of the watermark image . May not be set if 'left' is set.

Memberof

EnhancedWatermarkFilter

-
top?: number

Distance from the top edge of the input video to the top edge of the watermark image. May not be set if 'bottom' is set.

+
top?: number

Distance from the top edge of the input video to the top edge of the watermark image. May not be set if 'bottom' is set.

Memberof

EnhancedWatermarkFilter

-
type: FilterType = FilterType.ENHANCED_WATERMARK

Discriminator property for Filter

+
type: FilterType = FilterType.ENHANCED_WATERMARK

Discriminator property for Filter

Memberof

EnhancedWatermarkFilter

-

Memberof

EnhancedWatermarkFilter

-
width?: number

Desired width of the watermark image, the unit of the parameter is specified separately by the parameter 'unit'. If both width and height are set the watermark size is fixed. If only one is set the aspect ratio of the image will be used to rescale it

+

Memberof

EnhancedWatermarkFilter

+
width?: number

Desired width of the watermark image, the unit of the parameter is specified separately by the parameter 'unit'. If both width and height are set the watermark size is fixed. If only one is set the aspect ratio of the image will be used to rescale it

Memberof

EnhancedWatermarkFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ErrorDetails.html b/docs/classes/ErrorDetails.html index 60aa87c7c..c6395758b 100644 --- a/docs/classes/ErrorDetails.html +++ b/docs/classes/ErrorDetails.html @@ -1,15 +1,15 @@ ErrorDetails | @bitmovin/api-sdk

Export

ErrorDetails

-

Constructors

Constructors

Properties

Constructors

Properties

category?: string

Error group name (required)

+

Constructors

Properties

category?: string

Error group name (required)

Memberof

ErrorDetails

-
code?: number

Specific error code (required)

+
code?: number

Specific error code (required)

Memberof

ErrorDetails

-
retryHint?: RetryHint

Information if the encoding could potentially succeed when retrying. (required)

+
retryHint?: RetryHint

Information if the encoding could potentially succeed when retrying. (required)

Memberof

ErrorDetails

-
text?: string

Detailed error message (required)

+
text?: string

Detailed error message (required)

Memberof

ErrorDetails

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/FairPlayDrm.html b/docs/classes/FairPlayDrm.html index b2e98dc87..73f855ded 100644 --- a/docs/classes/FairPlayDrm.html +++ b/docs/classes/FairPlayDrm.html @@ -1,5 +1,5 @@ FairPlayDrm | @bitmovin/api-sdk

Export

FairPlayDrm

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
iv?: string

16 byte initialization vector (required)

+
iv?: string

16 byte initialization vector (required)

Memberof

FairPlayDrm

-
key?: string

16 byte Encryption key, 32 hexadecimal characters (required)

+
key?: string

16 byte Encryption key, 32 hexadecimal characters (required)

Memberof

FairPlayDrm

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
type: DrmType = DrmType.FAIRPLAY

Discriminator property for Drm

+
outputs?: EncodingOutput[]

Memberof

Drm

+
type: DrmType = DrmType.FAIRPLAY

Discriminator property for Drm

Memberof

FairPlayDrm

-
uri?: string

Url of the licensing server

+
uri?: string

Url of the licensing server

Memberof

FairPlayDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/FileInputStream.html b/docs/classes/FileInputStream.html index 0674be00c..e65eb28ff 100644 --- a/docs/classes/FileInputStream.html +++ b/docs/classes/FileInputStream.html @@ -1,5 +1,5 @@ FileInputStream | @bitmovin/api-sdk

Export

FileInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-

Memberof

FileInputStream

-
id?: string

Id of the resource (required)

+

Memberof

FileInputStream

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

Id of input (required)

+
inputId?: string

Id of input (required)

Memberof

FileInputStream

-
inputPath?: string

Path to file (required)

+
inputPath?: string

Path to file (required)

Memberof

FileInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputStreamType = InputStreamType.FILE

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.FILE

Discriminator property for InputStream

Memberof

FileInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Filter.html b/docs/classes/Filter.html index 9bb2789a0..c9cfb9829 100644 --- a/docs/classes/Filter.html +++ b/docs/classes/Filter.html @@ -1,5 +1,5 @@ Filter | @bitmovin/api-sdk

Export

Filter

-

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Fmp4Muxing.html b/docs/classes/Fmp4Muxing.html index 18c4f3e56..2561547fd 100644 --- a/docs/classes/Fmp4Muxing.html +++ b/docs/classes/Fmp4Muxing.html @@ -1,5 +1,5 @@ Fmp4Muxing | @bitmovin/api-sdk

Export

Fmp4Muxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
initSegmentName?: string

Init segment name

+
initSegmentName?: string

Init segment name

Memberof

Fmp4Muxing

-
initSegmentNameTemplate?: string

Segment naming policy containing a placeholder of the format '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the initSegmentName property. Intended to avoid re-use of segment names after restarting a live encoding. If initSegmentNameTemplate is set, initSegmentName must not be set.

+
initSegmentNameTemplate?: string

Segment naming policy containing a placeholder of the format '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the initSegmentName property. Intended to avoid re-use of segment names after restarting a live encoding. If initSegmentNameTemplate is set, initSegmentName must not be set.

Memberof

Fmp4Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-

Alignment mode for composition / presentation timestamps (CTS/PTS). Only applies to h.264 and h.265

+
outputs?: EncodingOutput[]

Memberof

Muxing

+

Alignment mode for composition / presentation timestamps (CTS/PTS). Only applies to h.264 and h.265

Memberof

Fmp4Muxing

-
segmentLength?: number

Length of the fragments in seconds (required)

+
segmentLength?: number

Length of the fragments in seconds (required)

Memberof

Fmp4Muxing

-
segmentNaming?: string

Segment naming policy

+
segmentNaming?: string

Segment naming policy

Memberof

Fmp4Muxing

-
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

+
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

Memberof

Fmp4Muxing

-
segmentsMuxed?: number

Number of segments which have been encoded

+
segmentsMuxed?: number

Number of segments which have been encoded

Memberof

Fmp4Muxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.FMP4

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.FMP4

Discriminator property for Muxing

Memberof

Fmp4Muxing

-
writeDurationPerSample?: boolean

Writes the duration per sample into the sample entry in the Track Fragment Run Box. This could help to fix playback issues on legacy players. Enabling this flag increases the muxing overhead by 4 bytes per sample/frame.

+
writeDurationPerSample?: boolean

Writes the duration per sample into the sample entry in the Track Fragment Run Box. This could help to fix playback issues on legacy players. Enabling this flag increases the muxing overhead by 4 bytes per sample/frame.

Memberof

Fmp4Muxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Fmp4MuxingInformation.html b/docs/classes/Fmp4MuxingInformation.html index c7c5995d9..6d28bf878 100644 --- a/docs/classes/Fmp4MuxingInformation.html +++ b/docs/classes/Fmp4MuxingInformation.html @@ -1,5 +1,5 @@ Fmp4MuxingInformation | @bitmovin/api-sdk

Class Fmp4MuxingInformation

Export

Fmp4MuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

FragmentedMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

FragmentedMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

FragmentedMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

FragmentedMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

FragmentedMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

FragmentedMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

FragmentedMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/FragmentedMuxingInformation.html b/docs/classes/FragmentedMuxingInformation.html index 3c6530f8a..5713ea487 100644 --- a/docs/classes/FragmentedMuxingInformation.html +++ b/docs/classes/FragmentedMuxingInformation.html @@ -1,5 +1,5 @@ FragmentedMuxingInformation | @bitmovin/api-sdk

Class FragmentedMuxingInformation

Export

FragmentedMuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

FragmentedMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

FragmentedMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

FragmentedMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

FragmentedMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

FragmentedMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

FragmentedMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

FragmentedMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/FrameIdId3Tag.html b/docs/classes/FrameIdId3Tag.html index 7e548d0d8..1c9e7c00f 100644 --- a/docs/classes/FrameIdId3Tag.html +++ b/docs/classes/FrameIdId3Tag.html @@ -1,5 +1,5 @@ FrameIdId3Tag | @bitmovin/api-sdk

Export

FrameIdId3Tag

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bytes?: string

Base64 Encoded Data (required)

+

Constructors

Properties

bytes?: string

Base64 Encoded Data (required)

Memberof

FrameIdId3Tag

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
frame?: number

Frame number at which the Tag should be inserted

+
frame?: number

Frame number at which the Tag should be inserted

Memberof

Id3Tag

-
frameId?: string

4 character long Frame ID (required)

+
frameId?: string

4 character long Frame ID (required)

Memberof

FrameIdId3Tag

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
positionMode?: Id3TagPositionMode

Memberof

Id3Tag

-
time?: number

Time in seconds where the Tag should be inserted

+
positionMode?: Id3TagPositionMode

Memberof

Id3Tag

+
time?: number

Time in seconds where the Tag should be inserted

Memberof

Id3Tag

-
type: Id3TagType = Id3TagType.FRAME_ID

Discriminator property for Id3Tag

+
type: Id3TagType = Id3TagType.FRAME_ID

Discriminator property for Id3Tag

Memberof

FrameIdId3Tag

-
_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

  • FRAME_ID: string
  • PLAIN_TEXT: string
  • RAW: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/FtpInput.html b/docs/classes/FtpInput.html index 5f23b7cc2..b2a828b83 100644 --- a/docs/classes/FtpInput.html +++ b/docs/classes/FtpInput.html @@ -1,5 +1,5 @@ FtpInput | @bitmovin/api-sdk

Export

FtpInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Host URL or IP of the FTP server (required)

+
host?: string

Host URL or IP of the FTP server (required)

Memberof

FtpInput

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
passive?: boolean

Use passive mode. Default is true.

+
passive?: boolean

Use passive mode. Default is true.

Memberof

FtpInput

-
password?: string

Your FTP password

+
password?: string

Your FTP password

Memberof

FtpInput

-
port?: number

Port to use, standard for FTP: 21

+
port?: number

Port to use, standard for FTP: 21

Memberof

FtpInput

-
remoteVerificationEnabled?: boolean

Ensure that connections originate from the declared ftp host. Default is true.

+
remoteVerificationEnabled?: boolean

Ensure that connections originate from the declared ftp host. Default is true.

Memberof

FtpInput

-
type: InputType = InputType.FTP

Discriminator property for Input

+
type: InputType = InputType.FTP

Discriminator property for Input

Memberof

FtpInput

-
username?: string

Your FTP Username

+
username?: string

Your FTP Username

Memberof

FtpInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/FtpOutput.html b/docs/classes/FtpOutput.html index 04c9a9aff..5fe12d4d5 100644 --- a/docs/classes/FtpOutput.html +++ b/docs/classes/FtpOutput.html @@ -1,5 +1,5 @@ FtpOutput | @bitmovin/api-sdk

Export

FtpOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Host URL or IP of the FTP server (required)

+
host?: string

Host URL or IP of the FTP server (required)

Memberof

FtpOutput

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
maxConcurrentConnections?: number

Restrict maximum concurrent connections. Requires at least version 1.1.0.

+
maxConcurrentConnections?: number

Restrict maximum concurrent connections. Requires at least version 1.1.0.

Memberof

FtpOutput

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
passive?: boolean

Use passive mode. Default is true.

+
passive?: boolean

Use passive mode. Default is true.

Memberof

FtpOutput

-
password?: string

Your FTP password

+
password?: string

Your FTP password

Memberof

FtpOutput

-
port?: number

Port to use, standard for FTP: 21

+
port?: number

Port to use, standard for FTP: 21

Memberof

FtpOutput

-
transferVersion?: TransferVersion

Controls which transfer version should be used

+
transferVersion?: TransferVersion

Controls which transfer version should be used

Memberof

FtpOutput

-
type: OutputType = OutputType.FTP

Discriminator property for Output

+
type: OutputType = OutputType.FTP

Discriminator property for Output

Memberof

FtpOutput

-
username?: string

Your FTP Username

+
username?: string

Your FTP Username

Memberof

FtpOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/GceAccount.html b/docs/classes/GceAccount.html index 1f6ac2946..c8fc02182 100644 --- a/docs/classes/GceAccount.html +++ b/docs/classes/GceAccount.html @@ -1,6 +1,6 @@ GceAccount | @bitmovin/api-sdk

GCE Cloud Connect Account. Configure either by passing a single service account credentials JSON string or by passing the service account email, private key and project ID individually.

Export

GceAccount

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
privateKey?: string

Google private key of the Google service account that will be used to spin up VMs

+
privateKey?: string

Google private key of the Google service account that will be used to spin up VMs

Memberof

GceAccount

-
projectId?: string

ID of the GCP project in which the VMs are supposed to run.

+
projectId?: string

ID of the GCP project in which the VMs are supposed to run.

Memberof

GceAccount

-
serviceAccountCredentials?: string

GCP service account credentials JSON

+
serviceAccountCredentials?: string

GCP service account credentials JSON

Memberof

GceAccount

-
serviceAccountEmail?: string

Email address of the Google service account that will be used to spin up VMs

+
serviceAccountEmail?: string

Email address of the Google service account that will be used to spin up VMs

Memberof

GceAccount

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/GceAccountRegionSettings.html b/docs/classes/GceAccountRegionSettings.html index 922533bd9..10042f6d2 100644 --- a/docs/classes/GceAccountRegionSettings.html +++ b/docs/classes/GceAccountRegionSettings.html @@ -1,5 +1,5 @@ GceAccountRegionSettings | @bitmovin/api-sdk

Class GceAccountRegionSettings

Export

GceAccountRegionSettings

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
network?: string

Id of the network for encoding instances (required)

+
network?: string

Id of the network for encoding instances (required)

Memberof

GceAccountRegionSettings

-

Memberof

GceAccountRegionSettings

-
subnetId?: string

Id of the subnet for encoding instances (required)

+

Memberof

GceAccountRegionSettings

+
subnetId?: string

Id of the subnet for encoding instances (required)

Memberof

GceAccountRegionSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/GcsInput.html b/docs/classes/GcsInput.html index 72cda3f5f..629b0d788 100644 --- a/docs/classes/GcsInput.html +++ b/docs/classes/GcsInput.html @@ -1,5 +1,5 @@ GcsInput | @bitmovin/api-sdk

Export

GcsInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessKey?: string

GCS access key (required)

+

Constructors

Properties

accessKey?: string

GCS access key (required)

Memberof

GcsInput

-
bucketName?: string

Name of the bucket (required)

+
bucketName?: string

Name of the bucket (required)

Memberof

GcsInput

-
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

+
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Memberof

GcsInput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
secretKey?: string

GCS secret key (required)

+
secretKey?: string

GCS secret key (required)

Memberof

GcsInput

-
type: InputType = InputType.GCS

Discriminator property for Input

+
type: InputType = InputType.GCS

Discriminator property for Input

Memberof

GcsInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/GcsOutput.html b/docs/classes/GcsOutput.html index 3638bc8fb..c9c63042f 100644 --- a/docs/classes/GcsOutput.html +++ b/docs/classes/GcsOutput.html @@ -1,5 +1,5 @@ GcsOutput | @bitmovin/api-sdk

Export

GcsOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessKey?: string

GCS access key (required)

+

Constructors

Properties

accessKey?: string

GCS access key (required)

Memberof

GcsOutput

-
acl?: AclEntry[]

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

+
acl?: AclEntry[]

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

Memberof

Output

-
bucketName?: string

Name of the bucket (required)

+
bucketName?: string

Name of the bucket (required)

Memberof

GcsOutput

-
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

+
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Memberof

GcsOutput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
secretKey?: string

GCS secret key (required)

+
secretKey?: string

GCS secret key (required)

Memberof

GcsOutput

-
type: OutputType = OutputType.GCS

Discriminator property for Output

+
type: OutputType = OutputType.GCS

Discriminator property for Output

Memberof

GcsOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/GcsServiceAccountInput.html b/docs/classes/GcsServiceAccountInput.html index 9e7950c8b..ac7e64c12 100644 --- a/docs/classes/GcsServiceAccountInput.html +++ b/docs/classes/GcsServiceAccountInput.html @@ -1,5 +1,5 @@ GcsServiceAccountInput | @bitmovin/api-sdk

Class GcsServiceAccountInput

Export

GcsServiceAccountInput

-

Hierarchy (view full)

  • Input
    • GcsServiceAccountInput

Constructors

Hierarchy (view full)

  • Input
    • GcsServiceAccountInput

Constructors

Properties

bucketName?: string

Name of the bucket (required)

+

Constructors

Properties

bucketName?: string

Name of the bucket (required)

Memberof

GcsServiceAccountInput

-
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

+
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Memberof

GcsServiceAccountInput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
serviceAccountCredentials?: string

GCS projectId (required)

+
serviceAccountCredentials?: string

GCS projectId (required)

Memberof

GcsServiceAccountInput

-
type: InputType = InputType.GCS_SERVICE_ACCOUNT

Discriminator property for Input

+
type: InputType = InputType.GCS_SERVICE_ACCOUNT

Discriminator property for Input

Memberof

GcsServiceAccountInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/GcsServiceAccountOutput.html b/docs/classes/GcsServiceAccountOutput.html index c26f4c644..1bc4bd170 100644 --- a/docs/classes/GcsServiceAccountOutput.html +++ b/docs/classes/GcsServiceAccountOutput.html @@ -1,5 +1,5 @@ GcsServiceAccountOutput | @bitmovin/api-sdk

Class GcsServiceAccountOutput

Export

GcsServiceAccountOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

Constructors

Properties

acl?: AclEntry[]

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

Memberof

Output

-
bucketName?: string

Name of the bucket (required)

+
bucketName?: string

Name of the bucket (required)

Memberof

GcsServiceAccountOutput

-
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

+
cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Memberof

GcsServiceAccountOutput

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
serviceAccountCredentials?: string

GCS projectId (required)

+
serviceAccountCredentials?: string

GCS projectId (required)

Memberof

GcsServiceAccountOutput

-
type: OutputType = OutputType.GCS_SERVICE_ACCOUNT

Discriminator property for Output

+
type: OutputType = OutputType.GCS_SERVICE_ACCOUNT

Discriminator property for Output

Memberof

GcsServiceAccountOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/GenericS3Input.html b/docs/classes/GenericS3Input.html index 182710b3f..d44f202ce 100644 --- a/docs/classes/GenericS3Input.html +++ b/docs/classes/GenericS3Input.html @@ -1,5 +1,5 @@ GenericS3Input | @bitmovin/api-sdk

Export

GenericS3Input

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessKey?: string

Your generic S3 access key (required)

+

Constructors

Properties

accessKey?: string

Your generic S3 access key (required)

Memberof

GenericS3Input

-
accessStyle?: S3AccessStyle

Specifies the URL access style to use

+
accessStyle?: S3AccessStyle

Specifies the URL access style to use

Memberof

GenericS3Input

-
bucketName?: string

Your generic S3 bucket name (required)

+
bucketName?: string

Your generic S3 bucket name (required)

Memberof

GenericS3Input

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

The generic S3 server hostname (or IP address) (required)

+
host?: string

The generic S3 server hostname (or IP address) (required)

Memberof

GenericS3Input

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
port?: number

The port on which the generic S3 server is running on (if not provided 8000 will be used)

+
port?: number

The port on which the generic S3 server is running on (if not provided 8000 will be used)

Memberof

GenericS3Input

-
secretKey?: string

Your generic S3 secret key (required)

+
secretKey?: string

Your generic S3 secret key (required)

Memberof

GenericS3Input

-
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

+
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

Memberof

GenericS3Input

-
signingRegion?: string

The signing region to use

+
signingRegion?: string

The signing region to use

Memberof

GenericS3Input

-
ssl?: boolean

Controls whether SSL is used or not

+
ssl?: boolean

Controls whether SSL is used or not

Memberof

GenericS3Input

-
type: InputType = InputType.GENERIC_S3

Discriminator property for Input

+
type: InputType = InputType.GENERIC_S3

Discriminator property for Input

Memberof

GenericS3Input

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/GenericS3Output.html b/docs/classes/GenericS3Output.html index 7d96bb257..de21723d5 100644 --- a/docs/classes/GenericS3Output.html +++ b/docs/classes/GenericS3Output.html @@ -1,5 +1,5 @@ GenericS3Output | @bitmovin/api-sdk

Export

GenericS3Output

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessKey?: string

Your generic S3 access key (required)

+

Constructors

Properties

accessKey?: string

Your generic S3 access key (required)

Memberof

GenericS3Output

-
accessStyle?: S3AccessStyle

Specifies the URL access style to use

+
accessStyle?: S3AccessStyle

Specifies the URL access style to use

Memberof

GenericS3Output

-
acl?: AclEntry[]

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

+
acl?: AclEntry[]

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

Memberof

Output

-
bucketName?: string

Name of the bucket (required)

+
bucketName?: string

Name of the bucket (required)

Memberof

GenericS3Output

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

The Generic S3 server hostname (or IP address) (required)

+
host?: string

The Generic S3 server hostname (or IP address) (required)

Memberof

GenericS3Output

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
port?: number

The port on which the Generic S3 server is running on (if not provided 8000 will be used)

+
port?: number

The port on which the Generic S3 server is running on (if not provided 8000 will be used)

Memberof

GenericS3Output

-
secretKey?: string

Your generic S3 secret key (required)

+
secretKey?: string

Your generic S3 secret key (required)

Memberof

GenericS3Output

-
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

+
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

Memberof

GenericS3Output

-
signingRegion?: string

The signing region to use

+
signingRegion?: string

The signing region to use

Memberof

GenericS3Output

-
ssl?: boolean

Controls whether SSL is used or not

+
ssl?: boolean

Controls whether SSL is used or not

Memberof

GenericS3Output

-
type: OutputType = OutputType.GENERIC_S3

Discriminator property for Output

+
type: OutputType = OutputType.GENERIC_S3

Discriminator property for Output

Memberof

GenericS3Output

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Group.html b/docs/classes/Group.html index 58752b2bc..8cc12acfa 100644 --- a/docs/classes/Group.html +++ b/docs/classes/Group.html @@ -1,21 +1,21 @@ Group | @bitmovin/api-sdk

Export

Group

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/H262VideoConfiguration.html b/docs/classes/H262VideoConfiguration.html index 8cc9fb521..fda0077ea 100644 --- a/docs/classes/H262VideoConfiguration.html +++ b/docs/classes/H262VideoConfiguration.html @@ -1,5 +1,5 @@ H262VideoConfiguration | @bitmovin/api-sdk

Class H262VideoConfiguration

Export

H262VideoConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bframes?: number

Amount of b frames.

+

Constructors

Properties

bframes?: number

Amount of b frames.

Memberof

H262VideoConfiguration

-
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

+
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

Memberof

VideoConfiguration

-
bufsize?: number

Playback device buffer size

+
bufsize?: number

Playback device buffer size

Memberof

H262VideoConfiguration

-
colorConfig?: ColorConfig

Memberof

VideoConfiguration

-
createdAt?: Date

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

+
colorConfig?: ColorConfig

Memberof

VideoConfiguration

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

+
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

Memberof

VideoConfiguration

-
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

+
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

Memberof

VideoConfiguration

-
gopSize?: number

Minimum GOP length, the minimum distance between I-frames

+
gopSize?: number

Minimum GOP length, the minimum distance between I-frames

Memberof

H262VideoConfiguration

-
height?: number

Height of the encoded video in pixels

+
height?: number

Height of the encoded video in pixels

Memberof

VideoConfiguration

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
interlaceMode?: H262InterlaceMode

Using TOP_FIELD_FIRST or BOTTOM_FIELD_FIRST will output interlaced video

+
interlaceMode?: H262InterlaceMode

Using TOP_FIELD_FIRST or BOTTOM_FIELD_FIRST will output interlaced video

Memberof

H262VideoConfiguration

-
level?: LevelH262

Specified set of constraints that indicate a degree of required decoder performance for a profile

+
level?: LevelH262

Specified set of constraints that indicate a degree of required decoder performance for a profile

Memberof

H262VideoConfiguration

-
maxBitrate?: number

Maximum Bitrate

+
maxBitrate?: number

Maximum Bitrate

Memberof

H262VideoConfiguration

-
minBitrate?: number

Minimum Bitrate

+
minBitrate?: number

Minimum Bitrate

Memberof

H262VideoConfiguration

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

+
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

Memberof

VideoConfiguration

-
presetConfiguration?: XDCAM_HD_422

Use a set of well defined configurations preset to support certain use cases. Can be overwritten with more specific values.

+
presetConfiguration?: XDCAM_HD_422

Use a set of well defined configurations preset to support certain use cases. Can be overwritten with more specific values.

Memberof

H262VideoConfiguration

-
profile?: MPEG2_422

When setting a profile, all other settings must not exceed the limits which are defined in the profile. Otherwise, a higher profile may be automatically chosen. (required)

+
profile?: MPEG2_422

When setting a profile, all other settings must not exceed the limits which are defined in the profile. Otherwise, a higher profile may be automatically chosen. (required)

Memberof

H262VideoConfiguration

-
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

+
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

Memberof

VideoConfiguration

-
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
type: CodecConfigType = CodecConfigType.H262

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.H262

Discriminator property for CodecConfiguration

Memberof

H262VideoConfiguration

-
width?: number

Width of the encoded video in pixels

+
width?: number

Width of the encoded video in pixels

Memberof

VideoConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/H264PerTitleConfiguration.html b/docs/classes/H264PerTitleConfiguration.html index 99d17d7c6..20226e52b 100644 --- a/docs/classes/H264PerTitleConfiguration.html +++ b/docs/classes/H264PerTitleConfiguration.html @@ -1,5 +1,5 @@ H264PerTitleConfiguration | @bitmovin/api-sdk

Class H264PerTitleConfiguration

Export

H264PerTitleConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

-
codecBufsizeFactor?: number

This factor is used to calculate the bufsize of the codec configuration for the generated representations as a multiple of the targetBitrate

+

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

+
codecBufsizeFactor?: number

This factor is used to calculate the bufsize of the codec configuration for the generated representations as a multiple of the targetBitrate

Memberof

H264PerTitleConfiguration

-
codecMaxBitrateFactor?: number

This factor is used to calculate the maxBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

+
codecMaxBitrateFactor?: number

This factor is used to calculate the maxBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

Memberof

H264PerTitleConfiguration

-
codecMinBitrateFactor?: number

This factor is used to calculate the minBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

+
codecMinBitrateFactor?: number

This factor is used to calculate the minBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

Memberof

H264PerTitleConfiguration

-
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

+
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

Memberof

PerTitleConfiguration

-
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

+
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

Memberof

PerTitleConfiguration

-
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

+
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

Memberof

PerTitleConfiguration

-
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

+
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

Memberof

PerTitleConfiguration

-
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

+
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

Memberof

PerTitleConfiguration

-
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

+
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

Memberof

PerTitleConfiguration

-
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

+
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

Memberof

PerTitleConfiguration

-
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

+
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

Memberof

PerTitleConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/H264PictureTimingTrimmingInputStream.html b/docs/classes/H264PictureTimingTrimmingInputStream.html index 20fefc3e0..0a53b61db 100644 --- a/docs/classes/H264PictureTimingTrimmingInputStream.html +++ b/docs/classes/H264PictureTimingTrimmingInputStream.html @@ -1,5 +1,5 @@ H264PictureTimingTrimmingInputStream | @bitmovin/api-sdk

Class H264PictureTimingTrimmingInputStream

Export

H264PictureTimingTrimmingInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
endPicTiming?: string

Defines the H264 SEI picture timing, as specified in ISO/IEC 14496-10:2008, of the frame at which the encoding should stop. The frame indicated by this value will be included in the encoding

+
endPicTiming?: string

Defines the H264 SEI picture timing, as specified in ISO/IEC 14496-10:2008, of the frame at which the encoding should stop. The frame indicated by this value will be included in the encoding

Memberof

H264PictureTimingTrimmingInputStream

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputStreamId?: string

The id of the ingest input stream that should be trimmed

+
inputStreamId?: string

The id of the ingest input stream that should be trimmed

Memberof

H264PictureTimingTrimmingInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
startPicTiming?: string

Defines the H264 SEI picture timing, as specified in ISO/IEC 14496-10:2008, of the frame from which the encoding should start. The frame indicated by this value will be included in the encoding

+
startPicTiming?: string

Defines the H264 SEI picture timing, as specified in ISO/IEC 14496-10:2008, of the frame from which the encoding should start. The frame indicated by this value will be included in the encoding

Memberof

H264PictureTimingTrimmingInputStream

-
type: InputStreamType = InputStreamType.TRIMMING_H264_PICTURE_TIMING

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.TRIMMING_H264_PICTURE_TIMING

Discriminator property for InputStream

Memberof

H264PictureTimingTrimmingInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/H264VideoConfiguration.html b/docs/classes/H264VideoConfiguration.html index 599afb405..9b2377a28 100644 --- a/docs/classes/H264VideoConfiguration.html +++ b/docs/classes/H264VideoConfiguration.html @@ -1,5 +1,5 @@ H264VideoConfiguration | @bitmovin/api-sdk

Class H264VideoConfiguration

Export

H264VideoConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

adaptiveQuantizationMode?: AdaptiveQuantMode

Controls the adaptive quantization algorithm

+

Constructors

Properties

adaptiveQuantizationMode?: AdaptiveQuantMode

Controls the adaptive quantization algorithm

Memberof

H264VideoConfiguration

-
adaptiveQuantizationStrength?: number

Values greater than 1 reduce blocking and blurring in flat and textured areas. Values less than 1 reduces ringing artifacts at the cost of more banding artifacts. Negative values are not allowed

+
adaptiveQuantizationStrength?: number

Values greater than 1 reduce blocking and blurring in flat and textured areas. Values less than 1 reduces ringing artifacts at the cost of more banding artifacts. Negative values are not allowed

Memberof

H264VideoConfiguration

-
adaptiveSpatialTransform?: boolean

Enables adaptive spatial transform (high profile 8x8 transform)

+
adaptiveSpatialTransform?: boolean

Enables adaptive spatial transform (high profile 8x8 transform)

Memberof

H264VideoConfiguration

-
autoLevelSetup?: AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate. In the case the target level is set explicitly, the maximum bitrate and buffer size are calculated based on the defined level. Explicitly setting maxBitrate, or bufsize properties will disable the automatic calculation.

+
autoLevelSetup?: AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate. In the case the target level is set explicitly, the maximum bitrate and buffer size are calculated based on the defined level. Explicitly setting maxBitrate, or bufsize properties will disable the automatic calculation.

Memberof

H264VideoConfiguration

-
bAdaptiveStrategy?: BAdapt

Memberof

H264VideoConfiguration

-
bPyramid?: H264BPyramid

Keep some B-frames as references

+
bAdaptiveStrategy?: BAdapt

Memberof

H264VideoConfiguration

+
bPyramid?: H264BPyramid

Keep some B-frames as references

Memberof

H264VideoConfiguration

-
bframes?: number

Amount of b frames

+
bframes?: number

Amount of b frames

Memberof

H264VideoConfiguration

-
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

+
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

Memberof

VideoConfiguration

-
bufsize?: number

Playback device buffer size (bits)

+
bufsize?: number

Playback device buffer size (bits)

Memberof

H264VideoConfiguration

-
cabac?: boolean

Enable or disable CABAC

+
cabac?: boolean

Enable or disable CABAC

Memberof

H264VideoConfiguration

-
cea608708SubtitleConfig?: Cea608708SubtitleConfiguration

Defines whether CEA 608/708 subtitles are copied from the input video stream

+
cea608708SubtitleConfig?: Cea608708SubtitleConfiguration

Defines whether CEA 608/708 subtitles are copied from the input video stream

Memberof

H264VideoConfiguration

-
colorConfig?: ColorConfig

Memberof

VideoConfiguration

-
createdAt?: Date

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

+
colorConfig?: ColorConfig

Memberof

VideoConfiguration

+
createdAt?: Date

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

Memberof

BitmovinResource

-
crf?: number

Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.

+
crf?: number

Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.

Memberof

H264VideoConfiguration

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
deblockAlpha?: number

Strength of the in-loop deblocking filter. Higher values deblock more effectively but also soften the image

+
deblockAlpha?: number

Strength of the in-loop deblocking filter. Higher values deblock more effectively but also soften the image

Memberof

H264VideoConfiguration

-
deblockBeta?: number

Threshold of the in-loop deblocking filter. Higher values apply deblocking stronger on non flat blocks, lower values on flat blocks

+
deblockBeta?: number

Threshold of the in-loop deblocking filter. Higher values apply deblocking stronger on non flat blocks, lower values on flat blocks

Memberof

H264VideoConfiguration

-
description?: string

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

+
description?: string

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

Memberof

BitmovinResource

-
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

+
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

Memberof

VideoConfiguration

-
dynamicRangeFormat?: SDR

Automatically configures the H264 Video Codec to be compatible with the given SDR format. Bitmovin recommends to use the dynamic range format together with a preset configuration to achieve good results. Explicitly configured properties will take precedence over dynamic range format settings, which in turn will take precedence over preset configurations.

+
dynamicRangeFormat?: SDR

Automatically configures the H264 Video Codec to be compatible with the given SDR format. Bitmovin recommends to use the dynamic range format together with a preset configuration to achieve good results. Explicitly configured properties will take precedence over dynamic range format settings, which in turn will take precedence over preset configurations.

Memberof

H264VideoConfiguration

-
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

+
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

Memberof

VideoConfiguration

-
fastSkipDetectionPFrames?: boolean

Enables fast skip detection on P-frames. Disabling this very slightly increases quality but at a large speed loss

+
fastSkipDetectionPFrames?: boolean

Enables fast skip detection on P-frames. Disabling this very slightly increases quality but at a large speed loss

Memberof

H264VideoConfiguration

-
height?: number

Height of the encoded video in pixels

+
height?: number

Height of the encoded video in pixels

Memberof

VideoConfiguration

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
interlaceMode?: H264InterlaceMode

Using TOP_FIELD_FIRST or BOTTOM_FIELD_FIRST will output interlaced video

+
interlaceMode?: H264InterlaceMode

Using TOP_FIELD_FIRST or BOTTOM_FIELD_FIRST will output interlaced video

Memberof

H264VideoConfiguration

-
level?: LevelH264

If three-pass encoding is used and a level is set for the encoder, the bitrate for some segments may exceed the bitrate limit which is defined by the level.

+
level?: LevelH264

If three-pass encoding is used and a level is set for the encoder, the bitrate for some segments may exceed the bitrate limit which is defined by the level.

Memberof

H264VideoConfiguration

-
macroblockTreeRatecontrol?: boolean

Enable macroblock tree ratecontrol. Macroblock tree rate control tracks how often blocks of the frame are used for prediciting future frames

+
macroblockTreeRatecontrol?: boolean

Enable macroblock tree ratecontrol. Macroblock tree rate control tracks how often blocks of the frame are used for prediciting future frames

Memberof

H264VideoConfiguration

-
maxBitrate?: number

Maximum Bitrate (bps)

+
maxBitrate?: number

Maximum Bitrate (bps)

Memberof

H264VideoConfiguration

-
maxGop?: number

Maximum GOP length, the maximum distance between I-frames

+
maxGop?: number

Maximum GOP length, the maximum distance between I-frames

Memberof

H264VideoConfiguration

-
maxKeyframeInterval?: number

Maximum interval in seconds between key frames

+
maxKeyframeInterval?: number

Maximum interval in seconds between key frames

Memberof

H264VideoConfiguration

-
minBitrate?: number

Minimum Bitrate (bps)

+
minBitrate?: number

Minimum Bitrate (bps)

Memberof

H264VideoConfiguration

-
minGop?: number

Minimum GOP length, the minimum distance between I-frames

+
minGop?: number

Minimum GOP length, the minimum distance between I-frames

Memberof

H264VideoConfiguration

-
minKeyframeInterval?: number

Minimum interval in seconds between key frames

+
minKeyframeInterval?: number

Minimum interval in seconds between key frames

Memberof

H264VideoConfiguration

-
mixedReferences?: boolean

Allow references on a per partition basis, rather than per-macroblock basis

+
mixedReferences?: boolean

Allow references on a per partition basis, rather than per-macroblock basis

Memberof

H264VideoConfiguration

-
modifiedAt?: Date

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

+
modifiedAt?: Date

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

Memberof

BitmovinResource

-
motionEstimationMethod?: H264MotionEstimationMethod

Memberof

H264VideoConfiguration

-
mvPredictionMode?: MvPredictionMode

Memberof

H264VideoConfiguration

-
mvSearchRangeMax?: number

Maximum motion vector search range

+
motionEstimationMethod?: H264MotionEstimationMethod

Memberof

H264VideoConfiguration

+
mvPredictionMode?: MvPredictionMode

Memberof

H264VideoConfiguration

+
mvSearchRangeMax?: number

Maximum motion vector search range

Memberof

H264VideoConfiguration

-
nalHrd?: H264NalHrd

Signal hypothetical reference decoder (HRD) information (requires bufsize to be set)

+
nalHrd?: H264NalHrd

Signal hypothetical reference decoder (HRD) information (requires bufsize to be set)

Memberof

H264VideoConfiguration

-
name?: string

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

+
name?: string

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

Memberof

BitmovinResource

-
openGop?: boolean

Enable open-gop, allows referencing frames from a previous gop

+
openGop?: boolean

Enable open-gop, allows referencing frames from a previous gop

Memberof

H264VideoConfiguration

-
partitions?: H264Partition[]

Partitions to consider. Analyzing more partition options improves quality at the cost of speed.

+
partitions?: H264Partition[]

Partitions to consider. Analyzing more partition options improves quality at the cost of speed.

Memberof

H264VideoConfiguration

-
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

+
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

Memberof

VideoConfiguration

-
presetConfiguration?: PresetConfiguration

Choose from a set of preset configurations tailored for common use cases. Check out H264 Presets to see which values get applied by each preset. Explicitly setting a property to a different value will override the preset's value for that property.

+
presetConfiguration?: PresetConfiguration

Choose from a set of preset configurations tailored for common use cases. Check out H264 Presets to see which values get applied by each preset. Explicitly setting a property to a different value will override the preset's value for that property.

Memberof

H264VideoConfiguration

-
profile?: ProfileH264

When setting a profile, all other settings must not exceed the limits which are defined in the profile. Otherwise, a higher profile may be automatically chosen. (required)

+
profile?: ProfileH264

When setting a profile, all other settings must not exceed the limits which are defined in the profile. Otherwise, a higher profile may be automatically chosen. (required)

Memberof

H264VideoConfiguration

-
psyRateDistortionOptimization?: number

Psychovisual Rate Distortion retains fine details like film grain at the expense of more blocking artifacts. Higher values make the video appear sharper and more detailed but with a higher risk of blocking artifacts. Needs to have subMe with RD_IP, RD_ALL, RD_REF_IP or RD_REF_ALL

+
psyRateDistortionOptimization?: number

Psychovisual Rate Distortion retains fine details like film grain at the expense of more blocking artifacts. Higher values make the video appear sharper and more detailed but with a higher risk of blocking artifacts. Needs to have subMe with RD_IP, RD_ALL, RD_REF_IP or RD_REF_ALL

Memberof

H264VideoConfiguration

-
psyTrellis?: number

Higher values will improve sharpness and detail retention but might come at costs of artifacts. Needs to have trellis enabled

+
psyTrellis?: number

Higher values will improve sharpness and detail retention but might come at costs of artifacts. Needs to have trellis enabled

Memberof

H264VideoConfiguration

-
qpMax?: number

Maximum quantization factor

+
qpMax?: number

Maximum quantization factor

Memberof

H264VideoConfiguration

-
qpMin?: number

Minimum quantization factor

+
qpMin?: number

Minimum quantization factor

Memberof

H264VideoConfiguration

-
quantizerCurveCompression?: number

Ratio between constant bitrate (0.0) and constant quantizer (1.0). Valid range 0.0 - 1.0

+
quantizerCurveCompression?: number

Ratio between constant bitrate (0.0) and constant quantizer (1.0). Valid range 0.0 - 1.0

Memberof

H264VideoConfiguration

-
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

+
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

Memberof

VideoConfiguration

-
rcLookahead?: number

Number of frames for frame-type decision lookahead

+
rcLookahead?: number

Number of frames for frame-type decision lookahead

Memberof

H264VideoConfiguration

-
refFrames?: number

Amount of reference frames.

+
refFrames?: number

Amount of reference frames.

Memberof

H264VideoConfiguration

-
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sceneCutThreshold?: number

Scene change sensitivity. The higher the value, the more likely an I-frame will be inserted. Set to 0 to disable it which is advised for scenarios where fixed GOP is required, e.g., adaptive streaming outputs like DASH, HLS and Smooth. Having this setting enabled can improve quality for progressive output with an increased internal chunk length (see internalChunkLength of muxings).

+
sceneCutThreshold?: number

Scene change sensitivity. The higher the value, the more likely an I-frame will be inserted. Set to 0 to disable it which is advised for scenarios where fixed GOP is required, e.g., adaptive streaming outputs like DASH, HLS and Smooth. Having this setting enabled can improve quality for progressive output with an increased internal chunk length (see internalChunkLength of muxings).

Memberof

H264VideoConfiguration

-
slices?: number

Number of slices per frame.

+
slices?: number

Number of slices per frame.

Memberof

H264VideoConfiguration

-
subMe?: H264SubMe

Subpixel motion estimation and mode decision

+
subMe?: H264SubMe

Subpixel motion estimation and mode decision

Memberof

H264VideoConfiguration

-
trellis?: H264Trellis

Enables or disables Trellis quantization. NOTE: This requires cabac

+
trellis?: H264Trellis

Enables or disables Trellis quantization. NOTE: This requires cabac

Memberof

H264VideoConfiguration

-
type: CodecConfigType = CodecConfigType.H264

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.H264

Discriminator property for CodecConfiguration

Memberof

H264VideoConfiguration

-
weightedPredictionBFrames?: boolean

Enable open-gop, allows referencing frames from a previous gop

+
weightedPredictionBFrames?: boolean

Enable open-gop, allows referencing frames from a previous gop

Memberof

H264VideoConfiguration

-
weightedPredictionPFrames?: WeightedPredictionPFrames

Defines the mode for weighted prediction for P-frames

+
weightedPredictionPFrames?: WeightedPredictionPFrames

Defines the mode for weighted prediction for P-frames

Memberof

H264VideoConfiguration

-
width?: number

Width of the encoded video in pixels

+
width?: number

Width of the encoded video in pixels

Memberof

VideoConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/H265PerTitleConfiguration.html b/docs/classes/H265PerTitleConfiguration.html index 5298d63be..c0f70eebb 100644 --- a/docs/classes/H265PerTitleConfiguration.html +++ b/docs/classes/H265PerTitleConfiguration.html @@ -1,5 +1,5 @@ H265PerTitleConfiguration | @bitmovin/api-sdk

Class H265PerTitleConfiguration

Export

H265PerTitleConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

-
codecBufsizeFactor?: number

This factor is used to calculate the bufsize of the codec configuration for the generated representations as a multiple of the targetBitrate

+

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

+
codecBufsizeFactor?: number

This factor is used to calculate the bufsize of the codec configuration for the generated representations as a multiple of the targetBitrate

Memberof

H265PerTitleConfiguration

-
codecMaxBitrateFactor?: number

This factor is used to calculate the maxBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

+
codecMaxBitrateFactor?: number

This factor is used to calculate the maxBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

Memberof

H265PerTitleConfiguration

-
codecMinBitrateFactor?: number

This factor is used to calculate the minBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

+
codecMinBitrateFactor?: number

This factor is used to calculate the minBitrate of the codec configuration for the generated representations as a multiple of the targetBitrate

Memberof

H265PerTitleConfiguration

-
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

+
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

Memberof

PerTitleConfiguration

-
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

+
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

Memberof

PerTitleConfiguration

-
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

+
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

Memberof

PerTitleConfiguration

-
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

+
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

Memberof

PerTitleConfiguration

-
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

+
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

Memberof

PerTitleConfiguration

-
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

+
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

Memberof

PerTitleConfiguration

-
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

+
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

Memberof

PerTitleConfiguration

-
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

+
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

Memberof

PerTitleConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/H265VideoConfiguration.html b/docs/classes/H265VideoConfiguration.html index 2406a93cf..67356779d 100644 --- a/docs/classes/H265VideoConfiguration.html +++ b/docs/classes/H265VideoConfiguration.html @@ -1,5 +1,5 @@ H265VideoConfiguration | @bitmovin/api-sdk

Class H265VideoConfiguration

Export

H265VideoConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

adaptiveQuantizationMode?: AdaptiveQuantMode

Controls the adaptive quantization algorithm

+

Constructors

Properties

adaptiveQuantizationMode?: AdaptiveQuantMode

Controls the adaptive quantization algorithm

Memberof

H265VideoConfiguration

-
adaptiveQuantizationMotion?: boolean

Adjust the AQ offsets based on the relative motion of each block with respect to the motion of the frame. Default false.

+
adaptiveQuantizationMotion?: boolean

Adjust the AQ offsets based on the relative motion of each block with respect to the motion of the frame. Default false.

Memberof

H265VideoConfiguration

-
adaptiveQuantizationStrength?: number

Adjust the strength of the adaptive quantization offsets. Default 1.0.

+
adaptiveQuantizationStrength?: number

Adjust the strength of the adaptive quantization offsets. Default 1.0.

Memberof

H265VideoConfiguration

-
allowedRADLBeforeIDR?: number

Number of RADL pictures allowed infront of IDR. Requires fixed keyframe interval. Valid values 0 - bframes. Default 0.

+
allowedRADLBeforeIDR?: number

Number of RADL pictures allowed infront of IDR. Requires fixed keyframe interval. Valid values 0 - bframes. Default 0.

Memberof

H265VideoConfiguration

-
analyzeSourceFramePixels?: boolean

Enable motion estimation with source frame pixels, in this mode, motion estimation can be computed independently. Default false.

+
analyzeSourceFramePixels?: boolean

Enable motion estimation with source frame pixels, in this mode, motion estimation can be computed independently. Default false.

Memberof

H265VideoConfiguration

-
asymetricMotionPartitionsAnalysis?: boolean

Enable analysis of asymmetric motion partitions.

+
asymetricMotionPartitionsAnalysis?: boolean

Enable analysis of asymmetric motion partitions.

Memberof

H265VideoConfiguration

-
autoLevelSetup?: AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate. In the case the target level is set explicitly, the maximum bitrate and buffer size are calculated based on the defined level. Explicitly setting maxBitrate, or bufsize properties will disable the automatic calculation.

+
autoLevelSetup?: AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate. In the case the target level is set explicitly, the maximum bitrate and buffer size are calculated based on the defined level. Explicitly setting maxBitrate, or bufsize properties will disable the automatic calculation.

Memberof

H265VideoConfiguration

-
bAdapt?: BAdapt

Set the level of effort in determining B frame placement

+
bAdapt?: BAdapt

Set the level of effort in determining B frame placement

Memberof

H265VideoConfiguration

-
bframeBias?: number

Bias towards B frames in slicetype decision. The higher the bias the more likely the encoder is to use B frames. Default 0

+
bframeBias?: number

Bias towards B frames in slicetype decision. The higher the bias the more likely the encoder is to use B frames. Default 0

Memberof

H265VideoConfiguration

-
bframes?: number

Amount of b frames

+
bframes?: number

Amount of b frames

Memberof

H265VideoConfiguration

-
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

+
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

Memberof

VideoConfiguration

-
blurComplexity?: number

Temporally blur complexity. Default 20.0

+
blurComplexity?: number

Temporally blur complexity. Default 20.0

Memberof

H265VideoConfiguration

-
blurQuants?: number

Temporally blur quants. Default 0.5

+
blurQuants?: number

Temporally blur quants. Default 0.5

Memberof

H265VideoConfiguration

-
bufsize?: number

Size of the VBV buffer (bits)

+
bufsize?: number

Size of the VBV buffer (bits)

Memberof

H265VideoConfiguration

-
cea608708SubtitleConfig?: Cea608708SubtitleConfiguration

Defines whether CEA 608/708 subtitles are extracted from the input video stream

+
cea608708SubtitleConfig?: Cea608708SubtitleConfiguration

Defines whether CEA 608/708 subtitles are extracted from the input video stream

Memberof

H265VideoConfiguration

-
codingUnitLossless?: boolean

If enabled, consider lossless mode in CU RDO decisions. Default is disabled.

+
codingUnitLossless?: boolean

If enabled, consider lossless mode in CU RDO decisions. Default is disabled.

Memberof

H265VideoConfiguration

-
colorConfig?: ColorConfig

Memberof

VideoConfiguration

-
constrainedIntraPrediction?: boolean

When generating intra predictions for blocks in inter slices, only intra-coded reference pixels are used. Default false.

+
colorConfig?: ColorConfig

Memberof

VideoConfiguration

+
constrainedIntraPrediction?: boolean

When generating intra predictions for blocks in inter slices, only intra-coded reference pixels are used. Default false.

Memberof

H265VideoConfiguration

-
copyPicture?: boolean

Copy buffers of input picture in frame. Default is enabled.

+
copyPicture?: boolean

Copy buffers of input picture in frame. Default is enabled.

Memberof

H265VideoConfiguration

-
createdAt?: Date

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

+
createdAt?: Date

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

Memberof

BitmovinResource

-
crf?: number

Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.

+
crf?: number

Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.

Memberof

H265VideoConfiguration

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
cutree?: boolean

Enables the use of lookahead’s lowres motion vector fields to determine the amount of reuse of each block to tune adaptive quantization factors.

+
cutree?: boolean

Enables the use of lookahead’s lowres motion vector fields to determine the amount of reuse of each block to tune adaptive quantization factors.

Memberof

H265VideoConfiguration

-
description?: string

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

+
description?: string

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

Memberof

BitmovinResource

-
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

+
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

Memberof

VideoConfiguration

-
dynamicRangeFormat?: H265DynamicRangeFormat

Automatically configures the H265 Video Codec to be compatible with the given SDR/HDR format. Bitmovin recommends to use the dynamic range format together with a preset configuration to achieve good results. Explicitly configured properties will take precedence over dynamic range format settings, which in turn will take precedence over preset configurations.

+
dynamicRangeFormat?: H265DynamicRangeFormat

Automatically configures the H265 Video Codec to be compatible with the given SDR/HDR format. Bitmovin recommends to use the dynamic range format together with a preset configuration to achieve good results. Explicitly configured properties will take precedence over dynamic range format settings, which in turn will take precedence over preset configurations.

Memberof

H265VideoConfiguration

-
dynamicRateDistortionStrength?: number

Increases the RD level at points where quality drops due to VBV rate control enforcement. Default 0.

+
dynamicRateDistortionStrength?: number

Increases the RD level at points where quality drops due to VBV rate control enforcement. Default 0.

Memberof

H265VideoConfiguration

-
earlySkip?: boolean

Measure 2Nx2N merge candidates first; if no residual is found, additional modes at that depth are not analysed.

+
earlySkip?: boolean

Measure 2Nx2N merge candidates first; if no residual is found, additional modes at that depth are not analysed.

Memberof

H265VideoConfiguration

-
enableHlgSignaling?: boolean

Enable SDR compatible HLG signaling. The container and bitstream will indicate BT.2020 but ARIB STD-B67 will be signaled in the alternative transfer characteristics SEI message.

+
enableHlgSignaling?: boolean

Enable SDR compatible HLG signaling. The container and bitstream will indicate BT.2020 but ARIB STD-B67 will be signaled in the alternative transfer characteristics SEI message.

Memberof

H265VideoConfiguration

-
enableHrdSignaling?: boolean

Signal hypothetical reference decoder (HRD) information

+
enableHrdSignaling?: boolean

Signal hypothetical reference decoder (HRD) information

Memberof

H265VideoConfiguration

-
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

+
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

Memberof

VideoConfiguration

-
evaluationOfIntraModesInBSlices?: boolean

Enables the evaluation of intra modes in B slices.

+
evaluationOfIntraModesInBSlices?: boolean

Enables the evaluation of intra modes in B slices.

Memberof

H265VideoConfiguration

-
fastSearchForAngularIntraPredictions?: boolean

Enable faster search method for angular intra predictions.

+
fastSearchForAngularIntraPredictions?: boolean

Enable faster search method for angular intra predictions.

Memberof

H265VideoConfiguration

-
forceFlush?: ForceFlushMode

Force the encoder to flush frames. Default is DISABLED.

+
forceFlush?: ForceFlushMode

Force the encoder to flush frames. Default is DISABLED.

Memberof

H265VideoConfiguration

-
gopLookahead?: number

Number of frames for GOP boundary decision lookahead. Valid values 0 - rcLookahead. Default 0

+
gopLookahead?: number

Number of frames for GOP boundary decision lookahead. Valid values 0 - rcLookahead. Default 0

Memberof

H265VideoConfiguration

-
grainOptimizedRateControl?: boolean

Enables a specialised ratecontrol algorithm for film grain content. Default false.

+
grainOptimizedRateControl?: boolean

Enables a specialised ratecontrol algorithm for film grain content. Default false.

Memberof

H265VideoConfiguration

-
hdr?: boolean

Force signaling of HDR parameters in SEI packets. Enabled automatically when masterDisplay or maxContentLightLevel/maxPictureAverageLightLevel are set. Useful when there is a desire to signal 0 values for maxContentLightLevel and maxPictureAverageLightLevel.

+
hdr?: boolean

Force signaling of HDR parameters in SEI packets. Enabled automatically when masterDisplay or maxContentLightLevel/maxPictureAverageLightLevel are set. Useful when there is a desire to signal 0 values for maxContentLightLevel and maxPictureAverageLightLevel.

Memberof

H265VideoConfiguration

-
height?: number

Height of the encoded video in pixels

+
height?: number

Height of the encoded video in pixels

Memberof

VideoConfiguration

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ipRatio?: number

QP ratio factor between I and P slices. This ratio is used in all of the rate control modes. Default 1.4

+
ipRatio?: number

QP ratio factor between I and P slices. This ratio is used in all of the rate control modes. Default 1.4

Memberof

H265VideoConfiguration

-
level?: LevelH265

Memberof

H265VideoConfiguration

-
levelHighTier?: boolean

If high tier is disabled the encoder will attempt to encode only at the main tier. Default is enabled.

+
level?: LevelH265

Memberof

H265VideoConfiguration

+
levelHighTier?: boolean

If high tier is disabled the encoder will attempt to encode only at the main tier. Default is enabled.

Memberof

H265VideoConfiguration

-
limitModes?: boolean

When enabled, will limit modes analyzed for each CU using cost metrics from the 4 sub-CUs. This can significantly improve performance when rectangularMotionPartitionsAnalysis and/or asymetricMotionPartitionsAnalysis are enabled at minimal compression efficiency loss.

+
limitModes?: boolean

When enabled, will limit modes analyzed for each CU using cost metrics from the 4 sub-CUs. This can significantly improve performance when rectangularMotionPartitionsAnalysis and/or asymetricMotionPartitionsAnalysis are enabled at minimal compression efficiency loss.

Memberof

H265VideoConfiguration

-
limitReferences?: LimitReferences

If enabled, limit references per depth, CU or both.

+
limitReferences?: LimitReferences

If enabled, limit references per depth, CU or both.

Memberof

H265VideoConfiguration

-
limitSao?: boolean

Limit SAO filter computation by early terminating SAO process based on inter prediction mode, CTU spatial-domain correlations, and relations between luma and chroma. Default false.

+
limitSao?: boolean

Limit SAO filter computation by early terminating SAO process based on inter prediction mode, CTU spatial-domain correlations, and relations between luma and chroma. Default false.

Memberof

H265VideoConfiguration

-
limitTransformUnitDepthRecursion?: LimitTransformUnitDepthRecursionMode

Enables early exit from transform unit depth recursion, for inter coded blocks. Default is DISABLED.

+
limitTransformUnitDepthRecursion?: LimitTransformUnitDepthRecursionMode

Enables early exit from transform unit depth recursion, for inter coded blocks. Default is DISABLED.

Memberof

H265VideoConfiguration

-
lookaheadSlices?: number

Use multiple worker threads to measure the estimated cost of each frame within the lookahead. The higher this parameter, the less accurate the frame costs will be which will result in less accurate B-frame and scene-cut decisions. Valid range: 0 - 16

+
lookaheadSlices?: number

Use multiple worker threads to measure the estimated cost of each frame within the lookahead. The higher this parameter, the less accurate the frame costs will be which will result in less accurate B-frame and scene-cut decisions. Valid range: 0 - 16

Memberof

H265VideoConfiguration

-
lowpassDct?: boolean

Will use low-pass subband dct approximation instead of the standard dct for 16x16 and 32x32 blocks. Default false.

+
lowpassDct?: boolean

Will use low-pass subband dct approximation instead of the standard dct for 16x16 and 32x32 blocks. Default false.

Memberof

H265VideoConfiguration

-
masterDisplay?: string

Set the mastering display color volume SEI info (SMPTE ST 2086). For example G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1) describes a P3D65 1000-nits monitor, where G(x=0.265, y=0.690), B(x=0.150, y=0.060), R(x=0.680, y=0.320), WP(x=0.3127, y=0.3290), L(max=1000, min=0.0001). Part of HDR-10 metadata. If used on a Dolby Vision stream, this value must be set to G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1).

+
masterDisplay?: string

Set the mastering display color volume SEI info (SMPTE ST 2086). For example G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1) describes a P3D65 1000-nits monitor, where G(x=0.265, y=0.690), B(x=0.150, y=0.060), R(x=0.680, y=0.320), WP(x=0.3127, y=0.3290), L(max=1000, min=0.0001). Part of HDR-10 metadata. If used on a Dolby Vision stream, this value must be set to G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1).

Memberof

H265VideoConfiguration

-
maxBitrate?: number

Maximum Bitrate (bps)

+
maxBitrate?: number

Maximum Bitrate (bps)

Memberof

H265VideoConfiguration

-
maxCTUSize?: MaxCtuSize

Memberof

H265VideoConfiguration

-
maxContentLightLevel?: number

Set the max content light level (MaxCLL). Use together with maxPictureAverageLightLevel (which will be 0 if not set). Part of HDR-10 metadata.

+
maxCTUSize?: MaxCtuSize

Memberof

H265VideoConfiguration

+
maxContentLightLevel?: number

Set the max content light level (MaxCLL). Use together with maxPictureAverageLightLevel (which will be 0 if not set). Part of HDR-10 metadata.

Memberof

H265VideoConfiguration

-
maxGop?: number

Maximum GOP length, the maximum distance between I-frames

+
maxGop?: number

Maximum GOP length, the maximum distance between I-frames

Memberof

H265VideoConfiguration

-
maxKeyframeInterval?: number

Maximum interval in seconds between key frames

+
maxKeyframeInterval?: number

Maximum interval in seconds between key frames

Memberof

H265VideoConfiguration

-
maxMerge?: number

Maximum number of neighbor (spatial and temporal) candidate blocks that the encoder may consider for merging motion predictions. Valid range: 1 - 5

+
maxMerge?: number

Maximum number of neighbor (spatial and temporal) candidate blocks that the encoder may consider for merging motion predictions. Valid range: 1 - 5

Memberof

H265VideoConfiguration

-
maxPictureAverageLightLevel?: number

Set the maximum picture average light level (MaxFALL). Use together with maxContentLightLevel (which will be 0 if not set). Part of HDR-10 metadata.

+
maxPictureAverageLightLevel?: number

Set the maximum picture average light level (MaxFALL). Use together with maxContentLightLevel (which will be 0 if not set). Part of HDR-10 metadata.

Memberof

H265VideoConfiguration

-
maximumTransformUnitSize?: MaxTransformUnitSize

Penalty for 32x32 intra transform units in non-I slices. Default DISABLED.

+
maximumTransformUnitSize?: MaxTransformUnitSize

Penalty for 32x32 intra transform units in non-I slices. Default DISABLED.

Memberof

H265VideoConfiguration

-
minBitrate?: number

Minimum Bitrate (bps)

+
minBitrate?: number

Minimum Bitrate (bps)

Memberof

H265VideoConfiguration

-
minCodingUnitSize?: MinCodingUnitSize

Minimum CU size (width and height). By using 16 or 32 the encoder will not analyze the cost of CUs below that minimum threshold, saving considerable amounts of compute with a predictable increase in bitrate. This setting has a large effect on performance on the faster presets.

+
minCodingUnitSize?: MinCodingUnitSize

Minimum CU size (width and height). By using 16 or 32 the encoder will not analyze the cost of CUs below that minimum threshold, saving considerable amounts of compute with a predictable increase in bitrate. This setting has a large effect on performance on the faster presets.

Memberof

H265VideoConfiguration

-
minGop?: number

Minimum GOP length, the minimum distance between I-frames

+
minGop?: number

Minimum GOP length, the minimum distance between I-frames

Memberof

H265VideoConfiguration

-
minKeyframeInterval?: number

Minimum interval in seconds between key frames

+
minKeyframeInterval?: number

Minimum interval in seconds between key frames

Memberof

H265VideoConfiguration

-
modifiedAt?: Date

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

+
modifiedAt?: Date

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

Memberof

BitmovinResource

-
motionSearch?: MotionSearch

Memberof

H265VideoConfiguration

-
motionSearchRange?: number

Set the Motion search range.

+
motionSearch?: MotionSearch

Memberof

H265VideoConfiguration

+
motionSearchRange?: number

Set the Motion search range.

Memberof

H265VideoConfiguration

-
name?: string

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

+
name?: string

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

Memberof

BitmovinResource

-
noiseReductionInter?: number

An integer value, which denotes strength of noise reduction in inter CUs. Default 0.

+
noiseReductionInter?: number

An integer value, which denotes strength of noise reduction in inter CUs. Default 0.

Memberof

H265VideoConfiguration

-
noiseReductionIntra?: number

An integer value, which denotes strength of noise reduction in intra CUs. Default 0.

+
noiseReductionIntra?: number

An integer value, which denotes strength of noise reduction in intra CUs. Default 0.

Memberof

H265VideoConfiguration

-
openGop?: boolean

Enable open-gop, allows referencing frames from a previous gop

+
openGop?: boolean

Enable open-gop, allows referencing frames from a previous gop

Memberof

H265VideoConfiguration

-
pbRatio?: number

QP ratio factor between P and B slices. This ratio is used in all of the rate control modes. Default 1.3

+
pbRatio?: number

QP ratio factor between P and B slices. This ratio is used in all of the rate control modes. Default 1.3

Memberof

H265VideoConfiguration

-
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

+
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

Memberof

VideoConfiguration

-
presetConfiguration?: PresetConfiguration

Choose from a set of preset configurations tailored for common use cases. Check out H265 Presets to see which values get applied by each preset. Explicitly setting a property to a different value will override the preset's value for that property.

+
presetConfiguration?: PresetConfiguration

Choose from a set of preset configurations tailored for common use cases. Check out H265 Presets to see which values get applied by each preset. Explicitly setting a property to a different value will override the preset's value for that property.

Memberof

H265VideoConfiguration

-
profile?: ProfileH265

Memberof

H265VideoConfiguration

-
psyRateDistortionOptimization?: number

Psycho-visual rate-distortion retains fine details like film grain at the expense of more blocking artifacts. Higher values make the video appear sharper and more detailed but with a higher risk of blocking artifacts. Needs to have subMe with RD_IP, RD_ALL, RD_REF_IP, RD_REF_ALL, QPRD or FULL_RD

+
profile?: ProfileH265

Memberof

H265VideoConfiguration

+
psyRateDistortionOptimization?: number

Psycho-visual rate-distortion retains fine details like film grain at the expense of more blocking artifacts. Higher values make the video appear sharper and more detailed but with a higher risk of blocking artifacts. Needs to have subMe with RD_IP, RD_ALL, RD_REF_IP, RD_REF_ALL, QPRD or FULL_RD

Memberof

H265VideoConfiguration

-
psyRateDistortionOptimizedQuantization?: number

Strength of psycho-visual optimizations in quantization. Only has an effect in presets which use RDOQ (rd-levels 4 and 5). The value must be between 0 and 50, 1.0 is typical

+
psyRateDistortionOptimizedQuantization?: number

Strength of psycho-visual optimizations in quantization. Only has an effect in presets which use RDOQ (rd-levels 4 and 5). The value must be between 0 and 50, 1.0 is typical

Memberof

H265VideoConfiguration

-
qp?: number

Quantization factor

+
qp?: number

Quantization factor

Memberof

H265VideoConfiguration

-
qpMax?: number

Maximum quantization factor. Valid value range: 0 - 69

+
qpMax?: number

Maximum quantization factor. Valid value range: 0 - 69

Memberof

H265VideoConfiguration

-
qpMin?: number

Minimum quantization factor. Valid value range: 0 - 69

+
qpMin?: number

Minimum quantization factor. Valid value range: 0 - 69

Memberof

H265VideoConfiguration

-
qpOffsetChromaCb?: number

Offset of Cb chroma QP from the luma QP selected by rate control. This is a general way to spend more or less bits on the chroma channel. Default 0

+
qpOffsetChromaCb?: number

Offset of Cb chroma QP from the luma QP selected by rate control. This is a general way to spend more or less bits on the chroma channel. Default 0

Memberof

H265VideoConfiguration

-
qpOffsetChromaCr?: number

Offset of Cr chroma QP from the luma QP selected by rate control. This is a general way to spend more or less bits on the chroma channel. Default 0

+
qpOffsetChromaCr?: number

Offset of Cr chroma QP from the luma QP selected by rate control. This is a general way to spend more or less bits on the chroma channel. Default 0

Memberof

H265VideoConfiguration

-
qpStep?: number

The maximum single adjustment in QP allowed to rate control. Default 4

+
qpStep?: number

The maximum single adjustment in QP allowed to rate control. Default 4

Memberof

H265VideoConfiguration

-
quantizationGroupSize?: QuantizationGroupSize

Enable adaptive quantization for sub-CTUs. This parameter specifies the minimum CU size at which QP can be adjusted. Default is same as maxCTUSize.

+
quantizationGroupSize?: QuantizationGroupSize

Enable adaptive quantization for sub-CTUs. This parameter specifies the minimum CU size at which QP can be adjusted. Default is same as maxCTUSize.

Memberof

H265VideoConfiguration

-
quantizerCurveCompressionFactor?: number

Quantizer curve compression factor. It weights the frame quantizer based on the complexity of residual (measured by lookahead). Default 0.6

+
quantizerCurveCompressionFactor?: number

Quantizer curve compression factor. It weights the frame quantizer based on the complexity of residual (measured by lookahead). Default 0.6

Memberof

H265VideoConfiguration

-
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

+
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

Memberof

VideoConfiguration

-
rateDistortionLevelForModeDecision?: number

Level of rate-distortion optimization in mode decision. The lower the value the faster the encode, the higher the value higher the compression efficiency. Valid range: 0 - 4

+
rateDistortionLevelForModeDecision?: number

Level of rate-distortion optimization in mode decision. The lower the value the faster the encode, the higher the value higher the compression efficiency. Valid range: 0 - 4

Memberof

H265VideoConfiguration

-
rateDistortionLevelForQuantization?: RateDistortionLevelForQuantization

Specifies the amount of rate-distortion analysis to use within quantization.

+
rateDistortionLevelForQuantization?: RateDistortionLevelForQuantization

Specifies the amount of rate-distortion analysis to use within quantization.

Memberof

H265VideoConfiguration

-
rateDistortionPenalty?: RateDistortionPenaltyMode

Penalty for 32x32 intra transform units in non-I slices. Default DISABLED.

+
rateDistortionPenalty?: RateDistortionPenaltyMode

Penalty for 32x32 intra transform units in non-I slices. Default DISABLED.

Memberof

H265VideoConfiguration

-
rcLookahead?: number

Number of frames for slice-type decision lookahead

+
rcLookahead?: number

Number of frames for slice-type decision lookahead

Memberof

H265VideoConfiguration

-
rectangularMotionPartitionsAnalysis?: boolean

Enable analysis of rectangular motion partitions Nx2N and 2NxN.

+
rectangularMotionPartitionsAnalysis?: boolean

Enable analysis of rectangular motion partitions Nx2N and 2NxN.

Memberof

H265VideoConfiguration

-
recursionSkip?: boolean

If enabled exits early from CU depth recursion. When a skip CU is found, additional heuristics are used to decide whether to terminate recursion.

+
recursionSkip?: boolean

If enabled exits early from CU depth recursion. When a skip CU is found, additional heuristics are used to decide whether to terminate recursion.

Memberof

H265VideoConfiguration

-
refFrames?: number

Amount of reference frames

+
refFrames?: number

Amount of reference frames

Memberof

H265VideoConfiguration

-
refineRateDistortionCost?: boolean

Enable QP based rate distortion refinement. Default is disabled.

+
refineRateDistortionCost?: boolean

Enable QP based rate distortion refinement. Default is disabled.

Memberof

H265VideoConfiguration

-
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sao?: boolean

Toggle sample adaptive offset loop filter

+
sao?: boolean

Toggle sample adaptive offset loop filter

Memberof

H265VideoConfiguration

-
saoNonDeblock?: boolean

Specify how to handle depencency between SAO and deblocking filter. When enabled, non-deblocked pixels are used for SAO analysis. When disabled, SAO analysis skips the right/bottom boundary areas. Default false.

+
saoNonDeblock?: boolean

Specify how to handle depencency between SAO and deblocking filter. When enabled, non-deblocked pixels are used for SAO analysis. When disabled, SAO analysis skips the right/bottom boundary areas. Default false.

Memberof

H265VideoConfiguration

-
sceneCutThreshold?: number

Scene Change sensitivity. The higher the value, the more likely an I-Frame will be inserted. Set to 0 to disable it.

+
sceneCutThreshold?: number

Scene Change sensitivity. The higher the value, the more likely an I-Frame will be inserted. Set to 0 to disable it.

Memberof

H265VideoConfiguration

-
scenecutBias?: number

This value represents the percentage difference between the inter cost and intra cost of a frame used in scenecut detection. Default 5.0.

+
scenecutBias?: number

This value represents the percentage difference between the inter cost and intra cost of a frame used in scenecut detection. Default 5.0.

Memberof

H265VideoConfiguration

-
signHide?: boolean

Hide sign bit of one coefficient per coding tree unit.

+
signHide?: boolean

Hide sign bit of one coefficient per coding tree unit.

Memberof

H265VideoConfiguration

-
skipSplitRateDistortionAnalysis?: boolean

Enable skipping split rate distortion analysis when sum of split CU RD cost larger than one split CU RD cost for intra CU. Default disabled.

+
skipSplitRateDistortionAnalysis?: boolean

Enable skipping split rate distortion analysis when sum of split CU RD cost larger than one split CU RD cost for intra CU. Default disabled.

Memberof

H265VideoConfiguration

-
slices?: number

Encode each incoming frame as multiple parallel slices that may be decoded independently. Default is 1.

+
slices?: number

Encode each incoming frame as multiple parallel slices that may be decoded independently. Default is 1.

Memberof

H265VideoConfiguration

-
ssimRateDistortionOptimization?: boolean

It is used for mode selection during analysis of CTUs and can achieve significant gain in terms of objective quality metrics SSIM and PSNR. Default false.

+
ssimRateDistortionOptimization?: boolean

It is used for mode selection during analysis of CTUs and can achieve significant gain in terms of objective quality metrics SSIM and PSNR. Default false.

Memberof

H265VideoConfiguration

-
strictCbr?: boolean

Enables stricter conditions to control bitrate deviance from the target bitrate in ABR mode. Bit rate adherence is prioritised over quality. Default false.

+
strictCbr?: boolean

Enables stricter conditions to control bitrate deviance from the target bitrate in ABR mode. Bit rate adherence is prioritised over quality. Default false.

Memberof

H265VideoConfiguration

-
strongIntraSmoothing?: boolean

Enable strong intra smoothing for 32x32 intra blocks. Default true.

+
strongIntraSmoothing?: boolean

Enable strong intra smoothing for 32x32 intra blocks. Default true.

Memberof

H265VideoConfiguration

-
subMe?: number

Set the amount of subpel refinement to perform.

+
subMe?: number

Set the amount of subpel refinement to perform.

Memberof

H265VideoConfiguration

-
temporalMotionVectorPredictors?: boolean

Enable temporal motion vector predictors in P and B slices. Default true.

+
temporalMotionVectorPredictors?: boolean

Enable temporal motion vector predictors in P and B slices. Default true.

Memberof

H265VideoConfiguration

-
transformSkip?: TransformSkipMode

Enable evaluation of transform skip (bypass DCT but still use quantization) coding for 4x4 TU coded blocks. Default is NONE.

+
transformSkip?: TransformSkipMode

Enable evaluation of transform skip (bypass DCT but still use quantization) coding for 4x4 TU coded blocks. Default is NONE.

Memberof

H265VideoConfiguration

-
tuInterDepth?: TuInterDepth

Memberof

H265VideoConfiguration

-
tuIntraDepth?: TuIntraDepth

Memberof

H265VideoConfiguration

-
type: CodecConfigType = CodecConfigType.H265

Discriminator property for CodecConfiguration

+
tuInterDepth?: TuInterDepth

Memberof

H265VideoConfiguration

+
tuIntraDepth?: TuIntraDepth

Memberof

H265VideoConfiguration

+
type: CodecConfigType = CodecConfigType.H265

Discriminator property for CodecConfiguration

Memberof

H265VideoConfiguration

-
videoFormat?: VideoFormat

Specifies the source format of the original analog video prior to digitizing and encoding

+
videoFormat?: VideoFormat

Specifies the source format of the original analog video prior to digitizing and encoding

Memberof

H265VideoConfiguration

-
wavefrontParallelProcessing?: boolean

The encoder may begin encoding a row as soon as the row above it is at least two CTUs ahead in the encode process. Default is enabled.

+
wavefrontParallelProcessing?: boolean

The encoder may begin encoding a row as soon as the row above it is at least two CTUs ahead in the encode process. Default is enabled.

Memberof

H265VideoConfiguration

-
weightPredictionOnBSlice?: boolean

Enable weighted prediction in B slices

+
weightPredictionOnBSlice?: boolean

Enable weighted prediction in B slices

Memberof

H265VideoConfiguration

-
weightPredictionOnPSlice?: boolean

Enable weighted prediction in P slices

+
weightPredictionOnPSlice?: boolean

Enable weighted prediction in P slices

Memberof

H265VideoConfiguration

-
width?: number

Width of the encoded video in pixels

+
width?: number

Width of the encoded video in pixels

Memberof

VideoConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/HeAacV1AudioConfiguration.html b/docs/classes/HeAacV1AudioConfiguration.html index 48b97823e..6384ded67 100644 --- a/docs/classes/HeAacV1AudioConfiguration.html +++ b/docs/classes/HeAacV1AudioConfiguration.html @@ -1,5 +1,5 @@ HeAacV1AudioConfiguration | @bitmovin/api-sdk

Class HeAacV1AudioConfiguration

Export

HeAacV1AudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: AacChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: AacChannelLayout

Channel layout of the audio codec configuration

Memberof

HeAacV1AudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
signaling?: HeAacV1Signaling

Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.

+
signaling?: HeAacV1Signaling

Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.

Memberof

HeAacV1AudioConfiguration

-
type: CodecConfigType = CodecConfigType.HE_AAC_V1

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.HE_AAC_V1

Discriminator property for CodecConfiguration

Memberof

HeAacV1AudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/HeAacV2AudioConfiguration.html b/docs/classes/HeAacV2AudioConfiguration.html index 192ccbacd..14f25a2e9 100644 --- a/docs/classes/HeAacV2AudioConfiguration.html +++ b/docs/classes/HeAacV2AudioConfiguration.html @@ -1,5 +1,5 @@ HeAacV2AudioConfiguration | @bitmovin/api-sdk

Class HeAacV2AudioConfiguration

Export

HeAacV2AudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: AacChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: AacChannelLayout

Channel layout of the audio codec configuration

Memberof

HeAacV2AudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
signaling?: HeAacV2Signaling

Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.

+
signaling?: HeAacV2Signaling

Spectral Band Replication (SBR) and Parameteric Stereo (PS) signaling style.

Memberof

HeAacV2AudioConfiguration

-
type: CodecConfigType = CodecConfigType.HE_AAC_V2

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.HE_AAC_V2

Discriminator property for CodecConfiguration

Memberof

HeAacV2AudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/HlsManifest.html b/docs/classes/HlsManifest.html index 788c4b4d8..67b1bc223 100644 --- a/docs/classes/HlsManifest.html +++ b/docs/classes/HlsManifest.html @@ -1,5 +1,5 @@ HlsManifest | @bitmovin/api-sdk

Export

HlsManifest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

channelsAttributeForAudio?: ChannelsAttributeForAudio

Controls the behaviour of the CHANNELS attribute for the EXT-X-VERSION tag

+

Constructors

Properties

channelsAttributeForAudio?: ChannelsAttributeForAudio

Controls the behaviour of the CHANNELS attribute for the EXT-X-VERSION tag

Memberof

HlsManifest

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
hlsMasterPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tag of the Master Playlist is set to the provided version

+
hlsMasterPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tag of the Master Playlist is set to the provided version

Memberof

HlsManifest

-
hlsMediaPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tags of the Media Playlists are set to the provided version

+
hlsMediaPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tags of the Media Playlists are set to the provided version

Memberof

HlsManifest

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
manifestName?: string

The filename of your manifest. If this is not set, the name is used as output file name. Either one of name or manifestName is required. Be aware that spaces will be replaced with underlines (_) on the output.

+
manifestName?: string

The filename of your manifest. If this is not set, the name is used as output file name. Either one of name or manifestName is required. Be aware that spaces will be replaced with underlines (_) on the output.

Memberof

HlsManifest

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

+
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

-
status?: Status

Current status

+
status?: Status

Current status

Memberof

Manifest

-
targetDurationRoundingMode?: HlsTargetDurationRoundingMode

The rounding applied to target duration. Two possible rouding modes exist: NORMAL_ROUNDING, when the target duration is rounded to the nearest integer, or UPWARDS_ROUNDING, when the target duration is rounded to the highest integer.

+
targetDurationRoundingMode?: HlsTargetDurationRoundingMode

The rounding applied to target duration. Two possible rouding modes exist: NORMAL_ROUNDING, when the target duration is rounded to the nearest integer, or UPWARDS_ROUNDING, when the target duration is rounded to the highest integer.

Memberof

HlsManifest

-

Memberof

Manifest

-
\ No newline at end of file +
type?: ManifestType

Memberof

Manifest

+
\ No newline at end of file diff --git a/docs/classes/HlsManifestAdMarkerSettings.html b/docs/classes/HlsManifestAdMarkerSettings.html index 65dc1a87c..449be5025 100644 --- a/docs/classes/HlsManifestAdMarkerSettings.html +++ b/docs/classes/HlsManifestAdMarkerSettings.html @@ -1,6 +1,6 @@ HlsManifestAdMarkerSettings | @bitmovin/api-sdk

Class HlsManifestAdMarkerSettings

Export

HlsManifestAdMarkerSettings

-

Constructors

Constructors

Properties

Constructors

Properties

enabledMarkerTypes?: HlsManifestAdMarkerType[]

Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using #EXT-X-CUE-OUT and #EXT-X-CUE-IN tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using #EXT-OATCLS-SCTE35 tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using #EXT-X-SPLICEPOINT-SCTE35 tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_DATERANGE: Ad markers will be inserted using #EXT-X-DATERANGE tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SCTE35: Ad markers will be inserted using #EXT-X-SCTE35 tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.

+

Constructors

Properties

enabledMarkerTypes?: HlsManifestAdMarkerType[]

Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using #EXT-X-CUE-OUT and #EXT-X-CUE-IN tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using #EXT-OATCLS-SCTE35 tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using #EXT-X-SPLICEPOINT-SCTE35 tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_DATERANGE: Ad markers will be inserted using #EXT-X-DATERANGE tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SCTE35: Ad markers will be inserted using #EXT-X-SCTE35 tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.

Memberof

HlsManifestAdMarkerSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/HlsManifestDefault.html b/docs/classes/HlsManifestDefault.html index c28e46762..50ffd1734 100644 --- a/docs/classes/HlsManifestDefault.html +++ b/docs/classes/HlsManifestDefault.html @@ -1,5 +1,5 @@ HlsManifestDefault | @bitmovin/api-sdk

Class HlsManifestDefault

Export

HlsManifestDefault

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

channelsAttributeForAudio?: ChannelsAttributeForAudio

Controls the behaviour of the CHANNELS attribute for the EXT-X-VERSION tag

+

Constructors

Properties

channelsAttributeForAudio?: ChannelsAttributeForAudio

Controls the behaviour of the CHANNELS attribute for the EXT-X-VERSION tag

Memberof

HlsManifest

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
encodingId?: string

The id of the encoding to create a default manifest for (required)

+
encodingId?: string

The id of the encoding to create a default manifest for (required)

Memberof

HlsManifestDefault

-
hlsMasterPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tag of the Master Playlist is set to the provided version

+
hlsMasterPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tag of the Master Playlist is set to the provided version

Memberof

HlsManifest

-
hlsMediaPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tags of the Media Playlists are set to the provided version

+
hlsMediaPlaylistVersion?: HlsVersion

If this is set, the EXT-X-VERSION tags of the Media Playlists are set to the provided version

Memberof

HlsManifest

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
manifestName?: string

The filename of your manifest. If this is not set, the name is used as output file name. Either one of name or manifestName is required. Be aware that spaces will be replaced with underlines (_) on the output.

+
manifestName?: string

The filename of your manifest. If this is not set, the name is used as output file name. Either one of name or manifestName is required. Be aware that spaces will be replaced with underlines (_) on the output.

Memberof

HlsManifest

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

+
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

-
status?: Status

Current status

+
status?: Status

Current status

Memberof

Manifest

-
targetDurationRoundingMode?: HlsTargetDurationRoundingMode

The rounding applied to target duration. Two possible rouding modes exist: NORMAL_ROUNDING, when the target duration is rounded to the nearest integer, or UPWARDS_ROUNDING, when the target duration is rounded to the highest integer.

+
targetDurationRoundingMode?: HlsTargetDurationRoundingMode

The rounding applied to target duration. Two possible rouding modes exist: NORMAL_ROUNDING, when the target duration is rounded to the nearest integer, or UPWARDS_ROUNDING, when the target duration is rounded to the highest integer.

Memberof

HlsManifest

-

Memberof

Manifest

-
version?: V1

Currently not in use

+

Memberof

Manifest

+
version?: V1

Currently not in use

Memberof

HlsManifestDefault

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/HttpInput.html b/docs/classes/HttpInput.html index abeb7ce9a..1132b9b8a 100644 --- a/docs/classes/HttpInput.html +++ b/docs/classes/HttpInput.html @@ -1,5 +1,5 @@ HttpInput | @bitmovin/api-sdk

Export

HttpInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Host Url or IP of the HTTP server (required)

+
host?: string

Host Url or IP of the HTTP server (required)

Memberof

HttpInput

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
password?: string

Basic Auth Password, if required

+
password?: string

Basic Auth Password, if required

Memberof

HttpInput

-
port?: number

Custom Port

+
port?: number

Custom Port

Memberof

HttpInput

-
type: InputType = InputType.HTTP

Discriminator property for Input

+
type: InputType = InputType.HTTP

Discriminator property for Input

Memberof

HttpInput

-
username?: string

Basic Auth Username, if required

+
username?: string

Basic Auth Username, if required

Memberof

HttpInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/HttpsInput.html b/docs/classes/HttpsInput.html index d73e309b6..22fed7139 100644 --- a/docs/classes/HttpsInput.html +++ b/docs/classes/HttpsInput.html @@ -1,5 +1,5 @@ HttpsInput | @bitmovin/api-sdk

Export

HttpsInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Host Url or IP of the HTTP server (required)

+
host?: string

Host Url or IP of the HTTP server (required)

Memberof

HttpsInput

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
password?: string

Basic Auth Password, if required

+
password?: string

Basic Auth Password, if required

Memberof

HttpsInput

-
port?: number

Custom Port

+
port?: number

Custom Port

Memberof

HttpsInput

-
type: InputType = InputType.HTTPS

Discriminator property for Input

+
type: InputType = InputType.HTTPS

Discriminator property for Input

Memberof

HttpsInput

-
username?: string

Basic Auth Username, if required

+
username?: string

Basic Auth Username, if required

Memberof

HttpsInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/IFramePlaylist.html b/docs/classes/IFramePlaylist.html index d542d97d1..e1b871675 100644 --- a/docs/classes/IFramePlaylist.html +++ b/docs/classes/IFramePlaylist.html @@ -1,5 +1,5 @@ IFramePlaylist | @bitmovin/api-sdk

Export

IFramePlaylist

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

The filename of your I-frame playlist (required)

+
filename?: string

The filename of your I-frame playlist (required)

Memberof

IFramePlaylist

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Id3Tag.html b/docs/classes/Id3Tag.html index 51e823be9..b03a0006e 100644 --- a/docs/classes/Id3Tag.html +++ b/docs/classes/Id3Tag.html @@ -1,5 +1,5 @@ Id3Tag | @bitmovin/api-sdk

Export

Id3Tag

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
frame?: number

Frame number at which the Tag should be inserted

+
frame?: number

Frame number at which the Tag should be inserted

Memberof

Id3Tag

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
positionMode?: Id3TagPositionMode

Memberof

Id3Tag

-
time?: number

Time in seconds where the Tag should be inserted

+
positionMode?: Id3TagPositionMode

Memberof

Id3Tag

+
time?: number

Time in seconds where the Tag should be inserted

Memberof

Id3Tag

-
_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

  • FRAME_ID: string
  • PLAIN_TEXT: string
  • RAW: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Ignoring.html b/docs/classes/Ignoring.html index 03a09ddc3..8621a8e24 100644 --- a/docs/classes/Ignoring.html +++ b/docs/classes/Ignoring.html @@ -1,8 +1,8 @@ Ignoring | @bitmovin/api-sdk

Export

Ignoring

-

Constructors

Constructors

Properties

ignoredBy?: CONDITION

Memberof

Ignoring

-
ignoredByDescription?: string

Describes why ignoredBy has been set to its current value.

+

Constructors

Properties

ignoredBy?: CONDITION

Memberof

Ignoring

+
ignoredByDescription?: string

Describes why ignoredBy has been set to its current value.

Memberof

Ignoring

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ImageAdaptationSet.html b/docs/classes/ImageAdaptationSet.html index 599266902..7aa25cfb9 100644 --- a/docs/classes/ImageAdaptationSet.html +++ b/docs/classes/ImageAdaptationSet.html @@ -1,5 +1,5 @@ ImageAdaptationSet | @bitmovin/api-sdk

Class ImageAdaptationSet

Export

ImageAdaptationSet

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

+

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

Memberof

AdaptationSet

-
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

+
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

Memberof

AdaptationSet

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
labels?: Label[]

List of labels

+
labels?: Label[]

List of labels

Memberof

AdaptationSet

-

Roles of the adaptation set

+

Roles of the adaptation set

Memberof

AdaptationSet

-
type: AdaptationSetType = AdaptationSetType.IMAGE

Discriminator property for AdaptationSet

+
type: AdaptationSetType = AdaptationSetType.IMAGE

Discriminator property for AdaptationSet

Memberof

ImageAdaptationSet

-
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

  • AUDIO: string
  • IMAGE: string
  • SUBTITLE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ImscConfiguration.html b/docs/classes/ImscConfiguration.html index 947707573..7b66e015b 100644 --- a/docs/classes/ImscConfiguration.html +++ b/docs/classes/ImscConfiguration.html @@ -1,5 +1,5 @@ ImscConfiguration | @bitmovin/api-sdk

Class ImscConfiguration

Export

ImscConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
styling?: ImscStyling

Memberof

ImscConfiguration

-
type: CodecConfigType = CodecConfigType.IMSC

Discriminator property for CodecConfiguration

+
styling?: ImscStyling

Memberof

ImscConfiguration

+
type: CodecConfigType = CodecConfigType.IMSC

Discriminator property for CodecConfiguration

Memberof

ImscConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ImscStyling.html b/docs/classes/ImscStyling.html index e9b169001..49e39c8ab 100644 --- a/docs/classes/ImscStyling.html +++ b/docs/classes/ImscStyling.html @@ -1,5 +1,5 @@ ImscStyling | @bitmovin/api-sdk

Export

ImscStyling

-

Constructors

Constructors

Properties

Constructors

Properties

Memberof

ImscStyling

-
\ No newline at end of file +

Constructors

Properties

Memberof

ImscStyling

+
\ No newline at end of file diff --git a/docs/classes/InfrastructureSettings.html b/docs/classes/InfrastructureSettings.html index 7430ae067..a400ad78c 100644 --- a/docs/classes/InfrastructureSettings.html +++ b/docs/classes/InfrastructureSettings.html @@ -1,8 +1,8 @@ InfrastructureSettings | @bitmovin/api-sdk

Class InfrastructureSettings

Export

InfrastructureSettings

-

Constructors

Constructors

Properties

cloudRegion?: CloudRegion

Memberof

InfrastructureSettings

-
infrastructureId?: string

Id of a custom infrastructure, e.g., AWS Cloud Connect

+

Constructors

Properties

cloudRegion?: CloudRegion

Memberof

InfrastructureSettings

+
infrastructureId?: string

Id of a custom infrastructure, e.g., AWS Cloud Connect

Memberof

InfrastructureSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/IngestInputStream.html b/docs/classes/IngestInputStream.html index 6c1d2042b..15a21bab8 100644 --- a/docs/classes/IngestInputStream.html +++ b/docs/classes/IngestInputStream.html @@ -1,5 +1,5 @@ IngestInputStream | @bitmovin/api-sdk

Class IngestInputStream

Export

IngestInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

ID of an Input resource defining the input storage (required)

+
inputId?: string

ID of an Input resource defining the input storage (required)

Memberof

IngestInputStream

-
inputPath?: string

Path to an input media file (required)

+
inputPath?: string

Path to an input media file (required)

Memberof

IngestInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
position?: number

Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.

+
position?: number

Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.

Memberof

IngestInputStream

-
selectionMode?: StreamSelectionMode

Specifies the strategy for selecting a stream from the input file

+
selectionMode?: StreamSelectionMode

Specifies the strategy for selecting a stream from the input file

Memberof

IngestInputStream

-
type: InputStreamType = InputStreamType.INGEST

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.INGEST

Discriminator property for InputStream

Memberof

IngestInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Input.html b/docs/classes/Input.html index e5582edfc..d5bbd5e7f 100644 --- a/docs/classes/Input.html +++ b/docs/classes/Input.html @@ -1,5 +1,5 @@ Input | @bitmovin/api-sdk

Export

Input

-

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/InputFactor.html b/docs/classes/InputFactor.html index 01f30309c..73d4e3af4 100644 --- a/docs/classes/InputFactor.html +++ b/docs/classes/InputFactor.html @@ -1,7 +1,7 @@ InputFactor | @bitmovin/api-sdk

Export

InputFactor

-

Constructors

Constructors

Properties

Constructors

Properties

Memberof

InputFactor

-

Memberof

InputFactor

-
\ No newline at end of file +

Constructors

Properties

Memberof

InputFactor

+

Memberof

InputFactor

+
\ No newline at end of file diff --git a/docs/classes/InputFactorBitrate.html b/docs/classes/InputFactorBitrate.html index b7a81f4f1..151a09018 100644 --- a/docs/classes/InputFactorBitrate.html +++ b/docs/classes/InputFactorBitrate.html @@ -1,7 +1,7 @@ InputFactorBitrate | @bitmovin/api-sdk

Class InputFactorBitrate

Export

InputFactorBitrate

-

Constructors

Constructors

Properties

Constructors

Properties

factor?: number

Memberof

InputFactorBitrate

-
value?: number

Memberof

InputFactorBitrate

-
\ No newline at end of file +

Constructors

Properties

factor?: number

Memberof

InputFactorBitrate

+
value?: number

Memberof

InputFactorBitrate

+
\ No newline at end of file diff --git a/docs/classes/InputFactorCodec.html b/docs/classes/InputFactorCodec.html index 976125247..a42939f8c 100644 --- a/docs/classes/InputFactorCodec.html +++ b/docs/classes/InputFactorCodec.html @@ -1,7 +1,7 @@ InputFactorCodec | @bitmovin/api-sdk

Class InputFactorCodec

Export

InputFactorCodec

-

Constructors

Constructors

Properties

Constructors

Properties

factor?: number

Memberof

InputFactorCodec

-
value?: string

Memberof

InputFactorCodec

-
\ No newline at end of file +

Constructors

Properties

factor?: number

Memberof

InputFactorCodec

+
value?: string

Memberof

InputFactorCodec

+
\ No newline at end of file diff --git a/docs/classes/InputPath.html b/docs/classes/InputPath.html index 2672adfee..14331cc4a 100644 --- a/docs/classes/InputPath.html +++ b/docs/classes/InputPath.html @@ -1,9 +1,9 @@ InputPath | @bitmovin/api-sdk

Export

InputPath

-

Constructors

Constructors

Properties

Constructors

Properties

inputId?: string

Id of input (required)

+

Constructors

Properties

inputId?: string

Id of input (required)

Memberof

InputPath

-
inputPath?: string

Path to media file (required)

+
inputPath?: string

Path to media file (required)

Memberof

InputPath

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/InputStream.html b/docs/classes/InputStream.html index bcedcdb9a..e79178823 100644 --- a/docs/classes/InputStream.html +++ b/docs/classes/InputStream.html @@ -1,5 +1,5 @@ InputStream | @bitmovin/api-sdk

Export

InputStream

-

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/InputStreamTypeResponse.html b/docs/classes/InputStreamTypeResponse.html index 546f09d39..7d605aca4 100644 --- a/docs/classes/InputStreamTypeResponse.html +++ b/docs/classes/InputStreamTypeResponse.html @@ -1,6 +1,6 @@ InputStreamTypeResponse | @bitmovin/api-sdk

Class InputStreamTypeResponse

Export

InputStreamTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

The type of the input stream

+

Constructors

Properties

The type of the input stream

Memberof

InputStreamTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/InputTypeResponse.html b/docs/classes/InputTypeResponse.html index 2b56007c1..28681d4b2 100644 --- a/docs/classes/InputTypeResponse.html +++ b/docs/classes/InputTypeResponse.html @@ -1,6 +1,6 @@ InputTypeResponse | @bitmovin/api-sdk

Class InputTypeResponse

Export

InputTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

type?: InputType

The type of the input

+

Constructors

Properties

type?: InputType

The type of the input

Memberof

InputTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/InsertableContent.html b/docs/classes/InsertableContent.html index bf49c0461..085a3db8d 100644 --- a/docs/classes/InsertableContent.html +++ b/docs/classes/InsertableContent.html @@ -1,5 +1,5 @@ InsertableContent | @bitmovin/api-sdk

Class InsertableContent

Export

InsertableContent

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Either a list of movie files to be inserted in the live stream or a single image file. The movie files must have a video stream at stream position 0, which matches the codec, resolution and framerate of the livestream. The number of audio streams must also be the same and they have to match the sample format, number of channels and sample rate of the audio streams of the livestream. Supported image formats are: .Y.U.V, Alias PIX, animated GIF, APNG, BMP, DPX, FITS, JPEG, JPEG 2000, JPEG-LS, PAM, PBM, PCX, PGM, PGMYUV, PNG, PPM, SGI, Sun Rasterfile, TIFF, Truevision Targa, WebP, XBM, XFace, XPM, XWD

+

Either a list of movie files to be inserted in the live stream or a single image file. The movie files must have a video stream at stream position 0, which matches the codec, resolution and framerate of the livestream. The number of audio streams must also be the same and they have to match the sample format, number of channels and sample rate of the audio streams of the livestream. Supported image formats are: .Y.U.V, Alias PIX, animated GIF, APNG, BMP, DPX, FITS, JPEG, JPEG 2000, JPEG-LS, PAM, PBM, PCX, PGM, PGMYUV, PNG, PPM, SGI, Sun Rasterfile, TIFF, Truevision Targa, WebP, XBM, XFace, XPM, XWD

Memberof

InsertableContent

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Status of the insertable content.

+

Status of the insertable content.

Memberof

InsertableContent

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/InsertableContentInput.html b/docs/classes/InsertableContentInput.html index 5dd0602bb..f62534e73 100644 --- a/docs/classes/InsertableContentInput.html +++ b/docs/classes/InsertableContentInput.html @@ -1,12 +1,12 @@ InsertableContentInput | @bitmovin/api-sdk

Class InsertableContentInput

Export

InsertableContentInput

-

Constructors

Constructors

Properties

description?: string

Description of this input

+

Constructors

Properties

description?: string

Description of this input

Memberof

InsertableContentInput

-
inputId?: string

Id of the input hosting the video file (required)

+
inputId?: string

Id of the input hosting the video file (required)

Memberof

InsertableContentInput

-
inputPath?: string

Path to the file on the input (required)

+
inputPath?: string

Path to the file on the input (required)

Memberof

InsertableContentInput

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/InterlaceFilter.html b/docs/classes/InterlaceFilter.html index af28a32ad..867b8eb56 100644 --- a/docs/classes/InterlaceFilter.html +++ b/docs/classes/InterlaceFilter.html @@ -1,5 +1,5 @@ InterlaceFilter | @bitmovin/api-sdk

Export

InterlaceFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

InterlaceFilter

-
modifiedAt?: Date

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

+

Memberof

InterlaceFilter

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: FilterType = FilterType.INTERLACE

Discriminator property for Filter

+
type: FilterType = FilterType.INTERLACE

Discriminator property for Filter

Memberof

InterlaceFilter

-
verticalLowPassFilteringMode?: VerticalLowPassFilteringMode

Memberof

InterlaceFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
verticalLowPassFilteringMode?: VerticalLowPassFilteringMode

Memberof

InterlaceFilter

+
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Invitation.html b/docs/classes/Invitation.html index 5ec324cf9..1ea128d1c 100644 --- a/docs/classes/Invitation.html +++ b/docs/classes/Invitation.html @@ -1,5 +1,5 @@ Invitation | @bitmovin/api-sdk

Export

Invitation

-

Constructors

Constructors

Properties

Constructors

Properties

company?: string

Memberof

Invitation

-
createdAt?: Date

Creation date of the invitation in UTC format

+

Constructors

Properties

company?: string

Memberof

Invitation

+
createdAt?: Date

Creation date of the invitation in UTC format

Memberof

Invitation

-
email?: string

Email address of the tenant. (required)

+
email?: string

Email address of the tenant. (required)

Memberof

Invitation

-
firstName?: string

Memberof

Invitation

-
id?: string

Memberof

Invitation

-
jobTitle?: string

Memberof

Invitation

-
lastName?: string

Memberof

Invitation

-
phone?: string

Memberof

Invitation

-

Memberof

Invitation

-
\ No newline at end of file +
firstName?: string

Memberof

Invitation

+
id?: string

Memberof

Invitation

+
jobTitle?: string

Memberof

Invitation

+
lastName?: string

Memberof

Invitation

+
phone?: string

Memberof

Invitation

+
status?: InvitationStatus

Memberof

Invitation

+
\ No newline at end of file diff --git a/docs/classes/Keyframe.html b/docs/classes/Keyframe.html index 929698dc7..2c0a2bab7 100644 --- a/docs/classes/Keyframe.html +++ b/docs/classes/Keyframe.html @@ -1,5 +1,5 @@ Keyframe | @bitmovin/api-sdk

Export

Keyframe

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
time?: number

Time in seconds where the keyframe should be inserted (required)

+
time?: number

Time in seconds where the keyframe should be inserted (required)

Memberof

Keyframe

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Label.html b/docs/classes/Label.html index 7452a2746..409d29015 100644 --- a/docs/classes/Label.html +++ b/docs/classes/Label.html @@ -1,12 +1,12 @@ Label | @bitmovin/api-sdk

Export

Label

-

Constructors

Constructors

Properties

Constructors

Properties

id?: number

Identifier of the label.

+

Constructors

Properties

id?: number

Identifier of the label.

Memberof

Label

-
lang?: string

Specifies the language of the label.

+
lang?: string

Specifies the language of the label.

Memberof

Label

-
value?: string

Content of the label. (required)

+
value?: string

Content of the label. (required)

Memberof

Label

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Link.html b/docs/classes/Link.html index 5eb9a4cb7..0311397ad 100644 --- a/docs/classes/Link.html +++ b/docs/classes/Link.html @@ -1,9 +1,9 @@ Link | @bitmovin/api-sdk

Export

Link

-

Constructors

Constructors

Properties

Constructors

Properties

href?: string

webpage target URL (required)

+

Constructors

Properties

href?: string

webpage target URL (required)

Memberof

Link

-
title?: string

Short description of the linked page

+
title?: string

Short description of the linked page

Memberof

Link

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveAutoShutdownConfiguration.html b/docs/classes/LiveAutoShutdownConfiguration.html index d16210f9d..eaf8d4cec 100644 --- a/docs/classes/LiveAutoShutdownConfiguration.html +++ b/docs/classes/LiveAutoShutdownConfiguration.html @@ -1,12 +1,12 @@ LiveAutoShutdownConfiguration | @bitmovin/api-sdk

Class LiveAutoShutdownConfiguration

Export

LiveAutoShutdownConfiguration

-

Constructors

Constructors

Properties

bytesReadTimeoutSeconds?: number

Automatically shutdown the live stream if there is no input anymore for a predefined number of seconds.

+

Constructors

Properties

bytesReadTimeoutSeconds?: number

Automatically shutdown the live stream if there is no input anymore for a predefined number of seconds.

Memberof

LiveAutoShutdownConfiguration

-
streamTimeoutMinutes?: number

Automatically shutdown the live stream after a predefined runtime in minutes.

+
streamTimeoutMinutes?: number

Automatically shutdown the live stream after a predefined runtime in minutes.

Memberof

LiveAutoShutdownConfiguration

-
waitingForFirstConnectTimeoutMinutes?: number

Automatically shutdown the live stream if input is never connected for a predefined number of minutes.

+
waitingForFirstConnectTimeoutMinutes?: number

Automatically shutdown the live stream if input is never connected for a predefined number of minutes.

Memberof

LiveAutoShutdownConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveDashManifest.html b/docs/classes/LiveDashManifest.html index b1b125205..8bbc46114 100644 --- a/docs/classes/LiveDashManifest.html +++ b/docs/classes/LiveDashManifest.html @@ -1,21 +1,21 @@ LiveDashManifest | @bitmovin/api-sdk

Class LiveDashManifest

Export

LiveDashManifest

-

Constructors

Constructors

Properties

availabilityStartTimeMode?: AvailabilityStartTimeMode

The mode to trigger the availabilityStartTime initialization.

+

Constructors

Properties

availabilityStartTimeMode?: AvailabilityStartTimeMode

The mode to trigger the availabilityStartTime initialization.

Memberof

LiveDashManifest

-
liveEdgeOffset?: number

Live edge offset in seconds

+
liveEdgeOffset?: number

Live edge offset in seconds

Memberof

LiveDashManifest

-
manifestId?: string

Dash manifest id (required)

+
manifestId?: string

Dash manifest id (required)

Memberof

LiveDashManifest

-
minimumUpdatePeriod?: number

The minimumUpdatePeriod to be set in the DASH manifest. If nothing is set, the segment duration will be set.

+
minimumUpdatePeriod?: number

The minimumUpdatePeriod to be set in the DASH manifest. If nothing is set, the segment duration will be set.

Memberof

LiveDashManifest

-
suggestedPresentationDelay?: number

The suggestedPresentationDelay to be set in the DASH manifest. If nothing is set, no value will be set.

+
suggestedPresentationDelay?: number

The suggestedPresentationDelay to be set in the DASH manifest. If nothing is set, no value will be set.

Memberof

LiveDashManifest

-
timeshift?: number

Timeshift in seconds

+
timeshift?: number

Timeshift in seconds

Memberof

LiveDashManifest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveEncoding.html b/docs/classes/LiveEncoding.html index 633c4a38d..affb2e3fe 100644 --- a/docs/classes/LiveEncoding.html +++ b/docs/classes/LiveEncoding.html @@ -1,12 +1,12 @@ LiveEncoding | @bitmovin/api-sdk

Export

LiveEncoding

-

Constructors

Constructors

Properties

application?: string

This will indicate the application 'live'

+

Constructors

Properties

application?: string

This will indicate the application 'live'

Memberof

LiveEncoding

-
encoderIp?: string

IP address of the live encoder (required)

+
encoderIp?: string

IP address of the live encoder (required)

Memberof

LiveEncoding

-
streamKey?: string

Stream key of the live encoder (required)

+
streamKey?: string

Stream key of the live encoder (required)

Memberof

LiveEncoding

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveEncodingHeartbeatWebhook.html b/docs/classes/LiveEncodingHeartbeatWebhook.html index d9e32ec1c..9a722acc8 100644 --- a/docs/classes/LiveEncodingHeartbeatWebhook.html +++ b/docs/classes/LiveEncodingHeartbeatWebhook.html @@ -1,5 +1,5 @@ LiveEncodingHeartbeatWebhook | @bitmovin/api-sdk

Class LiveEncodingHeartbeatWebhook

Export

LiveEncodingHeartbeatWebhook

-

Hierarchy (view full)

  • Webhook
    • LiveEncodingHeartbeatWebhook

Constructors

Hierarchy (view full)

  • Webhook
    • LiveEncodingHeartbeatWebhook

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
insecureSsl?: boolean

Skip verification of the SSL certificate

+
insecureSsl?: boolean

Skip verification of the SSL certificate

Memberof

Webhook

-
interval?: number

The interval of the heartbeat in seconds.

+
interval?: number

The interval of the heartbeat in seconds.

Memberof

LiveEncodingHeartbeatWebhook

-

HTTP method used for the webhook

+

HTTP method used for the webhook

Memberof

Webhook

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
schema?: any

JSON schema of the webhook payload

+
schema?: any

JSON schema of the webhook payload

Memberof

Webhook

-
signature?: WebhookSignature

Signature used for the webhook

+
signature?: WebhookSignature

Signature used for the webhook

Memberof

Webhook

-
url?: string

Webhook URL (required)

+
url?: string

Webhook URL (required)

Memberof

Webhook

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveEncodingOptionsStatistics.html b/docs/classes/LiveEncodingOptionsStatistics.html index 95d3b00eb..574a862ef 100644 --- a/docs/classes/LiveEncodingOptionsStatistics.html +++ b/docs/classes/LiveEncodingOptionsStatistics.html @@ -1,11 +1,11 @@ LiveEncodingOptionsStatistics | @bitmovin/api-sdk

Class LiveEncodingOptionsStatistics

Export

LiveEncodingOptionsStatistics

-

Constructors

Constructors

Properties

Constructors

Properties

encodingId?: string

The ID of the encoding (required)

+

Constructors

Properties

encodingId?: string

The ID of the encoding (required)

Memberof

LiveEncodingOptionsStatistics

-
type?: HD

Memberof

LiveEncodingOptionsStatistics

-
unitsUsed?: number

Live option units used (required)

+
type?: HD

Memberof

LiveEncodingOptionsStatistics

+
unitsUsed?: number

Live option units used (required)

Memberof

LiveEncodingOptionsStatistics

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveEncodingStats.html b/docs/classes/LiveEncodingStats.html index 6ac247882..a3deb2e89 100644 --- a/docs/classes/LiveEncodingStats.html +++ b/docs/classes/LiveEncodingStats.html @@ -1,11 +1,11 @@ LiveEncodingStats | @bitmovin/api-sdk

Class LiveEncodingStats

Export

LiveEncodingStats

-

Constructors

Constructors

Properties

Constructors

Properties

List of events

+

Constructors

Properties

List of events

Memberof

LiveEncodingStats

-
statistics?: StreamInfos[]

List of statistics

+
statistics?: StreamInfos[]

List of statistics

Memberof

LiveEncodingStats

-

Memberof

LiveEncodingStats

-
\ No newline at end of file +
status?: LiveEncodingStatus

Memberof

LiveEncodingStats

+
\ No newline at end of file diff --git a/docs/classes/LiveEncodingStatsEvent.html b/docs/classes/LiveEncodingStatsEvent.html index 7b7d0d48b..ec2a95620 100644 --- a/docs/classes/LiveEncodingStatsEvent.html +++ b/docs/classes/LiveEncodingStatsEvent.html @@ -1,8 +1,8 @@ LiveEncodingStatsEvent | @bitmovin/api-sdk

Class LiveEncodingStatsEvent

Export

LiveEncodingStatsEvent

-

Constructors

Constructors

Properties

Constructors

Properties

Memberof

LiveEncodingStatsEvent

-
time?: Date

Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

+

Constructors

Properties

Memberof

LiveEncodingStatsEvent

+
time?: Date

Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

Memberof

LiveEncodingStatsEvent

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveEncodingStatsEventDetails.html b/docs/classes/LiveEncodingStatsEventDetails.html index 31762b295..ec36c0d2e 100644 --- a/docs/classes/LiveEncodingStatsEventDetails.html +++ b/docs/classes/LiveEncodingStatsEventDetails.html @@ -1,14 +1,14 @@ LiveEncodingStatsEventDetails | @bitmovin/api-sdk

Class LiveEncodingStatsEventDetails

Export

LiveEncodingStatsEventDetails

-

Constructors

Constructors

Properties

durationInSeconds?: number

Duration in seconds

+

Constructors

Properties

durationInSeconds?: number

Duration in seconds

Memberof

LiveEncodingStatsEventDetails

-

Memberof

LiveEncodingStatsEventDetails

-
message?: string

Short description of the event

+

Memberof

LiveEncodingStatsEventDetails

+
message?: string

Short description of the event

Memberof

LiveEncodingStatsEventDetails

-
midRollAssetNames?: string[]

Name of the mid roll asset name

+
midRollAssetNames?: string[]

Name of the mid roll asset name

Memberof

LiveEncodingStatsEventDetails

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveHlsManifest.html b/docs/classes/LiveHlsManifest.html index 782d71041..0f7a0c879 100644 --- a/docs/classes/LiveHlsManifest.html +++ b/docs/classes/LiveHlsManifest.html @@ -1,21 +1,21 @@ LiveHlsManifest | @bitmovin/api-sdk

Export

LiveHlsManifest

-

Constructors

Constructors

Properties

adMarkerSettings?: HlsManifestAdMarkerSettings

Configuration for tags related to ad markers (e.g. Scte35)

+

Constructors

Properties

adMarkerSettings?: HlsManifestAdMarkerSettings

Configuration for tags related to ad markers (e.g. Scte35)

Memberof

LiveHlsManifest

-
insertProgramDateTime?: boolean

Specifies if the EXT-X-PROGRAM-DATETIME tag will be included

+
insertProgramDateTime?: boolean

Specifies if the EXT-X-PROGRAM-DATETIME tag will be included

Memberof

LiveHlsManifest

-
liveEdgeOffset?: number

Live edge offset in seconds

+
liveEdgeOffset?: number

Live edge offset in seconds

Memberof

LiveHlsManifest

-
manifestId?: string

HLS manifest id (required)

+
manifestId?: string

HLS manifest id (required)

Memberof

LiveHlsManifest

-
programDateTimeSettings?: ProgramDateTimeSettings

Configuration for the EXT-X-PROGRAM-DATETIME tag

+
programDateTimeSettings?: ProgramDateTimeSettings

Configuration for the EXT-X-PROGRAM-DATETIME tag

Memberof

LiveHlsManifest

-
timeshift?: number

Timeshift in seconds. We recommend to use a timeshift value not greater than 3 hours (10800.0 seconds). Longer values could negatively impact the manifest update frequency.

+
timeshift?: number

Timeshift in seconds. We recommend to use a timeshift value not greater than 3 hours (10800.0 seconds). Longer values could negatively impact the manifest update frequency.

Memberof

LiveHlsManifest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveMediaIngestOutput.html b/docs/classes/LiveMediaIngestOutput.html index 368fd05d2..ef00870ca 100644 --- a/docs/classes/LiveMediaIngestOutput.html +++ b/docs/classes/LiveMediaIngestOutput.html @@ -1,6 +1,6 @@ LiveMediaIngestOutput | @bitmovin/api-sdk

Class LiveMediaIngestOutput

Live Media and Metadata Ingest Protocol. See https://tools.ietf.org/html/draft-mekuria-mmediaingest-01.

Export

LiveMediaIngestOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
publishingPoint?: string

URL specifying the publishing point for the output. Can use either http or https. (required)

+
publishingPoint?: string

URL specifying the publishing point for the output. Can use either http or https. (required)

Memberof

LiveMediaIngestOutput

-
type: OutputType = OutputType.LIVE_MEDIA_INGEST

Discriminator property for Output

+
type: OutputType = OutputType.LIVE_MEDIA_INGEST

Discriminator property for Output

Memberof

LiveMediaIngestOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/LiveOptionsBreakdownEntry.html b/docs/classes/LiveOptionsBreakdownEntry.html index bb279c35f..638c266e8 100644 --- a/docs/classes/LiveOptionsBreakdownEntry.html +++ b/docs/classes/LiveOptionsBreakdownEntry.html @@ -1,8 +1,8 @@ LiveOptionsBreakdownEntry | @bitmovin/api-sdk

Class LiveOptionsBreakdownEntry

Export

LiveOptionsBreakdownEntry

-

Constructors

Constructors

Properties

Constructors

Properties

date?: Date

Date, format: yyyy-MM-dd (required)

+

Constructors

Properties

date?: Date

Date, format: yyyy-MM-dd (required)

Memberof

LiveOptionsBreakdownEntry

-

Memberof

LiveOptionsBreakdownEntry

-
\ No newline at end of file +
hd?: LiveOptionsEntry

Memberof

LiveOptionsBreakdownEntry

+
\ No newline at end of file diff --git a/docs/classes/LiveOptionsEntry.html b/docs/classes/LiveOptionsEntry.html index c8ea7a4be..bf34e8d70 100644 --- a/docs/classes/LiveOptionsEntry.html +++ b/docs/classes/LiveOptionsEntry.html @@ -1,6 +1,6 @@ LiveOptionsEntry | @bitmovin/api-sdk

Class LiveOptionsEntry

Export

LiveOptionsEntry

-

Constructors

Constructors

Properties

Constructors

Properties

unitsUsed?: number

Live option units used (required)

+

Constructors

Properties

unitsUsed?: number

Live option units used (required)

Memberof

LiveOptionsEntry

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveOptionsStatistics.html b/docs/classes/LiveOptionsStatistics.html index 3879f6fca..4b1719b30 100644 --- a/docs/classes/LiveOptionsStatistics.html +++ b/docs/classes/LiveOptionsStatistics.html @@ -1,8 +1,8 @@ LiveOptionsStatistics | @bitmovin/api-sdk

Class LiveOptionsStatistics

Export

LiveOptionsStatistics

-

Constructors

Constructors

Properties

Constructors

Properties

Live options statistics aggregated per day (required)

+

Constructors

Properties

Live options statistics aggregated per day (required)

Memberof

LiveOptionsStatistics

-

Memberof

LiveOptionsStatistics

-
\ No newline at end of file +
summary?: LiveOptionsSummary

Memberof

LiveOptionsStatistics

+
\ No newline at end of file diff --git a/docs/classes/LiveOptionsSummary.html b/docs/classes/LiveOptionsSummary.html index 9efe039c6..c8290637a 100644 --- a/docs/classes/LiveOptionsSummary.html +++ b/docs/classes/LiveOptionsSummary.html @@ -1,5 +1,5 @@ LiveOptionsSummary | @bitmovin/api-sdk

Class LiveOptionsSummary

Export

LiveOptionsSummary

-
\ No newline at end of file +

Constructors

Properties

Memberof

LiveOptionsSummary

+
\ No newline at end of file diff --git a/docs/classes/LiveStandbyPoolDetails.html b/docs/classes/LiveStandbyPoolDetails.html index a6fd39136..82bf76630 100644 --- a/docs/classes/LiveStandbyPoolDetails.html +++ b/docs/classes/LiveStandbyPoolDetails.html @@ -1,5 +1,5 @@ LiveStandbyPoolDetails | @bitmovin/api-sdk

Class LiveStandbyPoolDetails

Export

LiveStandbyPoolDetails

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
encodingTemplate?: string

Base64 encoded template used to start the encodings in the pool

+
encodingTemplate?: string

Base64 encoded template used to start the encodings in the pool

Memberof

LiveStandbyPoolDetails

-
encodingTemplateName?: string

The name of the encoding template used with this Standby Pool

+
encodingTemplateName?: string

The name of the encoding template used with this Standby Pool

Memberof

LiveStandbyPoolResponse

-
errorEncodings?: number

Number of instances currently in error state in the pool

+
errorEncodings?: number

Number of instances currently in error state in the pool

Memberof

LiveStandbyPoolResponse

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

LiveStandbyPoolResponse

-
preparingEncodings?: number

Number of instances currently being prepared in the pool

+

Memberof

LiveStandbyPoolResponse

+
preparingEncodings?: number

Number of instances currently being prepared in the pool

Memberof

LiveStandbyPoolResponse

-
readyEncodings?: number

Number of instances currently in ready state in the pool

+
readyEncodings?: number

Number of instances currently in ready state in the pool

Memberof

LiveStandbyPoolResponse

-
targetPoolSize?: number

Number of instances to keep ready for streaming while the pool is running (required)

+
targetPoolSize?: number

Number of instances to keep ready for streaming while the pool is running (required)

Memberof

LiveStandbyPoolResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveStandbyPoolEncoding.html b/docs/classes/LiveStandbyPoolEncoding.html index 9aeeefd9f..f26114271 100644 --- a/docs/classes/LiveStandbyPoolEncoding.html +++ b/docs/classes/LiveStandbyPoolEncoding.html @@ -1,5 +1,5 @@ LiveStandbyPoolEncoding | @bitmovin/api-sdk

Class LiveStandbyPoolEncoding

Export

LiveStandbyPoolEncoding

-

Constructors

Constructors

Properties

Constructors

Properties

createdAt?: string

Memberof

LiveStandbyPoolEncoding

-
encodingId?: string

ID of the encoding that ready for ingest in the standby pool

+

Constructors

Properties

createdAt?: string

Memberof

LiveStandbyPoolEncoding

+
encodingId?: string

ID of the encoding that ready for ingest in the standby pool

Memberof

LiveStandbyPoolEncoding

-
id?: string

Memberof

LiveStandbyPoolEncoding

-

Memberof

LiveStandbyPoolEncoding

-

Memberof

LiveStandbyPoolEncoding

-
modifiedAt?: string

Memberof

LiveStandbyPoolEncoding

-

Memberof

LiveStandbyPoolEncoding

-
\ No newline at end of file +
id?: string

Memberof

LiveStandbyPoolEncoding

+
ingestPoints?: LiveStandbyPoolEncodingIngestPoint[]

Memberof

LiveStandbyPoolEncoding

+
manifests?: LiveStandbyPoolEncodingManifest[]

Memberof

LiveStandbyPoolEncoding

+
modifiedAt?: string

Memberof

LiveStandbyPoolEncoding

+
status?: LiveStandbyPoolEncodingStatus

Memberof

LiveStandbyPoolEncoding

+
\ No newline at end of file diff --git a/docs/classes/LiveStandbyPoolEncodingIngestPoint.html b/docs/classes/LiveStandbyPoolEncodingIngestPoint.html index bd30e9662..a036eb769 100644 --- a/docs/classes/LiveStandbyPoolEncodingIngestPoint.html +++ b/docs/classes/LiveStandbyPoolEncodingIngestPoint.html @@ -1,9 +1,9 @@ LiveStandbyPoolEncodingIngestPoint | @bitmovin/api-sdk

Class LiveStandbyPoolEncodingIngestPoint

Export

LiveStandbyPoolEncodingIngestPoint

-

Constructors

Constructors

Properties

Constructors

Properties

streamBaseUrl?: string

URL to the RTMP/RTMPS endpoint for this live encoding

+

Constructors

Properties

streamBaseUrl?: string

URL to the RTMP/RTMPS endpoint for this live encoding

Memberof

LiveStandbyPoolEncodingIngestPoint

-
streamKey?: string

Stream key value of this live encoding

+
streamKey?: string

Stream key value of this live encoding

Memberof

LiveStandbyPoolEncodingIngestPoint

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveStandbyPoolEncodingManifest.html b/docs/classes/LiveStandbyPoolEncodingManifest.html index 61cde0bf4..592051d1f 100644 --- a/docs/classes/LiveStandbyPoolEncodingManifest.html +++ b/docs/classes/LiveStandbyPoolEncodingManifest.html @@ -1,11 +1,11 @@ LiveStandbyPoolEncodingManifest | @bitmovin/api-sdk

Class LiveStandbyPoolEncodingManifest

Export

LiveStandbyPoolEncodingManifest

-

Constructors

Constructors

Properties

Constructors

Properties

manifestId?: string

ID of the manifest that was created for the encoding

+

Constructors

Properties

manifestId?: string

ID of the manifest that was created for the encoding

Memberof

LiveStandbyPoolEncodingManifest

-

Memberof

LiveStandbyPoolEncodingManifest

-
url?: string

URL to the manifest

+

Memberof

LiveStandbyPoolEncodingManifest

+
url?: string

URL to the manifest

Memberof

LiveStandbyPoolEncodingManifest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveStandbyPoolEventLog.html b/docs/classes/LiveStandbyPoolEventLog.html index fa7fe3a89..89dcd8d15 100644 --- a/docs/classes/LiveStandbyPoolEventLog.html +++ b/docs/classes/LiveStandbyPoolEventLog.html @@ -1,5 +1,5 @@ LiveStandbyPoolEventLog | @bitmovin/api-sdk

Class LiveStandbyPoolEventLog

Export

LiveStandbyPoolEventLog

-

Constructors

Constructors

Properties

createdAt?: string

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

+

Constructors

Properties

createdAt?: string

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

Memberof

LiveStandbyPoolEventLog

-
details?: string

Detailed description, payloads, hints on how to resolve errors, etc

+
details?: string

Detailed description, payloads, hints on how to resolve errors, etc

Memberof

LiveStandbyPoolEventLog

-

Memberof

LiveStandbyPoolEventLog

-
id?: string

UUID of the entry

+

Memberof

LiveStandbyPoolEventLog

+
id?: string

UUID of the entry

Memberof

LiveStandbyPoolEventLog

-
message?: string

Short description of the event

+
message?: string

Short description of the event

Memberof

LiveStandbyPoolEventLog

-
standbyPoolEncodingId?: string

(Optional) Id of the standby pool encoding associated with the event

+
standbyPoolEncodingId?: string

(Optional) Id of the standby pool encoding associated with the event

Memberof

LiveStandbyPoolEventLog

-
standbyPoolId?: string

Id of the standby_pool associated with the event log

+
standbyPoolId?: string

Id of the standby_pool associated with the event log

Memberof

LiveStandbyPoolEventLog

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveStandbyPoolRequest.html b/docs/classes/LiveStandbyPoolRequest.html index 505078578..cac2bf681 100644 --- a/docs/classes/LiveStandbyPoolRequest.html +++ b/docs/classes/LiveStandbyPoolRequest.html @@ -1,5 +1,5 @@ LiveStandbyPoolRequest | @bitmovin/api-sdk

Class LiveStandbyPoolRequest

Export

LiveStandbyPoolRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
encodingTemplate?: string

Base64 encoded template used to start the encodings in the pool (required)

+
encodingTemplate?: string

Base64 encoded template used to start the encodings in the pool (required)

Memberof

LiveStandbyPoolRequest

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
targetPoolSize?: number

Number of instances to keep ready for streaming while the pool is running (required)

+
targetPoolSize?: number

Number of instances to keep ready for streaming while the pool is running (required)

Memberof

LiveStandbyPoolRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveStandbyPoolResponse.html b/docs/classes/LiveStandbyPoolResponse.html index 11fe367fe..49101f0c5 100644 --- a/docs/classes/LiveStandbyPoolResponse.html +++ b/docs/classes/LiveStandbyPoolResponse.html @@ -1,5 +1,5 @@ LiveStandbyPoolResponse | @bitmovin/api-sdk

Class LiveStandbyPoolResponse

Export

LiveStandbyPoolResponse

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
encodingTemplateName?: string

The name of the encoding template used with this Standby Pool

+
encodingTemplateName?: string

The name of the encoding template used with this Standby Pool

Memberof

LiveStandbyPoolResponse

-
errorEncodings?: number

Number of instances currently in error state in the pool

+
errorEncodings?: number

Number of instances currently in error state in the pool

Memberof

LiveStandbyPoolResponse

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Memberof

LiveStandbyPoolResponse

-
preparingEncodings?: number

Number of instances currently being prepared in the pool

+

Memberof

LiveStandbyPoolResponse

+
preparingEncodings?: number

Number of instances currently being prepared in the pool

Memberof

LiveStandbyPoolResponse

-
readyEncodings?: number

Number of instances currently in ready state in the pool

+
readyEncodings?: number

Number of instances currently in ready state in the pool

Memberof

LiveStandbyPoolResponse

-
targetPoolSize?: number

Number of instances to keep ready for streaming while the pool is running (required)

+
targetPoolSize?: number

Number of instances to keep ready for streaming while the pool is running (required)

Memberof

LiveStandbyPoolResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LiveStandbyPoolUpdate.html b/docs/classes/LiveStandbyPoolUpdate.html index c655aaa2d..012705ab2 100644 --- a/docs/classes/LiveStandbyPoolUpdate.html +++ b/docs/classes/LiveStandbyPoolUpdate.html @@ -1,9 +1,9 @@ LiveStandbyPoolUpdate | @bitmovin/api-sdk

Class LiveStandbyPoolUpdate

Export

LiveStandbyPoolUpdate

-

Constructors

Constructors

Properties

encodingTemplate?: string

Base64 encoded template used to start the encodings in the pool

+

Constructors

Properties

encodingTemplate?: string

Base64 encoded template used to start the encodings in the pool

Memberof

LiveStandbyPoolUpdate

-
targetPoolSize?: number

Number of instances to keep ready for streaming while the pool is running

+
targetPoolSize?: number

Number of instances to keep ready for streaming while the pool is running

Memberof

LiveStandbyPoolUpdate

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/LocalInput.html b/docs/classes/LocalInput.html index 049c3bc40..8a82cabfc 100644 --- a/docs/classes/LocalInput.html +++ b/docs/classes/LocalInput.html @@ -1,5 +1,5 @@ LocalInput | @bitmovin/api-sdk

Export

LocalInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
path?: string

Path to your local storage (required)

+
path?: string

Path to your local storage (required)

Memberof

LocalInput

-
type: InputType = InputType.LOCAL

Discriminator property for Input

+
type: InputType = InputType.LOCAL

Discriminator property for Input

Memberof

LocalInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/LocalOutput.html b/docs/classes/LocalOutput.html index 23e19d209..205dd4542 100644 --- a/docs/classes/LocalOutput.html +++ b/docs/classes/LocalOutput.html @@ -1,5 +1,5 @@ LocalOutput | @bitmovin/api-sdk

Export

LocalOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
path?: string

Path to your local storage (required)

+
path?: string

Path to your local storage (required)

Memberof

LocalOutput

-
type: OutputType = OutputType.LOCAL

Discriminator property for Output

+
type: OutputType = OutputType.LOCAL

Discriminator property for Output

Memberof

LocalOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Manifest.html b/docs/classes/Manifest.html index aa1b772a5..0d2cf84a9 100644 --- a/docs/classes/Manifest.html +++ b/docs/classes/Manifest.html @@ -1,5 +1,5 @@ Manifest | @bitmovin/api-sdk

Export

Manifest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

+
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

-
status?: Status

Current status

+
status?: Status

Current status

Memberof

Manifest

-

Memberof

Manifest

-
\ No newline at end of file +
type?: ManifestType

Memberof

Manifest

+
\ No newline at end of file diff --git a/docs/classes/ManifestResource.html b/docs/classes/ManifestResource.html index 65efd5463..ec802dc5d 100644 --- a/docs/classes/ManifestResource.html +++ b/docs/classes/ManifestResource.html @@ -1,6 +1,6 @@ ManifestResource | @bitmovin/api-sdk

Class ManifestResource

Export

ManifestResource

-

Constructors

Constructors

Properties

Constructors

Properties

manifestId?: string

Id of the manifest resource (required)

+

Constructors

Properties

manifestId?: string

Id of the manifest resource (required)

Memberof

ManifestResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ManifestTypeResponse.html b/docs/classes/ManifestTypeResponse.html index d79484941..b9d2a9504 100644 --- a/docs/classes/ManifestTypeResponse.html +++ b/docs/classes/ManifestTypeResponse.html @@ -1,6 +1,6 @@ ManifestTypeResponse | @bitmovin/api-sdk

Class ManifestTypeResponse

Export

ManifestTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

The type of the manifest

+

Constructors

Properties

The type of the manifest

Memberof

ManifestTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/MarlinDrm.html b/docs/classes/MarlinDrm.html index 0ed0651bd..1662d2330 100644 --- a/docs/classes/MarlinDrm.html +++ b/docs/classes/MarlinDrm.html @@ -1,5 +1,5 @@ MarlinDrm | @bitmovin/api-sdk

Export

MarlinDrm

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
key?: string

16 byte key in hex (32 characters) (required)

+
key?: string

16 byte key in hex (32 characters) (required)

Memberof

MarlinDrm

-
kid?: string

16 byte key in hex (32 characters) (required)

+
kid?: string

16 byte key in hex (32 characters) (required)

Memberof

MarlinDrm

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
type: DrmType = DrmType.MARLIN

Discriminator property for Drm

+
outputs?: EncodingOutput[]

Memberof

Drm

+
type: DrmType = DrmType.MARLIN

Discriminator property for Drm

Memberof

MarlinDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/MediaInfoTypeResponse.html b/docs/classes/MediaInfoTypeResponse.html index 30c56eb67..670c766e7 100644 --- a/docs/classes/MediaInfoTypeResponse.html +++ b/docs/classes/MediaInfoTypeResponse.html @@ -1,6 +1,6 @@ MediaInfoTypeResponse | @bitmovin/api-sdk

Class MediaInfoTypeResponse

Export

MediaInfoTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

The type of the media-info

+

Constructors

Properties

The type of the media-info

Memberof

MediaInfoTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/MediaStream.html b/docs/classes/MediaStream.html index cc8455fc7..bd8ca261b 100644 --- a/docs/classes/MediaStream.html +++ b/docs/classes/MediaStream.html @@ -1,15 +1,15 @@ MediaStream | @bitmovin/api-sdk

Export

MediaStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

codec?: string

Codec of the stream

+

Constructors

Properties

codec?: string

Codec of the stream

Memberof

MediaStream

-
duration?: number

Duration of the stream in seconds

+
duration?: number

Duration of the stream in seconds

Memberof

MediaStream

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
position?: number

Position of the stream in the media, starting from 0.

+
position?: number

Position of the stream in the media, starting from 0.

Memberof

MediaStream

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Message.html b/docs/classes/Message.html index 94b8736cd..73311a938 100644 --- a/docs/classes/Message.html +++ b/docs/classes/Message.html @@ -1,5 +1,5 @@ Message | @bitmovin/api-sdk

Export

Message

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

date? field? id? @@ -7,18 +7,18 @@ more? text? type? -

Constructors

Properties

date?: Date

Timestamp when the message occurred

+

Constructors

Properties

date?: Date

Timestamp when the message occurred

Memberof

Message

-
field?: string

Name of the field to which the message is referring to

+
field?: string

Name of the field to which the message is referring to

Memberof

Message

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
links?: Link[]

collection of links to webpages containing further information on the topic

+
links?: Link[]

collection of links to webpages containing further information on the topic

Memberof

Message

-
more?: any

Service-specific information

+
more?: any

Service-specific information

Memberof

Message

-
text?: string

Message text (required)

+
text?: string

Message text (required)

Memberof

Message

-

Message type giving a hint on the importance of the message (log level) (required)

+

Message type giving a hint on the importance of the message (log level) (required)

Memberof

Message

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/MjpegVideoConfiguration.html b/docs/classes/MjpegVideoConfiguration.html index 80ecb4298..40c5eb3a8 100644 --- a/docs/classes/MjpegVideoConfiguration.html +++ b/docs/classes/MjpegVideoConfiguration.html @@ -1,5 +1,5 @@ MjpegVideoConfiguration | @bitmovin/api-sdk

Class MjpegVideoConfiguration

Export

MjpegVideoConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
height?: number

Height of the encoded video

+
height?: number

Height of the encoded video

Memberof

MjpegVideoConfiguration

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
pixelFormat?: PixelFormat

Memberof

MjpegVideoConfiguration

-
qScale?: number

The quality scale parameter (required)

+
pixelFormat?: PixelFormat

Memberof

MjpegVideoConfiguration

+
qScale?: number

The quality scale parameter (required)

Memberof

MjpegVideoConfiguration

-
rate?: number

Target frame rate of the encoded video! (required)

+
rate?: number

Target frame rate of the encoded video! (required)

Memberof

MjpegVideoConfiguration

-
type: CodecConfigType = CodecConfigType.MJPEG

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.MJPEG

Discriminator property for CodecConfiguration

Memberof

MjpegVideoConfiguration

-
width?: number

Width of the encoded video

+
width?: number

Width of the encoded video

Memberof

MjpegVideoConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Mp2AudioConfiguration.html b/docs/classes/Mp2AudioConfiguration.html index 0a73a2f89..a446aeb3f 100644 --- a/docs/classes/Mp2AudioConfiguration.html +++ b/docs/classes/Mp2AudioConfiguration.html @@ -1,5 +1,5 @@ Mp2AudioConfiguration | @bitmovin/api-sdk

Class Mp2AudioConfiguration

Export

Mp2AudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: ChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: ChannelLayout

Channel layout of the audio codec configuration

Memberof

Mp2AudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.MP2

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.MP2

Discriminator property for CodecConfiguration

Memberof

Mp2AudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Mp3AudioConfiguration.html b/docs/classes/Mp3AudioConfiguration.html index ae4111254..ee56f3d69 100644 --- a/docs/classes/Mp3AudioConfiguration.html +++ b/docs/classes/Mp3AudioConfiguration.html @@ -1,5 +1,5 @@ Mp3AudioConfiguration | @bitmovin/api-sdk

Class Mp3AudioConfiguration

Export

Mp3AudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: ChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: ChannelLayout

Channel layout of the audio codec configuration

Memberof

Mp3AudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.MP3

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.MP3

Discriminator property for CodecConfiguration

Memberof

Mp3AudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Mp3Muxing.html b/docs/classes/Mp3Muxing.html index c4445c230..c2ab4cfe4 100644 --- a/docs/classes/Mp3Muxing.html +++ b/docs/classes/Mp3Muxing.html @@ -1,5 +1,5 @@ Mp3Muxing | @bitmovin/api-sdk

Export

Mp3Muxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

Name of the output file (required)

+
filename?: string

Name of the output file (required)

Memberof

Mp3Muxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.MP3

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.MP3

Discriminator property for Muxing

Memberof

Mp3Muxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Mp3MuxingInformation.html b/docs/classes/Mp3MuxingInformation.html index a7e6fd6d6..e27ac2d07 100644 --- a/docs/classes/Mp3MuxingInformation.html +++ b/docs/classes/Mp3MuxingInformation.html @@ -1,5 +1,5 @@ Mp3MuxingInformation | @bitmovin/api-sdk

Class Mp3MuxingInformation

Export

Mp3MuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

ProgressiveMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

ProgressiveMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

ProgressiveMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

ProgressiveMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

ProgressiveMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

ProgressiveMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

ProgressiveMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Mp4Muxing.html b/docs/classes/Mp4Muxing.html index 63e2c9fc7..82bc396cf 100644 --- a/docs/classes/Mp4Muxing.html +++ b/docs/classes/Mp4Muxing.html @@ -1,5 +1,5 @@ Mp4Muxing | @bitmovin/api-sdk

Export

Mp4Muxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
dolbyVisionConfiguration?: DolbyVisionMuxingConfiguration

Dolby Vision specific configuration

+
dolbyVisionConfiguration?: DolbyVisionMuxingConfiguration

Dolby Vision specific configuration

Memberof

Mp4Muxing

-
filename?: string

Name of the output file (either filename or name is required, prefer filename)

+
filename?: string

Name of the output file (either filename or name is required, prefer filename)

Memberof

Mp4Muxing

-
fragmentDuration?: number

Duration of fragments in milliseconds. Required for Fragmented MP4 Muxing (for Smooth Streaming or DASH On-Demand). Not setting this will result in unfragmented mp4.

+
fragmentDuration?: number

Duration of fragments in milliseconds. Required for Fragmented MP4 Muxing (for Smooth Streaming or DASH On-Demand). Not setting this will result in unfragmented mp4.

Memberof

Mp4Muxing

-
fragmentedMP4MuxingManifestType?: FragmentedMp4MuxingManifestType

Memberof

Mp4Muxing

-
id?: string

Id of the resource (required)

+
fragmentedMP4MuxingManifestType?: FragmentedMp4MuxingManifestType

Memberof

Mp4Muxing

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.MP4

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.MP4

Discriminator property for Muxing

Memberof

Mp4Muxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Mp4MuxingInformation.html b/docs/classes/Mp4MuxingInformation.html index 0404d5a44..fadfeb0a0 100644 --- a/docs/classes/Mp4MuxingInformation.html +++ b/docs/classes/Mp4MuxingInformation.html @@ -1,5 +1,5 @@ Mp4MuxingInformation | @bitmovin/api-sdk

Class Mp4MuxingInformation

Export

Mp4MuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

ProgressiveMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

ProgressiveMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

ProgressiveMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

ProgressiveMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

ProgressiveMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

ProgressiveMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

ProgressiveMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Muxing.html b/docs/classes/Muxing.html index 64c69f450..6ced64363 100644 --- a/docs/classes/Muxing.html +++ b/docs/classes/Muxing.html @@ -1,5 +1,5 @@ Muxing | @bitmovin/api-sdk

Export

Muxing

-

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
streams?: MuxingStream[]

Memberof

Muxing

+
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/MuxingInformationAudioTrack.html b/docs/classes/MuxingInformationAudioTrack.html index 4c473ad4a..683489f0f 100644 --- a/docs/classes/MuxingInformationAudioTrack.html +++ b/docs/classes/MuxingInformationAudioTrack.html @@ -1,5 +1,5 @@ MuxingInformationAudioTrack | @bitmovin/api-sdk

Class MuxingInformationAudioTrack

Export

MuxingInformationAudioTrack

-

Constructors

Constructors

Properties

Constructors

Properties

bitRate?: number

The bitrate of the audio track

+

Constructors

Properties

bitRate?: number

The bitrate of the audio track

Memberof

MuxingInformationAudioTrack

-
channels?: number

The number of channels in this audio stream

+
channels?: number

The number of channels in this audio stream

Memberof

MuxingInformationAudioTrack

-
codec?: string

The codec used for the track

+
codec?: string

The codec used for the track

Memberof

MuxingInformationAudioTrack

-
codecIso?: string

The codec string of the track

+
codecIso?: string

The codec string of the track

Memberof

MuxingInformationAudioTrack

-
duration?: number

The duration in seconds

+
duration?: number

The duration in seconds

Memberof

MuxingInformationAudioTrack

-
index?: number

The stream index in the container

+
index?: number

The stream index in the container

Memberof

MuxingInformationAudioTrack

-
rate?: number

Memberof

MuxingInformationAudioTrack

-
sampleRate?: number

The sampling rate of the audio stream

+
rate?: number

Memberof

MuxingInformationAudioTrack

+
sampleRate?: number

The sampling rate of the audio stream

Memberof

MuxingInformationAudioTrack

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/MuxingInformationVideoTrack.html b/docs/classes/MuxingInformationVideoTrack.html index 915b4d3f2..1705b3295 100644 --- a/docs/classes/MuxingInformationVideoTrack.html +++ b/docs/classes/MuxingInformationVideoTrack.html @@ -1,5 +1,5 @@ MuxingInformationVideoTrack | @bitmovin/api-sdk

Class MuxingInformationVideoTrack

Export

MuxingInformationVideoTrack

-

Constructors

Constructors

Properties

Constructors

Properties

aspectRatio?: string

The aspect ratio of the stream

+

Constructors

Properties

aspectRatio?: string

The aspect ratio of the stream

Memberof

MuxingInformationVideoTrack

-
bitRate?: number

The bitrate of the video track

+
bitRate?: number

The bitrate of the video track

Memberof

MuxingInformationVideoTrack

-
codec?: string

The codec used for the track

+
codec?: string

The codec used for the track

Memberof

MuxingInformationVideoTrack

-
codecIso?: string

The codec string of the track

+
codecIso?: string

The codec string of the track

Memberof

MuxingInformationVideoTrack

-
duration?: number

The duration in seconds

+
duration?: number

The duration in seconds

Memberof

MuxingInformationVideoTrack

-
frameHeight?: number

The height of the frame in pixel

+
frameHeight?: number

The height of the frame in pixel

Memberof

MuxingInformationVideoTrack

-
frameMode?: string

The frame mode (e.g. progressive)

+
frameMode?: string

The frame mode (e.g. progressive)

Memberof

MuxingInformationVideoTrack

-
frameRate?: string

The frame rate of the stream in fractional format

+
frameRate?: string

The frame rate of the stream in fractional format

Memberof

MuxingInformationVideoTrack

-
frameWidth?: number

The width of the frame in pixel

+
frameWidth?: number

The width of the frame in pixel

Memberof

MuxingInformationVideoTrack

-
index?: number

The stream index in the container

+
index?: number

The stream index in the container

Memberof

MuxingInformationVideoTrack

-
numberOfFrames?: number

The number of frames of that video track

+
numberOfFrames?: number

The number of frames of that video track

Memberof

MuxingInformationVideoTrack

-
pixelFormat?: string

The pixel format used

+
pixelFormat?: string

The pixel format used

Memberof

MuxingInformationVideoTrack

-
rate?: number

Memberof

MuxingInformationVideoTrack

-
startTime?: number

The start time in seconds

+
rate?: number

Memberof

MuxingInformationVideoTrack

+
startTime?: number

The start time in seconds

Memberof

MuxingInformationVideoTrack

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/MuxingStream.html b/docs/classes/MuxingStream.html index 6415edaaf..3c831d02b 100644 --- a/docs/classes/MuxingStream.html +++ b/docs/classes/MuxingStream.html @@ -1,5 +1,5 @@ MuxingStream | @bitmovin/api-sdk

Export

MuxingStream

-

Constructors

Constructors

Properties

Constructors

Properties

streamId?: string

Memberof

MuxingStream

-
\ No newline at end of file +

Constructors

Properties

streamId?: string

Memberof

MuxingStream

+
\ No newline at end of file diff --git a/docs/classes/MuxingTypeResponse.html b/docs/classes/MuxingTypeResponse.html index 0997580c9..f2109673f 100644 --- a/docs/classes/MuxingTypeResponse.html +++ b/docs/classes/MuxingTypeResponse.html @@ -1,6 +1,6 @@ MuxingTypeResponse | @bitmovin/api-sdk

Class MuxingTypeResponse

Export

MuxingTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

type?: MuxingType

The type of the Muxing

+

Constructors

Properties

type?: MuxingType

The type of the Muxing

Memberof

MuxingTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/MxfMuxing.html b/docs/classes/MxfMuxing.html index 2e30b5a04..5e8264c77 100644 --- a/docs/classes/MxfMuxing.html +++ b/docs/classes/MxfMuxing.html @@ -1,5 +1,5 @@ MxfMuxing | @bitmovin/api-sdk

Export

MxfMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

Name of the output file (required)

+
filename?: string

Name of the output file (required)

Memberof

MxfMuxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.MXF

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.MXF

Discriminator property for Muxing

Memberof

MxfMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/NexGuardFileMarker.html b/docs/classes/NexGuardFileMarker.html index f0f9f7361..6efeb286c 100644 --- a/docs/classes/NexGuardFileMarker.html +++ b/docs/classes/NexGuardFileMarker.html @@ -1,5 +1,5 @@ NexGuardFileMarker | @bitmovin/api-sdk

Class NexGuardFileMarker

Export

NexGuardFileMarker

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
license?: string

Use the base64 license string that Nagra provides you. (required)

+
license?: string

Use the base64 license string that Nagra provides you. (required)

Memberof

NexGuardFileMarker

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
payload?: number

Specify the payload ID that you want to be associated with this output. Valid values vary depending on your Nagra NexGuard forensic watermarking workflow. For PreRelease Content (NGPR), specify an integer from 1 through 4,194,303. You must generate a unique ID for each asset you watermark, and keep a record of th ID. Neither Nagra nor Bitmovin keep track of this for you.

+
payload?: number

Specify the payload ID that you want to be associated with this output. Valid values vary depending on your Nagra NexGuard forensic watermarking workflow. For PreRelease Content (NGPR), specify an integer from 1 through 4,194,303. You must generate a unique ID for each asset you watermark, and keep a record of th ID. Neither Nagra nor Bitmovin keep track of this for you.

Memberof

NexGuardFileMarker

-
preset?: string

Enter one of the watermarking preset strings that Nagra provides you.

+
preset?: string

Enter one of the watermarking preset strings that Nagra provides you.

Memberof

NexGuardFileMarker

-

Optional. Ignore this setting unless Nagra support directs you to specify a value. When you don't specify a value here, the Nagra NexGuard library uses its default value.

+

Optional. Ignore this setting unless Nagra support directs you to specify a value. When you don't specify a value here, the Nagra NexGuard library uses its default value.

Memberof

NexGuardFileMarker

-
watermarkType?: NexGuardWatermarkingType

The type of watermarking to be used: * OTT - A/B watermarking (for video streams only) * DUPLICATED - Stream duplication to match A/B video streams in CDN delivery (for audio streams only)

+
watermarkType?: NexGuardWatermarkingType

The type of watermarking to be used: * OTT - A/B watermarking (for video streams only) * DUPLICATED - Stream duplication to match A/B video streams in CDN delivery (for audio streams only)

Memberof

NexGuardFileMarker

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Notification.html b/docs/classes/Notification.html index f331e846a..f5c8fd68d 100644 --- a/docs/classes/Notification.html +++ b/docs/classes/Notification.html @@ -1,5 +1,5 @@ Notification | @bitmovin/api-sdk

Export

Notification

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

category?: string

Memberof

Notification

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+

Constructors

Properties

category?: string

Memberof

Notification

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

-
eventType?: string

Memberof

Notification

-
id?: string

Id of the resource (required)

+
eventType?: string

Memberof

Notification

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muted?: boolean

Memberof

Notification

-
resolve?: boolean

Notify when condition resolves after it was met

+
muted?: boolean

Memberof

Notification

+
resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

-
resourceId?: string

Specific resource, e.g. encoding id

+
resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

-
resourceType?: string

Memberof

Notification

-
triggeredAt?: Date

Last time the notification was triggered

+
resourceType?: string

Memberof

Notification

+
triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

-
type?: string

Memberof

Notification

-
\ No newline at end of file +
type?: string

Memberof

Notification

+
\ No newline at end of file diff --git a/docs/classes/NotificationStateEntry.html b/docs/classes/NotificationStateEntry.html index 2d36c35ef..9c62c761f 100644 --- a/docs/classes/NotificationStateEntry.html +++ b/docs/classes/NotificationStateEntry.html @@ -1,19 +1,19 @@ NotificationStateEntry | @bitmovin/api-sdk

Class NotificationStateEntry

Export

NotificationStateEntry

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

id?: string

Id of the resource (required)

+

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
muted?: boolean

Indicate if notification was sent (required)

+
muted?: boolean

Indicate if notification was sent (required)

Memberof

NotificationStateEntry

-
notificationId?: string

The notification this state belongs to (required)

+
notificationId?: string

The notification this state belongs to (required)

Memberof

NotificationStateEntry

-
resourceId?: string

Indicate if triggered for specific resource (required)

+
resourceId?: string

Indicate if triggered for specific resource (required)

Memberof

NotificationStateEntry

-

Memberof

NotificationStateEntry

-
triggeredAt?: Date

Memberof

NotificationStateEntry

-
\ No newline at end of file +
state?: NotificationStates

Memberof

NotificationStateEntry

+
triggeredAt?: Date

Memberof

NotificationStateEntry

+
\ No newline at end of file diff --git a/docs/classes/NullLogger.html b/docs/classes/NullLogger.html index a1c8b969b..2e18ef698 100644 --- a/docs/classes/NullLogger.html +++ b/docs/classes/NullLogger.html @@ -1,4 +1,4 @@ -NullLogger | @bitmovin/api-sdk

Implements

  • Logger

Constructors

constructor +NullLogger | @bitmovin/api-sdk

Implements

  • Logger

Constructors

Methods

Constructors

Methods

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/docs/classes/OpusAudioConfiguration.html b/docs/classes/OpusAudioConfiguration.html index 55c56e48d..3b9023c77 100644 --- a/docs/classes/OpusAudioConfiguration.html +++ b/docs/classes/OpusAudioConfiguration.html @@ -1,5 +1,5 @@ OpusAudioConfiguration | @bitmovin/api-sdk

Class OpusAudioConfiguration

Export

OpusAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: OpusChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: OpusChannelLayout

Channel layout of the audio codec configuration

Memberof

OpusAudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.OPUS

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.OPUS

Discriminator property for CodecConfiguration

Memberof

OpusAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/OrConjunction.html b/docs/classes/OrConjunction.html index 15bf32c56..5ed1b609f 100644 --- a/docs/classes/OrConjunction.html +++ b/docs/classes/OrConjunction.html @@ -1,11 +1,11 @@ OrConjunction | @bitmovin/api-sdk

Export

OrConjunction

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

conditions?: AbstractCondition[]

Array to perform the AND/OR evaluation on

+

Constructors

Properties

conditions?: AbstractCondition[]

Array to perform the AND/OR evaluation on

Memberof

AbstractConjunction

-
type: ConditionType = ConditionType.OR

Discriminator property for AbstractCondition

+
type: ConditionType = ConditionType.OR

Discriminator property for AbstractCondition

Memberof

OrConjunction

-
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Organization.html b/docs/classes/Organization.html index 243ef6a83..217a2a36e 100644 --- a/docs/classes/Organization.html +++ b/docs/classes/Organization.html @@ -1,5 +1,5 @@ Organization | @bitmovin/api-sdk

Export

Organization

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
labelColor?: string

Hexadecimal color

+
labelColor?: string

Hexadecimal color

Memberof

Organization

-
limitsPerResource?: ResourceLimitContainer[]

Memberof

Organization

-
mfaRequired?: boolean

Flag indicating if MFA is required for the organization

+
limitsPerResource?: ResourceLimitContainer[]

Memberof

Organization

+
mfaRequired?: boolean

Flag indicating if MFA is required for the organization

Memberof

Organization

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
parentId?: string

ID of the parent organization

+
parentId?: string

ID of the parent organization

Memberof

Organization

-
signupSource?: SignupSource

which platform initiated organisation creation

+
signupSource?: SignupSource

which platform initiated organisation creation

Memberof

Organization

-

Specifies the type of the organization in the hierachy. Only sub-organizations can be newly created. (required)

+

Specifies the type of the organization in the hierachy. Only sub-organizations can be newly created. (required)

Memberof

Organization

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/OrganizationPendingInvitation.html b/docs/classes/OrganizationPendingInvitation.html index 83d61d3d8..19c12bbcc 100644 --- a/docs/classes/OrganizationPendingInvitation.html +++ b/docs/classes/OrganizationPendingInvitation.html @@ -1,15 +1,15 @@ OrganizationPendingInvitation | @bitmovin/api-sdk

Class OrganizationPendingInvitation

Export

OrganizationPendingInvitation

-

Constructors

Constructors

Properties

Constructors

Properties

email?: string

Email of Tenant (required)

+

Constructors

Properties

email?: string

Email of Tenant (required)

Memberof

OrganizationPendingInvitation

-
groupId?: string

Id of group (required)

+
groupId?: string

Id of group (required)

Memberof

OrganizationPendingInvitation

-
groupName?: string

Name of group (required)

+
groupName?: string

Name of group (required)

Memberof

OrganizationPendingInvitation

-
id?: string

Id of Tenant (required)

+
id?: string

Id of Tenant (required)

Memberof

OrganizationPendingInvitation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Output.html b/docs/classes/Output.html index a88bcd7c6..5483f9099 100644 --- a/docs/classes/Output.html +++ b/docs/classes/Output.html @@ -1,5 +1,5 @@ Output | @bitmovin/api-sdk

Export

Output

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/OutputTypeResponse.html b/docs/classes/OutputTypeResponse.html index 9f63b1fba..e3aa1d8e8 100644 --- a/docs/classes/OutputTypeResponse.html +++ b/docs/classes/OutputTypeResponse.html @@ -1,6 +1,6 @@ OutputTypeResponse | @bitmovin/api-sdk

Class OutputTypeResponse

Export

OutputTypeResponse

-

Constructors

Constructors

Properties

Constructors

Properties

type?: OutputType

The type of the output

+

Constructors

Properties

type?: OutputType

The type of the output

Memberof

OutputTypeResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PackedAudioMuxing.html b/docs/classes/PackedAudioMuxing.html index 0179f615b..8c1ab79fd 100644 --- a/docs/classes/PackedAudioMuxing.html +++ b/docs/classes/PackedAudioMuxing.html @@ -1,5 +1,5 @@ PackedAudioMuxing | @bitmovin/api-sdk

Class PackedAudioMuxing

Export

PackedAudioMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Duration of a segment, given in seconds (required)

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Duration of a segment, given in seconds (required)

Memberof

PackedAudioMuxing

-
segmentNaming?: string

Segment naming policy. The required filename extension depends on the codec (e.g. '.aac' for AAC). Either this or segmentNamingTemplate must be set.

+
segmentNaming?: string

Segment naming policy. The required filename extension depends on the codec (e.g. '.aac' for AAC). Either this or segmentNamingTemplate must be set.

Memberof

PackedAudioMuxing

-
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set. The required filename extension depends on the codec (e.g. '.aac' for AAC).

+
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set. The required filename extension depends on the codec (e.g. '.aac' for AAC).

Memberof

PackedAudioMuxing

-
segmentsMuxed?: number

Number of segments which have been encoded

+
segmentsMuxed?: number

Number of segments which have been encoded

Memberof

PackedAudioMuxing

-
startOffset?: number

Offset of MPEG-TS timestamps in seconds. E.g., first packet will start with PTS 900,000 for a 10 seconds offset (90,000 MPEG-TS timescale).

+
startOffset?: number

Offset of MPEG-TS timestamps in seconds. E.g., first packet will start with PTS 900,000 for a 10 seconds offset (90,000 MPEG-TS timescale).

Memberof

PackedAudioMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.PACKED_AUDIO

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.PACKED_AUDIO

Discriminator property for Muxing

Memberof

PackedAudioMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/PackedAudioMuxingInformation.html b/docs/classes/PackedAudioMuxingInformation.html index 472b4fb1c..a6e09c212 100644 --- a/docs/classes/PackedAudioMuxingInformation.html +++ b/docs/classes/PackedAudioMuxingInformation.html @@ -1,5 +1,5 @@ PackedAudioMuxingInformation | @bitmovin/api-sdk

Class PackedAudioMuxingInformation

Export

PackedAudioMuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

FragmentedMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

FragmentedMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

FragmentedMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

FragmentedMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

FragmentedMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

FragmentedMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

FragmentedMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PaddingSequence.html b/docs/classes/PaddingSequence.html index 47ffea778..a53312b15 100644 --- a/docs/classes/PaddingSequence.html +++ b/docs/classes/PaddingSequence.html @@ -1,9 +1,9 @@ PaddingSequence | @bitmovin/api-sdk

Export

PaddingSequence

-

Constructors

Constructors

Properties

Constructors

Properties

duration?: number

Duration of the padding sequence, given in the unit specified by the unit property. The maximum duration is 300 frames or 10 seconds. If the unit is FRAMES, this needs to be an integer value and will be interpreted based on the input frame rate of the main part of the ConcatenationInputStream that is used by your video output stream(s). FRAMES is not allowed if the encoding does not contain a video output stream. (required)

+

Constructors

Properties

duration?: number

Duration of the padding sequence, given in the unit specified by the unit property. The maximum duration is 300 frames or 10 seconds. If the unit is FRAMES, this needs to be an integer value and will be interpreted based on the input frame rate of the main part of the ConcatenationInputStream that is used by your video output stream(s). FRAMES is not allowed if the encoding does not contain a video output stream. (required)

Memberof

PaddingSequence

-

The unit of the duration property

+

The unit of the duration property

Memberof

PaddingSequence

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PaginationResponse.html b/docs/classes/PaginationResponse.html index 19c01c1cd..dd729933c 100644 --- a/docs/classes/PaginationResponse.html +++ b/docs/classes/PaginationResponse.html @@ -1,15 +1,15 @@ PaginationResponse | @bitmovin/api-sdk

Class PaginationResponse<T>

Export

PaginationResponse

-

Type Parameters

  • T

Constructors

Type Parameters

  • T

Constructors

Properties

items?: T[]

Memberof

PaginationResponse

-
limit?: number

Memberof

PaginationResponse

-
next?: string

Memberof

PaginationResponse

-
offset?: number

Memberof

PaginationResponse

-
previous?: string

Memberof

PaginationResponse

-
totalCount?: number

Memberof

PaginationResponse

-
\ No newline at end of file +

Constructors

Properties

items?: T[]

Memberof

PaginationResponse

+
limit?: number

Memberof

PaginationResponse

+
next?: string

Memberof

PaginationResponse

+
offset?: number

Memberof

PaginationResponse

+
previous?: string

Memberof

PaginationResponse

+
totalCount?: number

Memberof

PaginationResponse

+
\ No newline at end of file diff --git a/docs/classes/PassthroughAudioConfiguration.html b/docs/classes/PassthroughAudioConfiguration.html index f8f6768c8..5a81ef621 100644 --- a/docs/classes/PassthroughAudioConfiguration.html +++ b/docs/classes/PassthroughAudioConfiguration.html @@ -1,5 +1,5 @@ PassthroughAudioConfiguration | @bitmovin/api-sdk

Class PassthroughAudioConfiguration

Export

PassthroughAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: CodecConfigType = CodecConfigType.AUDIO_PASSTHROUGH

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.AUDIO_PASSTHROUGH

Discriminator property for CodecConfiguration

Memberof

PassthroughAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/PcmAudioConfiguration.html b/docs/classes/PcmAudioConfiguration.html index 16e66b841..275bd0c9a 100644 --- a/docs/classes/PcmAudioConfiguration.html +++ b/docs/classes/PcmAudioConfiguration.html @@ -1,5 +1,5 @@ PcmAudioConfiguration | @bitmovin/api-sdk

Class PcmAudioConfiguration

Export

PcmAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: PcmChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: PcmChannelLayout

Channel layout of the audio codec configuration

Memberof

PcmAudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
presetConfiguration?: XDCAM

Use a set of well defined configurations preset to support certain use cases. Can be overwritten with more specific values.

+
presetConfiguration?: XDCAM

Use a set of well defined configurations preset to support certain use cases. Can be overwritten with more specific values.

Memberof

PcmAudioConfiguration

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
sampleFormat?: PcmSampleFormat

Sampling format of the audio codec configuration

+
sampleFormat?: PcmSampleFormat

Sampling format of the audio codec configuration

Memberof

PcmAudioConfiguration

-
type: CodecConfigType = CodecConfigType.PCM

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.PCM

Discriminator property for CodecConfiguration

Memberof

PcmAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/PerTitle.html b/docs/classes/PerTitle.html index ce2849e2e..cabcc8625 100644 --- a/docs/classes/PerTitle.html +++ b/docs/classes/PerTitle.html @@ -1,15 +1,15 @@ PerTitle | @bitmovin/api-sdk

Export

PerTitle

-

Constructors

Constructors

Properties

av1Configuration?: Av1PerTitleConfiguration

Per-Title configuration for AV1

+

Constructors

Properties

av1Configuration?: Av1PerTitleConfiguration

Per-Title configuration for AV1

Memberof

PerTitle

-
h264Configuration?: H264PerTitleConfiguration

Per-Title configuration for H264

+
h264Configuration?: H264PerTitleConfiguration

Per-Title configuration for H264

Memberof

PerTitle

-
h265Configuration?: H265PerTitleConfiguration

Per-Title configuration for H265

+
h265Configuration?: H265PerTitleConfiguration

Per-Title configuration for H265

Memberof

PerTitle

-
vp9Configuration?: Vp9PerTitleConfiguration

Per-Title configuration for VP9

+
vp9Configuration?: Vp9PerTitleConfiguration

Per-Title configuration for VP9

Memberof

PerTitle

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PerTitleConfiguration.html b/docs/classes/PerTitleConfiguration.html index 454760243..5744a9cef 100644 --- a/docs/classes/PerTitleConfiguration.html +++ b/docs/classes/PerTitleConfiguration.html @@ -1,5 +1,5 @@ PerTitleConfiguration | @bitmovin/api-sdk

Class PerTitleConfiguration

Export

PerTitleConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

-
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

+

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

+
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

Memberof

PerTitleConfiguration

-
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

+
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

Memberof

PerTitleConfiguration

-
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

+
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

Memberof

PerTitleConfiguration

-
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

+
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

Memberof

PerTitleConfiguration

-
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

+
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

Memberof

PerTitleConfiguration

-
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

+
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

Memberof

PerTitleConfiguration

-
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

+
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

Memberof

PerTitleConfiguration

-
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

+
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

Memberof

PerTitleConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PerTitleFixedResolutionAndBitrateConfiguration.html b/docs/classes/PerTitleFixedResolutionAndBitrateConfiguration.html index 299fc2a34..f8971857d 100644 --- a/docs/classes/PerTitleFixedResolutionAndBitrateConfiguration.html +++ b/docs/classes/PerTitleFixedResolutionAndBitrateConfiguration.html @@ -1,12 +1,12 @@ PerTitleFixedResolutionAndBitrateConfiguration | @bitmovin/api-sdk

Class PerTitleFixedResolutionAndBitrateConfiguration

Export

PerTitleFixedResolutionAndBitrateConfiguration

-

Constructors

Constructors

Properties

forcedRenditionAboveHighestFixedRepresentation?: number

Number of forced renditions above the highest fixed representation (e.g. FIXED_RESOLUTION_AND_BITRATE). Forced renditions will be added, also if the Per-Title algorithm chooses the user defined force rendition to be the highest one.

+

Constructors

Properties

forcedRenditionAboveHighestFixedRepresentation?: number

Number of forced renditions above the highest fixed representation (e.g. FIXED_RESOLUTION_AND_BITRATE). Forced renditions will be added, also if the Per-Title algorithm chooses the user defined force rendition to be the highest one.

Memberof

PerTitleFixedResolutionAndBitrateConfiguration

-
forcedRenditionAboveHighestFixedRepresentationCalculationMode?: PerTitleFixedResolutionAndBitrateConfigurationMode

Mode to calculate the bitrate of the next representation

+
forcedRenditionAboveHighestFixedRepresentationCalculationMode?: PerTitleFixedResolutionAndBitrateConfigurationMode

Mode to calculate the bitrate of the next representation

Memberof

PerTitleFixedResolutionAndBitrateConfiguration

-
forcedRenditionAboveHighestFixedRepresentationFactor?: number

The factor to calculate the bitrate that will be chosen based on the bitrate of the last FIXED_RESOLUTION.

+
forcedRenditionAboveHighestFixedRepresentationFactor?: number

The factor to calculate the bitrate that will be chosen based on the bitrate of the last FIXED_RESOLUTION.

Memberof

PerTitleFixedResolutionAndBitrateConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Period.html b/docs/classes/Period.html index a51c88450..ac85b40bd 100644 --- a/docs/classes/Period.html +++ b/docs/classes/Period.html @@ -1,12 +1,12 @@ Period | @bitmovin/api-sdk

Export

Period

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

duration?: number

Duration in seconds.
Please note that the duration of a Period is usually determined by the media contained therein.
Setting the duration property to a specific value will override this default behaviour.
Warning: Use at your own risk!

+

Constructors

Properties

duration?: number

Duration in seconds.
Please note that the duration of a Period is usually determined by the media contained therein.
Setting the duration property to a specific value will override this default behaviour.
Warning: Use at your own risk!

Memberof

Period

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
start?: number

Starting time in seconds

+
start?: number

Starting time in seconds

Memberof

Period

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PlaintextId3Tag.html b/docs/classes/PlaintextId3Tag.html index de63b8b5f..b532a8835 100644 --- a/docs/classes/PlaintextId3Tag.html +++ b/docs/classes/PlaintextId3Tag.html @@ -1,5 +1,5 @@ PlaintextId3Tag | @bitmovin/api-sdk

Export

PlaintextId3Tag

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
frame?: number

Frame number at which the Tag should be inserted

+
frame?: number

Frame number at which the Tag should be inserted

Memberof

Id3Tag

-
frameId?: string

4 character long Frame ID (required)

+
frameId?: string

4 character long Frame ID (required)

Memberof

PlaintextId3Tag

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
positionMode?: Id3TagPositionMode

Memberof

Id3Tag

-
text?: string

Plain Text Data (required)

+
positionMode?: Id3TagPositionMode

Memberof

Id3Tag

+
text?: string

Plain Text Data (required)

Memberof

PlaintextId3Tag

-
time?: number

Time in seconds where the Tag should be inserted

+
time?: number

Time in seconds where the Tag should be inserted

Memberof

Id3Tag

-
type: Id3TagType = Id3TagType.PLAIN_TEXT

Discriminator property for Id3Tag

+
type: Id3TagType = Id3TagType.PLAIN_TEXT

Discriminator property for Id3Tag

Memberof

PlaintextId3Tag

-
_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

  • FRAME_ID: string
  • PLAIN_TEXT: string
  • RAW: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/PlayReadyAdditionalInformation.html b/docs/classes/PlayReadyAdditionalInformation.html index 41cfef7bb..3e40984d7 100644 --- a/docs/classes/PlayReadyAdditionalInformation.html +++ b/docs/classes/PlayReadyAdditionalInformation.html @@ -1,6 +1,6 @@ PlayReadyAdditionalInformation | @bitmovin/api-sdk

Class PlayReadyAdditionalInformation

Export

PlayReadyAdditionalInformation

-

Constructors

Constructors

Properties

Constructors

Properties

wrmHeaderCustomAttributes?: string

Custom attributes that you want to add to the WRM header. This string must be valid xml. Some DRM providers require some information in the custom attributes of the msr:pro tag of the DASH manifest, otherwise the content does not play on certain devices.

+

Constructors

Properties

wrmHeaderCustomAttributes?: string

Custom attributes that you want to add to the WRM header. This string must be valid xml. Some DRM providers require some information in the custom attributes of the msr:pro tag of the DASH manifest, otherwise the content does not play on certain devices.

Memberof

PlayReadyAdditionalInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PlayReadyDrm.html b/docs/classes/PlayReadyDrm.html index 21fa29b7e..4bc7fbf89 100644 --- a/docs/classes/PlayReadyDrm.html +++ b/docs/classes/PlayReadyDrm.html @@ -1,5 +1,5 @@ PlayReadyDrm | @bitmovin/api-sdk

Export

PlayReadyDrm

-

Hierarchy (view full)

  • Drm
    • PlayReadyDrm

Constructors

Hierarchy (view full)

  • Drm
    • PlayReadyDrm

Constructors

Properties

additionalInformation?: PlayReadyAdditionalInformation

Memberof

PlayReadyDrm

-
createdAt?: Date

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

+

Constructors

Properties

additionalInformation?: PlayReadyAdditionalInformation

Memberof

PlayReadyDrm

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
key?: string

16 byte encryption key, 32 hexadecimal characters. Either key or keySeed is required

+
key?: string

16 byte encryption key, 32 hexadecimal characters. Either key or keySeed is required

Memberof

PlayReadyDrm

-
keySeed?: string

Key seed to generate key. Either key or keySeed is required

+
keySeed?: string

Key seed to generate key. Either key or keySeed is required

Memberof

PlayReadyDrm

-
kid?: string

Key identifier

+
kid?: string

Key identifier

Memberof

PlayReadyDrm

-
laUrl?: string

URL of the license server

+
laUrl?: string

URL of the license server

Memberof

PlayReadyDrm

-

Memberof

PlayReadyDrm

-
modifiedAt?: Date

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

+

Memberof

PlayReadyDrm

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
pssh?: string

Base64 encoded pssh payload

+
outputs?: EncodingOutput[]

Memberof

Drm

+
pssh?: string

Base64 encoded pssh payload

Memberof

PlayReadyDrm

-
type: DrmType = DrmType.PLAYREADY

Discriminator property for Drm

+
type: DrmType = DrmType.PLAYREADY

Discriminator property for Drm

Memberof

PlayReadyDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/PlayerChannel.html b/docs/classes/PlayerChannel.html index b23f7fdd2..9a04a1402 100644 --- a/docs/classes/PlayerChannel.html +++ b/docs/classes/PlayerChannel.html @@ -1,9 +1,9 @@ PlayerChannel | @bitmovin/api-sdk

Export

PlayerChannel

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

id?: string

Id of the resource (required)

+

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
name?: string

Name of the resource (required)

+
name?: string

Name of the resource (required)

Memberof

PlayerChannel

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PlayerLicense.html b/docs/classes/PlayerLicense.html index bfc5be7fe..21ab3faad 100644 --- a/docs/classes/PlayerLicense.html +++ b/docs/classes/PlayerLicense.html @@ -1,5 +1,5 @@ PlayerLicense | @bitmovin/api-sdk

Export

PlayerLicense

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

analyticsKey?: string

Analytics License Key

+

Constructors

Properties

analyticsKey?: string

Analytics License Key

Memberof

PlayerLicense

-
createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

+
createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

Memberof

PlayerLicense

-
domains?: Domain[]

Whitelisted domains (required)

+
domains?: Domain[]

Whitelisted domains (required)

Memberof

PlayerLicense

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
impressions?: number

Number of impressions recorded (required)

+
impressions?: number

Number of impressions recorded (required)

Memberof

PlayerLicense

-
licenseKey?: string

License Key (required)

+
licenseKey?: string

License Key (required)

Memberof

PlayerLicense

-
maxImpressions?: number

Maximum number of impressions (required)

+
maxImpressions?: number

Maximum number of impressions (required)

Memberof

PlayerLicense

-
name?: string

Name of the resource (required)

+
name?: string

Name of the resource (required)

Memberof

PlayerLicense

-
thirdPartyLicensingEnabled?: boolean

Flag if third party licensing is enabled (required)

+
thirdPartyLicensingEnabled?: boolean

Flag if third party licensing is enabled (required)

Memberof

PlayerLicense

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PlayerLicenseAnalytics.html b/docs/classes/PlayerLicenseAnalytics.html index ad97d416d..9caaefe09 100644 --- a/docs/classes/PlayerLicenseAnalytics.html +++ b/docs/classes/PlayerLicenseAnalytics.html @@ -1,6 +1,6 @@ PlayerLicenseAnalytics | @bitmovin/api-sdk

Class PlayerLicenseAnalytics

Export

PlayerLicenseAnalytics

-

Constructors

Constructors

Properties

Constructors

Properties

analyticsKey?: string

Analytics License Key (required)

+

Constructors

Properties

analyticsKey?: string

Analytics License Key (required)

Memberof

PlayerLicenseAnalytics

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PlayerThirdPartyLicensing.html b/docs/classes/PlayerThirdPartyLicensing.html index 22f91b653..62c857fa1 100644 --- a/docs/classes/PlayerThirdPartyLicensing.html +++ b/docs/classes/PlayerThirdPartyLicensing.html @@ -1,15 +1,15 @@ PlayerThirdPartyLicensing | @bitmovin/api-sdk

Class PlayerThirdPartyLicensing

Export

PlayerThirdPartyLicensing

-

Constructors

Constructors

Properties

Specify if the Licensing Request should fail or not on Third Party Licensing Error (required)

+

Constructors

Properties

Specify if the Licensing Request should fail or not on Third Party Licensing Error (required)

Memberof

PlayerThirdPartyLicensing

-
licenseCheckServer?: string

URL to your license check server (required)

+
licenseCheckServer?: string

URL to your license check server (required)

Memberof

PlayerThirdPartyLicensing

-
licenseCheckTimeout?: number

Timeout in ms (required)

+
licenseCheckTimeout?: number

Timeout in ms (required)

Memberof

PlayerThirdPartyLicensing

-

Specify if the Licensing Request should fail or not on Third Party Licensing timeout (required)

+

Specify if the Licensing Request should fail or not on Third Party Licensing timeout (required)

Memberof

PlayerThirdPartyLicensing

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PlayerVersion.html b/docs/classes/PlayerVersion.html index 2f2ac12a1..9a13babeb 100644 --- a/docs/classes/PlayerVersion.html +++ b/docs/classes/PlayerVersion.html @@ -1,18 +1,18 @@ PlayerVersion | @bitmovin/api-sdk

Export

PlayerVersion

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

cdnUrl?: string

URL of the specified player (required)

+

Constructors

Properties

cdnUrl?: string

URL of the specified player (required)

Memberof

PlayerVersion

-
createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

+
createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

Memberof

PlayerVersion

-
downloadUrl?: string

Download URL of the specified player package (required)

+
downloadUrl?: string

Download URL of the specified player package (required)

Memberof

PlayerVersion

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
version?: string

Version of the Player (required)

+
version?: string

Version of the Player (required)

Memberof

PlayerVersion

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PrewarmedEncoderPool.html b/docs/classes/PrewarmedEncoderPool.html index 5a1adcdf4..54317c343 100644 --- a/docs/classes/PrewarmedEncoderPool.html +++ b/docs/classes/PrewarmedEncoderPool.html @@ -1,5 +1,5 @@ PrewarmedEncoderPool | @bitmovin/api-sdk

Class PrewarmedEncoderPool

Export

PrewarmedEncoderPool

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

cloudRegion?: CloudRegion

The cloud region in which the pool's instances will be running. Must be a specific region (e.g. not 'AUTO', 'GOOGLE' or 'EUROPE') (required)

+

Constructors

Properties

cloudRegion?: CloudRegion

The cloud region in which the pool's instances will be running. Must be a specific region (e.g. not 'AUTO', 'GOOGLE' or 'EUROPE') (required)

Memberof

PrewarmedEncoderPool

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-

Disk size of the prewarmed instances in GB. Needs to be chosen depending on input file sizes and encoding features used. (required)

+

Disk size of the prewarmed instances in GB. Needs to be chosen depending on input file sizes and encoding features used. (required)

Memberof

PrewarmedEncoderPool

-
dynamicPool?: boolean

Activate dynamic pool behaviour. Pool will increase/decrease based on usage up until a size of 10 instances. Minimum pool size is set by targetPoolSize

+
dynamicPool?: boolean

Activate dynamic pool behaviour. Pool will increase/decrease based on usage up until a size of 10 instances. Minimum pool size is set by targetPoolSize

Memberof

PrewarmedEncoderPool

-
encoderVersion?: string

The encoder version which the pool's instances will be running (required)

+
encoderVersion?: string

The encoder version which the pool's instances will be running (required)

Memberof

PrewarmedEncoderPool

-
gpuEnabled?: boolean

Create pool with GPU instances for hardware encoding presets (e.g., VOD_HARDWARE_SHORTFORM).

+
gpuEnabled?: boolean

Create pool with GPU instances for hardware encoding presets (e.g., VOD_HARDWARE_SHORTFORM).

Memberof

PrewarmedEncoderPool

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
infrastructureId?: string

Define an external infrastructure to run the pool on.

+
infrastructureId?: string

Define an external infrastructure to run the pool on.

Memberof

PrewarmedEncoderPool

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Current status of the pool.

+

Current status of the pool.

Memberof

PrewarmedEncoderPool

-
targetPoolSize?: number

Number of instances to keep prewarmed while the pool is running (required)

+
targetPoolSize?: number

Number of instances to keep prewarmed while the pool is running (required)

Memberof

PrewarmedEncoderPool

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PrewarmedEncoderPoolSchedule.html b/docs/classes/PrewarmedEncoderPoolSchedule.html index f33a5e381..c8f91dcc0 100644 --- a/docs/classes/PrewarmedEncoderPoolSchedule.html +++ b/docs/classes/PrewarmedEncoderPoolSchedule.html @@ -1,12 +1,12 @@ PrewarmedEncoderPoolSchedule | @bitmovin/api-sdk

Class PrewarmedEncoderPoolSchedule

Export

PrewarmedEncoderPoolSchedule

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

The action to be triggered by the schedule (start or stop) (required)

+

Constructors

Properties

The action to be triggered by the schedule (start or stop) (required)

Memberof

PrewarmedEncoderPoolSchedule

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
triggerDate?: Date

An instant in the future when the specified action should be triggered. Given as UTC expressed in ISO 8601 format ("YYYY-MM-DDThh:mm:ssZ"). Seconds will be ignored. (required)

+
triggerDate?: Date

An instant in the future when the specified action should be triggered. Given as UTC expressed in ISO 8601 format ("YYYY-MM-DDThh:mm:ssZ"). Seconds will be ignored. (required)

Memberof

PrewarmedEncoderPoolSchedule

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PrimeTimeDrm.html b/docs/classes/PrimeTimeDrm.html index a7204ffff..e2df600ab 100644 --- a/docs/classes/PrimeTimeDrm.html +++ b/docs/classes/PrimeTimeDrm.html @@ -1,5 +1,5 @@ PrimeTimeDrm | @bitmovin/api-sdk

Export

PrimeTimeDrm

-

Hierarchy (view full)

  • Drm
    • PrimeTimeDrm

Constructors

Hierarchy (view full)

  • Drm
    • PrimeTimeDrm

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
key?: string

16 byte Encryption key, 32 hexadecimal characters (required)

+
key?: string

16 byte Encryption key, 32 hexadecimal characters (required)

Memberof

PrimeTimeDrm

-
kid?: string

16 byte Key id, 32 hexadecimal characters (required)

+
kid?: string

16 byte Key id, 32 hexadecimal characters (required)

Memberof

PrimeTimeDrm

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
pssh?: string

Base 64 Encoded (required)

+
outputs?: EncodingOutput[]

Memberof

Drm

+
pssh?: string

Base 64 Encoded (required)

Memberof

PrimeTimeDrm

-
type: DrmType = DrmType.PRIMETIME

Discriminator property for Drm

+
type: DrmType = DrmType.PRIMETIME

Discriminator property for Drm

Memberof

PrimeTimeDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ProgramDateTimeSettings.html b/docs/classes/ProgramDateTimeSettings.html index b97b65590..52cb35bb1 100644 --- a/docs/classes/ProgramDateTimeSettings.html +++ b/docs/classes/ProgramDateTimeSettings.html @@ -1,5 +1,5 @@ ProgramDateTimeSettings | @bitmovin/api-sdk

Class ProgramDateTimeSettings

Export

ProgramDateTimeSettings

-

Constructors

Constructors

Properties

Constructors

Properties

programDateTimeSource?: ProgramDateTimeSource

Memberof

ProgramDateTimeSettings

-
\ No newline at end of file +

Constructors

Properties

programDateTimeSource?: ProgramDateTimeSource

Memberof

ProgramDateTimeSettings

+
\ No newline at end of file diff --git a/docs/classes/ProgressiveMovMuxing.html b/docs/classes/ProgressiveMovMuxing.html index ebbb91fea..4326959d6 100644 --- a/docs/classes/ProgressiveMovMuxing.html +++ b/docs/classes/ProgressiveMovMuxing.html @@ -1,5 +1,5 @@ ProgressiveMovMuxing | @bitmovin/api-sdk

Class ProgressiveMovMuxing

Export

ProgressiveMovMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

Name of the output file

+
filename?: string

Name of the output file

Memberof

ProgressiveMovMuxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.PROGRESSIVE_MOV

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.PROGRESSIVE_MOV

Discriminator property for Muxing

Memberof

ProgressiveMovMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ProgressiveMovMuxingInformation.html b/docs/classes/ProgressiveMovMuxingInformation.html index 23450acdf..63f04b670 100644 --- a/docs/classes/ProgressiveMovMuxingInformation.html +++ b/docs/classes/ProgressiveMovMuxingInformation.html @@ -1,5 +1,5 @@ ProgressiveMovMuxingInformation | @bitmovin/api-sdk

Class ProgressiveMovMuxingInformation

Export

ProgressiveMovMuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

ProgressiveMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

ProgressiveMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

ProgressiveMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

ProgressiveMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

ProgressiveMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

ProgressiveMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

ProgressiveMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ProgressiveMuxingInformation.html b/docs/classes/ProgressiveMuxingInformation.html index 755ab5f97..39a99b9a9 100644 --- a/docs/classes/ProgressiveMuxingInformation.html +++ b/docs/classes/ProgressiveMuxingInformation.html @@ -1,5 +1,5 @@ ProgressiveMuxingInformation | @bitmovin/api-sdk

Class ProgressiveMuxingInformation

Export

ProgressiveMuxingInformation

-

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

Memberof

ProgressiveMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

ProgressiveMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

ProgressiveMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

ProgressiveMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

ProgressiveMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

ProgressiveMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

ProgressiveMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ProgressiveTsMuxing.html b/docs/classes/ProgressiveTsMuxing.html index b45d4fe37..38a8da859 100644 --- a/docs/classes/ProgressiveTsMuxing.html +++ b/docs/classes/ProgressiveTsMuxing.html @@ -1,5 +1,5 @@ ProgressiveTsMuxing | @bitmovin/api-sdk

Class ProgressiveTsMuxing

Export

ProgressiveTsMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

Name of the output file

+
filename?: string

Name of the output file

Memberof

ProgressiveTsMuxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Length of the segments in seconds

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Length of the segments in seconds

Memberof

ProgressiveTsMuxing

-
startOffset?: number

Offset of MPEG-TS timestamps in seconds. e.g. first packet will start with PTS 900,000 for a 10 seconds offset (90,000 MPEG-TS timescale).

+
startOffset?: number

Offset of MPEG-TS timestamps in seconds. e.g. first packet will start with PTS 900,000 for a 10 seconds offset (90,000 MPEG-TS timescale).

Memberof

ProgressiveTsMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.PROGRESSIVE_TS

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.PROGRESSIVE_TS

Discriminator property for Muxing

Memberof

ProgressiveTsMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ProgressiveTsMuxingInformation.html b/docs/classes/ProgressiveTsMuxingInformation.html index 382ad9fd0..caec6da93 100644 --- a/docs/classes/ProgressiveTsMuxingInformation.html +++ b/docs/classes/ProgressiveTsMuxingInformation.html @@ -1,5 +1,5 @@ ProgressiveTsMuxingInformation | @bitmovin/api-sdk

Class ProgressiveTsMuxingInformation

Export

ProgressiveTsMuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

ProgressiveMuxingInformation

-

Byte ranges for the segments within the TS file

+

Byte ranges for the segments within the TS file

Memberof

ProgressiveTsMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

ProgressiveMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

ProgressiveMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

ProgressiveMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

ProgressiveMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

ProgressiveMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

ProgressiveMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ProgressiveTsMuxingInformationByteRanges.html b/docs/classes/ProgressiveTsMuxingInformationByteRanges.html index 13d62b3aa..21f0e232c 100644 --- a/docs/classes/ProgressiveTsMuxingInformationByteRanges.html +++ b/docs/classes/ProgressiveTsMuxingInformationByteRanges.html @@ -1,15 +1,15 @@ ProgressiveTsMuxingInformationByteRanges | @bitmovin/api-sdk

Class ProgressiveTsMuxingInformationByteRanges

Export

ProgressiveTsMuxingInformationByteRanges

-

Constructors

Constructors

Properties

duration?: number

The duration of the segment in seconds

+

Constructors

Properties

duration?: number

The duration of the segment in seconds

Memberof

ProgressiveTsMuxingInformationByteRanges

-
endBytes?: number

The position of the last byte of the segment

+
endBytes?: number

The position of the last byte of the segment

Memberof

ProgressiveTsMuxingInformationByteRanges

-
segmentNumber?: number

Number of the segment (starting at 0) (required)

+
segmentNumber?: number

Number of the segment (starting at 0) (required)

Memberof

ProgressiveTsMuxingInformationByteRanges

-
startBytes?: number

The position of the first byte of the segment

+
startBytes?: number

The position of the first byte of the segment

Memberof

ProgressiveTsMuxingInformationByteRanges

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ProgressiveWavMuxing.html b/docs/classes/ProgressiveWavMuxing.html index 7d2cdd161..5f0589149 100644 --- a/docs/classes/ProgressiveWavMuxing.html +++ b/docs/classes/ProgressiveWavMuxing.html @@ -1,5 +1,5 @@ ProgressiveWavMuxing | @bitmovin/api-sdk

Class ProgressiveWavMuxing

Export

ProgressiveWavMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

Name of the output file (required)

+
filename?: string

Name of the output file (required)

Memberof

ProgressiveWavMuxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.PROGRESSIVE_WAV

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.PROGRESSIVE_WAV

Discriminator property for Muxing

Memberof

ProgressiveWavMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ProgressiveWavMuxingInformation.html b/docs/classes/ProgressiveWavMuxingInformation.html index d0927cfb7..9efc88956 100644 --- a/docs/classes/ProgressiveWavMuxingInformation.html +++ b/docs/classes/ProgressiveWavMuxingInformation.html @@ -1,5 +1,5 @@ ProgressiveWavMuxingInformation | @bitmovin/api-sdk

Class ProgressiveWavMuxingInformation

Export

ProgressiveWavMuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

ProgressiveMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

ProgressiveMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

ProgressiveMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

ProgressiveMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

ProgressiveMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

ProgressiveMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

ProgressiveMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ProgressiveWebmMuxing.html b/docs/classes/ProgressiveWebmMuxing.html index 7335de68b..6c5c5cd83 100644 --- a/docs/classes/ProgressiveWebmMuxing.html +++ b/docs/classes/ProgressiveWebmMuxing.html @@ -1,5 +1,5 @@ ProgressiveWebmMuxing | @bitmovin/api-sdk

Class ProgressiveWebmMuxing

Export

ProgressiveWebmMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

Name of the output file

+
filename?: string

Name of the output file

Memberof

ProgressiveWebmMuxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-

Memberof

ProgressiveWebmMuxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+

Memberof

ProgressiveWebmMuxing

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Determines the length of segments in seconds if manifestType is set to DASH_ON_DEMAND. Defaults to 4 seconds

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Determines the length of segments in seconds if manifestType is set to DASH_ON_DEMAND. Defaults to 4 seconds

Memberof

ProgressiveWebmMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.PROGRESSIVE_WEBM

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.PROGRESSIVE_WEBM

Discriminator property for Muxing

Memberof

ProgressiveWebmMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ProgressiveWebmMuxingInformation.html b/docs/classes/ProgressiveWebmMuxingInformation.html index 68e0e62c7..ed0224a7e 100644 --- a/docs/classes/ProgressiveWebmMuxingInformation.html +++ b/docs/classes/ProgressiveWebmMuxingInformation.html @@ -1,5 +1,5 @@ ProgressiveWebmMuxingInformation | @bitmovin/api-sdk

Class ProgressiveWebmMuxingInformation

Export

ProgressiveWebmMuxingInformation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Information about the audio tracks in the container

+

Constructors

Properties

Information about the audio tracks in the container

Memberof

ProgressiveMuxingInformation

-
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

+
containerBitrate?: number

The bitrate of the container if available (tracks + container overhead)

Memberof

ProgressiveMuxingInformation

-
containerFormat?: string

The container format used

+
containerFormat?: string

The container format used

Memberof

ProgressiveMuxingInformation

-
duration?: number

The duration of the container in seconds

+
duration?: number

The duration of the container in seconds

Memberof

ProgressiveMuxingInformation

-
fileSize?: number

The file size of the muxing in bytes

+
fileSize?: number

The file size of the muxing in bytes

Memberof

ProgressiveMuxingInformation

-
mimeType?: string

The mime type of the muxing

+
mimeType?: string

The mime type of the muxing

Memberof

ProgressiveMuxingInformation

-

Information about the video tracks in the container

+

Information about the video tracks in the container

Memberof

ProgressiveMuxingInformation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/PsnrQualityMetric.html b/docs/classes/PsnrQualityMetric.html index 583453cfe..867cfab28 100644 --- a/docs/classes/PsnrQualityMetric.html +++ b/docs/classes/PsnrQualityMetric.html @@ -1,8 +1,8 @@ PsnrQualityMetric | @bitmovin/api-sdk

Class PsnrQualityMetric

Export

PsnrQualityMetric

-

Constructors

Constructors

Properties

Constructors

Properties

psnr?: number

Peak signal-to-noise ratio (required)

+

Constructors

Properties

psnr?: number

Peak signal-to-noise ratio (required)

Memberof

PsnrQualityMetric

-
timeSpan?: TimeSpan

Memberof

PsnrQualityMetric

-
\ No newline at end of file +
timeSpan?: TimeSpan

Memberof

PsnrQualityMetric

+
\ No newline at end of file diff --git a/docs/classes/RawId3Tag.html b/docs/classes/RawId3Tag.html index 1e4c1108c..0367d5d45 100644 --- a/docs/classes/RawId3Tag.html +++ b/docs/classes/RawId3Tag.html @@ -1,5 +1,5 @@ RawId3Tag | @bitmovin/api-sdk

Export

RawId3Tag

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bytes?: string

Base64 Encoded Data (required)

+

Constructors

Properties

bytes?: string

Base64 Encoded Data (required)

Memberof

RawId3Tag

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
frame?: number

Frame number at which the Tag should be inserted

+
frame?: number

Frame number at which the Tag should be inserted

Memberof

Id3Tag

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
positionMode?: Id3TagPositionMode

Memberof

Id3Tag

-
time?: number

Time in seconds where the Tag should be inserted

+
positionMode?: Id3TagPositionMode

Memberof

Id3Tag

+
time?: number

Time in seconds where the Tag should be inserted

Memberof

Id3Tag

-
type: Id3TagType = Id3TagType.RAW

Discriminator property for Id3Tag

+
type: Id3TagType = Id3TagType.RAW

Discriminator property for Id3Tag

Memberof

RawId3Tag

-
_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

  • FRAME_ID: string
  • PLAIN_TEXT: string
  • RAW: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/RedundantRtmpInput.html b/docs/classes/RedundantRtmpInput.html index 01930bcf4..9840bc8d7 100644 --- a/docs/classes/RedundantRtmpInput.html +++ b/docs/classes/RedundantRtmpInput.html @@ -1,5 +1,5 @@ RedundantRtmpInput | @bitmovin/api-sdk

Class RedundantRtmpInput

Export

RedundantRtmpInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
delayThreshold?: number

When there is no input signal present and this threshold in seconds is reached it will switch to another ingest point

+
delayThreshold?: number

When there is no input signal present and this threshold in seconds is reached it will switch to another ingest point

Memberof

RedundantRtmpInput

-
description?: string

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

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ingestPoints?: RtmpIngestPoint[]

Configuration for ingest points that use a dynamic IP based endpoint to stream to e.g.: rtmp://41.167.11.21/live Either ingestPoints or staticIngestPoints can be set

+
ingestPoints?: RtmpIngestPoint[]

Configuration for ingest points that use a dynamic IP based endpoint to stream to e.g.: rtmp://41.167.11.21/live Either ingestPoints or staticIngestPoints can be set

Memberof

RedundantRtmpInput

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
staticIngestPoints?: StaticRtmpIngestPoint[]

Configuration for static ingest points. These ingest points use a consistent endpoint to stream to e.g.: rtmps://live-ingest.bitmovin.com/live Either ingestPoints or staticIngestPoints can be set

+
staticIngestPoints?: StaticRtmpIngestPoint[]

Configuration for static ingest points. These ingest points use a consistent endpoint to stream to e.g.: rtmps://live-ingest.bitmovin.com/live Either ingestPoints or staticIngestPoints can be set

Memberof

RedundantRtmpInput

-
type: InputType = InputType.REDUNDANT_RTMP

Discriminator property for Input

+
type: InputType = InputType.REDUNDANT_RTMP

Discriminator property for Input

Memberof

RedundantRtmpInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ReprioritizeEncodingRequest.html b/docs/classes/ReprioritizeEncodingRequest.html index 3dfc98bc0..9b3c9238d 100644 --- a/docs/classes/ReprioritizeEncodingRequest.html +++ b/docs/classes/ReprioritizeEncodingRequest.html @@ -1,6 +1,6 @@ ReprioritizeEncodingRequest | @bitmovin/api-sdk

Class ReprioritizeEncodingRequest

Export

ReprioritizeEncodingRequest

-

Constructors

Constructors

Properties

Constructors

Properties

priority?: number

Priority of the Encoding (required)

+

Constructors

Properties

priority?: number

Priority of the Encoding (required)

Memberof

ReprioritizeEncodingRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/RescheduleEncodingRequest.html b/docs/classes/RescheduleEncodingRequest.html index 48f83b522..f62305881 100644 --- a/docs/classes/RescheduleEncodingRequest.html +++ b/docs/classes/RescheduleEncodingRequest.html @@ -1,6 +1,6 @@ RescheduleEncodingRequest | @bitmovin/api-sdk

Class RescheduleEncodingRequest

Export

RescheduleEncodingRequest

-

Constructors

Constructors

Properties

Constructors

Properties

infrastructureId?: string

Id of a custom infrastructure, e.g., AWS Cloud Connect

+

Constructors

Properties

infrastructureId?: string

Id of a custom infrastructure, e.g., AWS Cloud Connect

Memberof

RescheduleEncodingRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ResetLiveManifestTimeShift.html b/docs/classes/ResetLiveManifestTimeShift.html index 7386385ed..5032f0cc5 100644 --- a/docs/classes/ResetLiveManifestTimeShift.html +++ b/docs/classes/ResetLiveManifestTimeShift.html @@ -1,18 +1,18 @@ ResetLiveManifestTimeShift | @bitmovin/api-sdk

Class ResetLiveManifestTimeShift

Export

ResetLiveManifestTimeShift

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

id?: string

Id of the resource (required)

+

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
manifestIds?: string[]

The ids of the manifests to update. If this property is not set, all manifests tied to the encoding are updated.

+
manifestIds?: string[]

The ids of the manifests to update. If this property is not set, all manifests tied to the encoding are updated.

Memberof

ResetLiveManifestTimeShift

-
offsetInSeconds?: number

Offset in seconds from the start of the live event, defining the point from which all segments within that duration will be removed from the given manifests. E.g.: The segment length is 2 seconds and a timeshift of 120 seconds (2 minutes) is configured. The manifest contains 60 segments with the last segment number being 80 (segment_80.ts). This means the manifest contains segment_20.ts to segment_80.ts (timeshift of 2 minutes equals 60 segments in manifest) If you set offsetInSeconds to 120, all segments below segment number 60 (segment_60.ts) will be removed. (targetSegmentNumber = offsetInSeconds / segmentLength) The manifests will then contain segment_60.ts to segment_80.ts Note: Only offsetInSeconds or residualPeriodInSeconds can be set.

+
offsetInSeconds?: number

Offset in seconds from the start of the live event, defining the point from which all segments within that duration will be removed from the given manifests. E.g.: The segment length is 2 seconds and a timeshift of 120 seconds (2 minutes) is configured. The manifest contains 60 segments with the last segment number being 80 (segment_80.ts). This means the manifest contains segment_20.ts to segment_80.ts (timeshift of 2 minutes equals 60 segments in manifest) If you set offsetInSeconds to 120, all segments below segment number 60 (segment_60.ts) will be removed. (targetSegmentNumber = offsetInSeconds / segmentLength) The manifests will then contain segment_60.ts to segment_80.ts Note: Only offsetInSeconds or residualPeriodInSeconds can be set.

Memberof

ResetLiveManifestTimeShift

-
residualPeriodInSeconds?: number

Determines how many seconds will be left in the manifest after segments are removed. If this is not set, all but one segment will be removed.

+
residualPeriodInSeconds?: number

Determines how many seconds will be left in the manifest after segments are removed. If this is not set, all but one segment will be removed.

Memberof

ResetLiveManifestTimeShift

-
shiftProgressiveMuxingStartPosition?: boolean

If set to true, the Progressive muxing start position will be shifted to the start of the first remaining segment after the removal. NOTE: This only works for Progressive MP4 muxings.

+
shiftProgressiveMuxingStartPosition?: boolean

If set to true, the Progressive muxing start position will be shifted to the start of the first remaining segment after the removal. NOTE: This only works for Progressive MP4 muxings.

Memberof

ResetLiveManifestTimeShift

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ResourceLimit.html b/docs/classes/ResourceLimit.html index 944e8f617..c880f5de1 100644 --- a/docs/classes/ResourceLimit.html +++ b/docs/classes/ResourceLimit.html @@ -1,10 +1,10 @@ ResourceLimit | @bitmovin/api-sdk

Export

ResourceLimit

-

Constructors

Constructors

Properties

Constructors

Properties

effectiveValue?: string

Specifies the remaining limit value for limits divided to sub-organizations. This property is returned only for parent organizations and only for mentioned limits.

+

Constructors

Properties

effectiveValue?: string

Specifies the remaining limit value for limits divided to sub-organizations. This property is returned only for parent organizations and only for mentioned limits.

Memberof

ResourceLimit

-
name?: string

Memberof

ResourceLimit

-
value?: string

Memberof

ResourceLimit

-
\ No newline at end of file +
name?: string

Memberof

ResourceLimit

+
value?: string

Memberof

ResourceLimit

+
\ No newline at end of file diff --git a/docs/classes/ResourceLimitContainer.html b/docs/classes/ResourceLimitContainer.html index da402b643..520825ca4 100644 --- a/docs/classes/ResourceLimitContainer.html +++ b/docs/classes/ResourceLimitContainer.html @@ -1,7 +1,7 @@ ResourceLimitContainer | @bitmovin/api-sdk

Class ResourceLimitContainer

Export

ResourceLimitContainer

-
\ No newline at end of file +

Constructors

Properties

limits?: ResourceLimit[]

Memberof

ResourceLimitContainer

+
resource?: ResourceType

Memberof

ResourceLimitContainer

+
\ No newline at end of file diff --git a/docs/classes/ResponseErrorData.html b/docs/classes/ResponseErrorData.html index 13ceb793d..728f92989 100644 --- a/docs/classes/ResponseErrorData.html +++ b/docs/classes/ResponseErrorData.html @@ -1,18 +1,18 @@ ResponseErrorData | @bitmovin/api-sdk

Class ResponseErrorData

Export

ResponseErrorData

-

Constructors

Constructors

Properties

code?: number

Constructors

Properties

code?: number

Memberof

ResponseErrorData

-
details?: Message[]

collection of messages containing more detailed information on the cause of the error

+
details?: Message[]

collection of messages containing more detailed information on the cause of the error

Memberof

ResponseErrorData

-
developerMessage?: string

More detailed message meant for developers (required)

+
developerMessage?: string

More detailed message meant for developers (required)

Memberof

ResponseErrorData

-
links?: Link[]

collection of links to webpages containing further information on the topic

+
links?: Link[]

collection of links to webpages containing further information on the topic

Memberof

ResponseErrorData

-
message?: string

General error message (required)

+
message?: string

General error message (required)

Memberof

ResponseErrorData

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ReuploadSettings.html b/docs/classes/ReuploadSettings.html index cdf5053d0..f31680f1e 100644 --- a/docs/classes/ReuploadSettings.html +++ b/docs/classes/ReuploadSettings.html @@ -1,12 +1,12 @@ ReuploadSettings | @bitmovin/api-sdk

Class ReuploadSettings

Export

ReuploadSettings

-

Constructors

Constructors

Properties

dashManifestInterval?: number

Interval in seconds to reupload the DASH manifest. Valid values are either null to never reupload the dash manifest or at least 30.

+

Constructors

Properties

dashManifestInterval?: number

Interval in seconds to reupload the DASH manifest. Valid values are either null to never reupload the dash manifest or at least 30.

Memberof

ReuploadSettings

-
hlsManifestInterval?: number

Interval in seconds to reupload the HLS master file. Valid values are either 0 to never reupload the hls manifest or at least 30. This is currently not used, as the master file will always be uploaded when one of the playlist files has changed.

+
hlsManifestInterval?: number

Interval in seconds to reupload the HLS master file. Valid values are either 0 to never reupload the hls manifest or at least 30. This is currently not used, as the master file will always be uploaded when one of the playlist files has changed.

Memberof

ReuploadSettings

-
muxingInitFileInterval?: number

The interval in seconds to reupload the init file for segmented muxings, e.g. fMP4, WebM. Valid values are either null to never reupload the init file for segmented muxings or at least 30.

+
muxingInitFileInterval?: number

The interval in seconds to reupload the init file for segmented muxings, e.g. fMP4, WebM. Valid values are either null to never reupload the init file for segmented muxings or at least 30.

Memberof

ReuploadSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/RotateFilter.html b/docs/classes/RotateFilter.html index 601ad585a..0edba947e 100644 --- a/docs/classes/RotateFilter.html +++ b/docs/classes/RotateFilter.html @@ -1,5 +1,5 @@ RotateFilter | @bitmovin/api-sdk

Export

RotateFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rotation?: number

Rotation of the video in degrees. A positive value will rotate the video clockwise and a negative one counter clockwise. (required)

+
rotation?: number

Rotation of the video in degrees. A positive value will rotate the video clockwise and a negative one counter clockwise. (required)

Memberof

RotateFilter

-
type: FilterType = FilterType.ROTATE

Discriminator property for Filter

+
type: FilterType = FilterType.ROTATE

Discriminator property for Filter

Memberof

RotateFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/RtmpIngestPoint.html b/docs/classes/RtmpIngestPoint.html index bd3f14ae2..e7786ba4b 100644 --- a/docs/classes/RtmpIngestPoint.html +++ b/docs/classes/RtmpIngestPoint.html @@ -1,9 +1,9 @@ RtmpIngestPoint | @bitmovin/api-sdk

Export

RtmpIngestPoint

-

Constructors

Constructors

Properties

Constructors

Properties

applicationName?: string

The name of the application where the ingest is streamed to. This has to be unique for each ingest point (required)

+

Constructors

Properties

applicationName?: string

The name of the application where the ingest is streamed to. This has to be unique for each ingest point (required)

Memberof

RtmpIngestPoint

-
streamKey?: string

The stream key for the backup input (required)

+
streamKey?: string

The stream key for the backup input (required)

Memberof

RtmpIngestPoint

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/RtmpInput.html b/docs/classes/RtmpInput.html index f1b1a36b3..ad5a20a41 100644 --- a/docs/classes/RtmpInput.html +++ b/docs/classes/RtmpInput.html @@ -1,5 +1,5 @@ RtmpInput | @bitmovin/api-sdk

Export

RtmpInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: InputType = InputType.RTMP

Discriminator property for Input

+
type: InputType = InputType.RTMP

Discriminator property for Input

Memberof

RtmpInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/S3Input.html b/docs/classes/S3Input.html index 26f546bd8..9633ed256 100644 --- a/docs/classes/S3Input.html +++ b/docs/classes/S3Input.html @@ -1,5 +1,5 @@ S3Input | @bitmovin/api-sdk

Export

S3Input

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessKey?: string

Amazon access key (required)

+

Constructors

Properties

accessKey?: string

Amazon access key (required)

Memberof

S3Input

-
bucketName?: string

Name of the bucket (required)

+
bucketName?: string

Name of the bucket (required)

Memberof

S3Input

-
cloudRegion?: AwsCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

+
cloudRegion?: AwsCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Memberof

S3Input

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
secretKey?: string

Amazon secret key (required)

+
secretKey?: string

Amazon secret key (required)

Memberof

S3Input

-
type: InputType = InputType.S3

Discriminator property for Input

+
type: InputType = InputType.S3

Discriminator property for Input

Memberof

S3Input

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/S3Output.html b/docs/classes/S3Output.html index eef62b856..b8fcf4d15 100644 --- a/docs/classes/S3Output.html +++ b/docs/classes/S3Output.html @@ -1,5 +1,5 @@ S3Output | @bitmovin/api-sdk

Export

S3Output

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessKey?: string

Amazon S3 access key (required)

+

Constructors

Properties

accessKey?: string

Amazon S3 access key (required)

Memberof

S3Output

-
acl?: AclEntry[]

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

+
acl?: AclEntry[]

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

Memberof

Output

-
bucketName?: string

Amazon S3 bucket name (required)

+
bucketName?: string

Amazon S3 bucket name (required)

Memberof

S3Output

-
cloudRegion?: AwsCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

+
cloudRegion?: AwsCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Memberof

S3Output

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
md5MetaTag?: string

If set a user defined tag (x-amz-meta-) with that key will be used to store the MD5 hash of the file.

+
md5MetaTag?: string

If set a user defined tag (x-amz-meta-) with that key will be used to store the MD5 hash of the file.

Memberof

S3Output

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
secretKey?: string

Amazon S3 secret key (required)

+
secretKey?: string

Amazon S3 secret key (required)

Memberof

S3Output

-
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication. Must be set to S3_V2 if the region supports both V2 and V4, but the bucket allows V2 only (see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)

+
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication. Must be set to S3_V2 if the region supports both V2 and V4, but the bucket allows V2 only (see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)

Memberof

S3Output

-
type: OutputType = OutputType.S3

Discriminator property for Output

+
type: OutputType = OutputType.S3

Discriminator property for Output

Memberof

S3Output

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/S3RoleBasedInput.html b/docs/classes/S3RoleBasedInput.html index ddd04527a..a5a0ba975 100644 --- a/docs/classes/S3RoleBasedInput.html +++ b/docs/classes/S3RoleBasedInput.html @@ -1,5 +1,5 @@ S3RoleBasedInput | @bitmovin/api-sdk

Class S3RoleBasedInput

Export

S3RoleBasedInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bucketName?: string

Amazon S3 bucket name (required)

+

Constructors

Properties

bucketName?: string

Amazon S3 bucket name (required)

Memberof

S3RoleBasedInput

-
cloudRegion?: AwsCloudRegion

Memberof

S3RoleBasedInput

-
createdAt?: Date

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

+
cloudRegion?: AwsCloudRegion

Memberof

S3RoleBasedInput

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
externalId?: string

External ID used together with the IAM role identified by roleArn to assume S3 access. This ID is provided by the API if externalIdMode is set to GLOBAL or GENERATED. If present, it has to be added to the trust policy of the IAM role roleArn configured above, otherwise the API won't be able to read from the S3 bucket. An appropriate trust policy would look like this: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "{{externalId}}" is the generated ID. This property is optional but we recommend it as an additional security feature. We will use both the roleArn and the externalId to access your S3 data. If the Amazon IAM role has an external ID configured but it is not provided in the input configuration Bitmovin won't be able to read from the S3 bucket. Also if the external ID does not match the one configured for the IAM role on AWS side, Bitmovin won't be able to access the S3 bucket. If you need to change the external ID that is used by your IAM role, you need to create a new input, and use the external ID provided by the API to update your IAM role. For more information please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

+
externalId?: string

External ID used together with the IAM role identified by roleArn to assume S3 access. This ID is provided by the API if externalIdMode is set to GLOBAL or GENERATED. If present, it has to be added to the trust policy of the IAM role roleArn configured above, otherwise the API won't be able to read from the S3 bucket. An appropriate trust policy would look like this: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "{{externalId}}" is the generated ID. This property is optional but we recommend it as an additional security feature. We will use both the roleArn and the externalId to access your S3 data. If the Amazon IAM role has an external ID configured but it is not provided in the input configuration Bitmovin won't be able to read from the S3 bucket. Also if the external ID does not match the one configured for the IAM role on AWS side, Bitmovin won't be able to access the S3 bucket. If you need to change the external ID that is used by your IAM role, you need to create a new input, and use the external ID provided by the API to update your IAM role. For more information please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

Memberof

S3RoleBasedInput

-
externalIdMode?: ExternalIdMode

Memberof

S3RoleBasedInput

-
id?: string

Id of the resource (required)

+
externalIdMode?: ExternalIdMode

Memberof

S3RoleBasedInput

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. This role has to be created by the owner of the account with the S3 bucket (i.e., you as a customer). For Bitmovin to be able to assume this role, the following has to be added to the trust policy of the role: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "arn:aws:iam::630681592166:user/bitmovinCustomerS3Access" is the Bitmovin user used for the access. The Condition is optional but we highly recommend it, see property externalId below for more information. This setup allows Bitmovin assume the provided IAM role and to read data from your S3 bucket. Please note that the IAM role has to have read access on S3. For more information about role creation please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-console (required)

+
roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. This role has to be created by the owner of the account with the S3 bucket (i.e., you as a customer). For Bitmovin to be able to assume this role, the following has to be added to the trust policy of the role: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "arn:aws:iam::630681592166:user/bitmovinCustomerS3Access" is the Bitmovin user used for the access. The Condition is optional but we highly recommend it, see property externalId below for more information. This setup allows Bitmovin assume the provided IAM role and to read data from your S3 bucket. Please note that the IAM role has to have read access on S3. For more information about role creation please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-console (required)

Memberof

S3RoleBasedInput

-
type: InputType = InputType.S3_ROLE_BASED

Discriminator property for Input

+
type: InputType = InputType.S3_ROLE_BASED

Discriminator property for Input

Memberof

S3RoleBasedInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/S3RoleBasedOutput.html b/docs/classes/S3RoleBasedOutput.html index 3de5bd401..87ab0039e 100644 --- a/docs/classes/S3RoleBasedOutput.html +++ b/docs/classes/S3RoleBasedOutput.html @@ -1,5 +1,5 @@ S3RoleBasedOutput | @bitmovin/api-sdk

Class S3RoleBasedOutput

Export

S3RoleBasedOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

Constructors

Properties

acl?: AclEntry[]

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

Memberof

Output

-
bucketName?: string

Amazon S3 bucket name (required)

+
bucketName?: string

Amazon S3 bucket name (required)

Memberof

S3RoleBasedOutput

-
cloudRegion?: AwsCloudRegion

Memberof

S3RoleBasedOutput

-
createdAt?: Date

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

+
cloudRegion?: AwsCloudRegion

Memberof

S3RoleBasedOutput

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
externalId?: string

External ID used together with the IAM role identified by roleArn to assume S3 access. This ID is provided by the API if externalIdMode is set to GLOBAL or GENERATED. If present, it has to be added to the trust policy of the IAM role roleArn configured above, otherwise the API won't be able to write to the S3 bucket. An appropriate trust policy would look like this: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "{{externalId}}" is the generated ID. This property is optional but we recommend it as an additional security feature. We will use both the roleArn and the externalId to access your S3 data. If the Amazon IAM role has an external ID configured but it is not provided in the output configuration Bitmovin won't be able to write to the S3 bucket. Also if the external ID does not match the one configured for the IAM role on AWS side, Bitmovin won't be able to access the S3 bucket. If you need to change the external ID that is used by your IAM role, you need to create a new output, and use the external ID provided by the API to update your IAM role. For more information please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

+
externalId?: string

External ID used together with the IAM role identified by roleArn to assume S3 access. This ID is provided by the API if externalIdMode is set to GLOBAL or GENERATED. If present, it has to be added to the trust policy of the IAM role roleArn configured above, otherwise the API won't be able to write to the S3 bucket. An appropriate trust policy would look like this: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "{{externalId}}" is the generated ID. This property is optional but we recommend it as an additional security feature. We will use both the roleArn and the externalId to access your S3 data. If the Amazon IAM role has an external ID configured but it is not provided in the output configuration Bitmovin won't be able to write to the S3 bucket. Also if the external ID does not match the one configured for the IAM role on AWS side, Bitmovin won't be able to access the S3 bucket. If you need to change the external ID that is used by your IAM role, you need to create a new output, and use the external ID provided by the API to update your IAM role. For more information please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html

Memberof

S3RoleBasedOutput

-
externalIdMode?: ExternalIdMode

Memberof

S3RoleBasedOutput

-
id?: string

Id of the resource (required)

+
externalIdMode?: ExternalIdMode

Memberof

S3RoleBasedOutput

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
md5MetaTag?: string

If set a user defined tag (x-amz-meta-) with that key will be used to store the MD5 hash of the file.

+
md5MetaTag?: string

If set a user defined tag (x-amz-meta-) with that key will be used to store the MD5 hash of the file.

Memberof

S3RoleBasedOutput

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. This role has to be created by the owner of the account with the S3 bucket (i.e., you as a customer). For Bitmovin to be able to assume this role, the following has to be added to the trust policy of the role: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "arn:aws:iam::630681592166:user/bitmovinCustomerS3Access" is the Bitmovin user used for the access. The Condition is optional but we highly recommend it, see property externalId below for more information. This setup allows Bitmovin assume the provided IAM role and to write data to your S3 bucket. Please note that the IAM role has to have write access to S3. For more information about role creation please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-console (required)

+
roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. This role has to be created by the owner of the account with the S3 bucket (i.e., you as a customer). For Bitmovin to be able to assume this role, the following has to be added to the trust policy of the role: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerS3Access\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } where "arn:aws:iam::630681592166:user/bitmovinCustomerS3Access" is the Bitmovin user used for the access. The Condition is optional but we highly recommend it, see property externalId below for more information. This setup allows Bitmovin assume the provided IAM role and to write data to your S3 bucket. Please note that the IAM role has to have write access to S3. For more information about role creation please visit https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-console (required)

Memberof

S3RoleBasedOutput

-
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

+
signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

Memberof

S3RoleBasedOutput

-
type: OutputType = OutputType.S3_ROLE_BASED

Discriminator property for Output

+
type: OutputType = OutputType.S3_ROLE_BASED

Discriminator property for Output

Memberof

S3RoleBasedOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/ScaleFilter.html b/docs/classes/ScaleFilter.html index 28e04a98a..474e6265f 100644 --- a/docs/classes/ScaleFilter.html +++ b/docs/classes/ScaleFilter.html @@ -1,5 +1,5 @@ ScaleFilter | @bitmovin/api-sdk

Export

ScaleFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
height?: number

The height of the output frame in pixels. If not set it will be based on the configured width by maintaining the original aspect ratio. If width is also not set, the original source dimensions will be applied.

+
height?: number

The height of the output frame in pixels. If not set it will be based on the configured width by maintaining the original aspect ratio. If width is also not set, the original source dimensions will be applied.

Memberof

ScaleFilter

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set.

+
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set.

Memberof

ScaleFilter

-
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set.

+
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set.

Memberof

ScaleFilter

-
scalingAlgorithm?: ScalingAlgorithm

Memberof

ScaleFilter

-
type: FilterType = FilterType.SCALE

Discriminator property for Filter

+
scalingAlgorithm?: ScalingAlgorithm

Memberof

ScaleFilter

+
type: FilterType = FilterType.SCALE

Discriminator property for Filter

Memberof

ScaleFilter

-
width?: number

The width of the output frame in pixels. If not set it will be based on the configured height by maintaining the original aspect ratio. If height is also not set, the original source dimensions will be applied.

+
width?: number

The width of the output frame in pixels. If not set it will be based on the configured height by maintaining the original aspect ratio. If height is also not set, the original source dimensions will be applied.

Memberof

ScaleFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SccCaption.html b/docs/classes/SccCaption.html index 8efca1f71..cde85bd75 100644 --- a/docs/classes/SccCaption.html +++ b/docs/classes/SccCaption.html @@ -1,5 +1,5 @@ SccCaption | @bitmovin/api-sdk

Export

SccCaption

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
input?: InputPath

Input location of the SCC file (required)

+
input?: InputPath

Input location of the SCC file (required)

Memberof

SccCaption

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
smpteTimecodeFlavor?: SmpteTimecodeFlavor

Flavor of SMPTE timecodes in the SCC file (drop-frame or non-drop)

+
smpteTimecodeFlavor?: SmpteTimecodeFlavor

Flavor of SMPTE timecodes in the SCC file (drop-frame or non-drop)

Memberof

SccCaption

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ScheduledInsertableContent.html b/docs/classes/ScheduledInsertableContent.html index d0e680ba8..2674f8e9c 100644 --- a/docs/classes/ScheduledInsertableContent.html +++ b/docs/classes/ScheduledInsertableContent.html @@ -1,5 +1,5 @@ ScheduledInsertableContent | @bitmovin/api-sdk

Class ScheduledInsertableContent

Export

ScheduledInsertableContent

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

contentId?: string

Id of the insertable content to play instead of the live stream

+

Constructors

Properties

contentId?: string

Id of the insertable content to play instead of the live stream

Memberof

ScheduledInsertableContent

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
durationInSeconds?: number

Duration for how long to play the content. Cut off if shorter, loop if longer than actual duration. This property is required if the insertable content is an image.

+
durationInSeconds?: number

Duration for how long to play the content. Cut off if shorter, loop if longer than actual duration. This property is required if the insertable content is an image.

Memberof

ScheduledInsertableContent

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
runAt?: Date

Time to play the content in UTC: YYYY-MM-DDThh:mm:ssZ, if this property is not set the content will be played as soon as possible.

+
runAt?: Date

Time to play the content in UTC: YYYY-MM-DDThh:mm:ssZ, if this property is not set the content will be played as soon as possible.

Memberof

ScheduledInsertableContent

-

Status of the scheduled insertable content.

+

Status of the scheduled insertable content.

Memberof

ScheduledInsertableContent

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Scheduling.html b/docs/classes/Scheduling.html index fb52cbf54..3a41029e1 100644 --- a/docs/classes/Scheduling.html +++ b/docs/classes/Scheduling.html @@ -1,9 +1,9 @@ Scheduling | @bitmovin/api-sdk

Export

Scheduling

-

Constructors

Constructors

Properties

prewarmedEncoderPoolIds?: string[]

List of prewarmed encoder pools. If set, prewarmed encoders from pools with these IDs will be used for the encoding if available. The pool IDs will be tried in the order in which they are passed.

+

Constructors

Properties

prewarmedEncoderPoolIds?: string[]

List of prewarmed encoder pools. If set, prewarmed encoders from pools with these IDs will be used for the encoding if available. The pool IDs will be tried in the order in which they are passed.

Memberof

Scheduling

-
priority?: number

Specifies the priority of this encoding (0 - 100). Higher numbers mean higher priority. Default is 50.

+
priority?: number

Specifies the priority of this encoding (0 - 100). Higher numbers mean higher priority. Default is 50.

Memberof

Scheduling

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Scte35Cue.html b/docs/classes/Scte35Cue.html index 99a44aa7b..357c55db9 100644 --- a/docs/classes/Scte35Cue.html +++ b/docs/classes/Scte35Cue.html @@ -1,12 +1,12 @@ Scte35Cue | @bitmovin/api-sdk

Export

Scte35Cue

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

cueDuration?: number

Cue out duration in seconds. (required)

+

Constructors

Properties

cueDuration?: number

Cue out duration in seconds. (required)

Memberof

Scte35Cue

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
manifestIds?: string[]

The ids of the manifests to update. If this property is not set, all the manifests tied to the encoding are updated.

+
manifestIds?: string[]

The ids of the manifests to update. If this property is not set, all the manifests tied to the encoding are updated.

Memberof

Scte35Cue

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SegmentedRawMuxing.html b/docs/classes/SegmentedRawMuxing.html index c0656a056..d353d701c 100644 --- a/docs/classes/SegmentedRawMuxing.html +++ b/docs/classes/SegmentedRawMuxing.html @@ -1,5 +1,5 @@ SegmentedRawMuxing | @bitmovin/api-sdk

Class SegmentedRawMuxing

Export

SegmentedRawMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Length of the fragments in seconds (required)

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Length of the fragments in seconds (required)

Memberof

SegmentedRawMuxing

-
segmentNaming?: string

Segment naming policy (required)

+
segmentNaming?: string

Segment naming policy (required)

Memberof

SegmentedRawMuxing

-
segmentsMuxed?: number

Number of segments which have been encoded

+
segmentsMuxed?: number

Number of segments which have been encoded

Memberof

SegmentedRawMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.SEGMENTED_RAW

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.SEGMENTED_RAW

Discriminator property for Muxing

Memberof

SegmentedRawMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SegmentsMediaInfo.html b/docs/classes/SegmentsMediaInfo.html index 2cabd171f..dba69dbf1 100644 --- a/docs/classes/SegmentsMediaInfo.html +++ b/docs/classes/SegmentsMediaInfo.html @@ -1,5 +1,5 @@ SegmentsMediaInfo | @bitmovin/api-sdk

Class SegmentsMediaInfo

Export

SegmentsMediaInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

+

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

-
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

+
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

-
characteristics?: string[]

Contains Uniform Type Identifiers

+
characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

-
drmId?: string

Id of the DRM.

+
drmId?: string

Id of the DRM.

Memberof

SegmentsMediaInfo

-
encodingId?: string

Id of the encoding. (required)

+
encodingId?: string

Id of the encoding. (required)

Memberof

SegmentsMediaInfo

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

Memberof

SegmentsMediaInfo

-
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

+
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

+
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

-
language?: string

Primary language in the rendition.

+
language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

-
muxingId?: string

Id of the muxing. (required)

+
muxingId?: string

Id of the muxing. (required)

Memberof

SegmentsMediaInfo

-
name?: string

Human readable description of the rendition. (required)

+
name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

-
segmentPath?: string

Path to segments. (required)

+
segmentPath?: string

Path to segments. (required)

Memberof

SegmentsMediaInfo

-
startSegmentNumber?: number

Number of the first segment. Default is 0.

+
startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

SegmentsMediaInfo

-
streamId?: string

Id of the stream. (required)

+
streamId?: string

Id of the stream. (required)

Memberof

SegmentsMediaInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SftpInput.html b/docs/classes/SftpInput.html index f51a9ec0c..a3166e1bb 100644 --- a/docs/classes/SftpInput.html +++ b/docs/classes/SftpInput.html @@ -1,5 +1,5 @@ SftpInput | @bitmovin/api-sdk

Export

SftpInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Host Url or IP of the SFTP server (required)

+
host?: string

Host Url or IP of the SFTP server (required)

Memberof

SftpInput

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
passive?: boolean

Use passive mode. Default is true.

+
passive?: boolean

Use passive mode. Default is true.

Memberof

SftpInput

-
password?: string

Your SFTP password

+
password?: string

Your SFTP password

Memberof

SftpInput

-
port?: number

Port to use, standard for SFTP: 22

+
port?: number

Port to use, standard for SFTP: 22

Memberof

SftpInput

-
type: InputType = InputType.SFTP

Discriminator property for Input

+
type: InputType = InputType.SFTP

Discriminator property for Input

Memberof

SftpInput

-
username?: string

Your SFTP Username

+
username?: string

Your SFTP Username

Memberof

SftpInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SftpOutput.html b/docs/classes/SftpOutput.html index ab0c35499..c9e039b87 100644 --- a/docs/classes/SftpOutput.html +++ b/docs/classes/SftpOutput.html @@ -1,5 +1,5 @@ SftpOutput | @bitmovin/api-sdk

Export

SftpOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

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

+

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Host Url or IP of the SFTP server (required)

+
host?: string

Host Url or IP of the SFTP server (required)

Memberof

SftpOutput

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
maxConcurrentConnections?: number

Restrict maximum concurrent connections. Requires at least version 1.1.0.

+
maxConcurrentConnections?: number

Restrict maximum concurrent connections. Requires at least version 1.1.0.

Memberof

SftpOutput

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
passive?: boolean

Use passive mode. Default is true.

+
passive?: boolean

Use passive mode. Default is true.

Memberof

SftpOutput

-
password?: string

Your SFTP password

+
password?: string

Your SFTP password

Memberof

SftpOutput

-
port?: number

Port to use, standard for SFTP: 22

+
port?: number

Port to use, standard for SFTP: 22

Memberof

SftpOutput

-
transferVersion?: TransferVersion

Controls which transfer version should be used

+
transferVersion?: TransferVersion

Controls which transfer version should be used

Memberof

SftpOutput

-
type: OutputType = OutputType.SFTP

Discriminator property for Output

+
type: OutputType = OutputType.SFTP

Discriminator property for Output

Memberof

SftpOutput

-
username?: string

Your SFTP Username

+
username?: string

Your SFTP Username

Memberof

SftpOutput

-
_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'
\ No newline at end of file +
_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

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SidecarFile.html b/docs/classes/SidecarFile.html index cb4b0b227..7683fa8f6 100644 --- a/docs/classes/SidecarFile.html +++ b/docs/classes/SidecarFile.html @@ -1,6 +1,6 @@ SidecarFile | @bitmovin/api-sdk

A file that is added to an encoding. The size limit for a sidecar file is 10 MB

Export

SidecarFile

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
errorMode?: SidecarErrorMode

This defines how errors should be handled

+
errorMode?: SidecarErrorMode

This defines how errors should be handled

Memberof

SidecarFile

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

Id of input (required)

+
inputId?: string

Id of input (required)

Memberof

SidecarFile

-
inputPath?: string

Path to sidecar file (required)

+
inputPath?: string

Path to sidecar file (required)

Memberof

SidecarFile

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

SidecarFile

-
_discriminatorMapping: {
    WEB_VTT: string;
} = ...

Type declaration

  • WEB_VTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
outputs?: EncodingOutput[]

Memberof

SidecarFile

+
_discriminatorMapping: {
    WEB_VTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobAccessKeyCredentials.html b/docs/classes/SimpleEncodingLiveJobAccessKeyCredentials.html index 6e3a5984e..28409b12a 100644 --- a/docs/classes/SimpleEncodingLiveJobAccessKeyCredentials.html +++ b/docs/classes/SimpleEncodingLiveJobAccessKeyCredentials.html @@ -1,9 +1,9 @@ SimpleEncodingLiveJobAccessKeyCredentials | @bitmovin/api-sdk

Class SimpleEncodingLiveJobAccessKeyCredentials

Export

SimpleEncodingLiveJobAccessKeyCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

accessKey?: string

The identifier of the access key (required)

+

Constructors

Properties

accessKey?: string

The identifier of the access key (required)

Memberof

SimpleEncodingLiveJobAccessKeyCredentials

-
secretKey?: string

The secret to be used for authentication (required)

+
secretKey?: string

The secret to be used for authentication (required)

Memberof

SimpleEncodingLiveJobAccessKeyCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobAzureCredentials.html b/docs/classes/SimpleEncodingLiveJobAzureCredentials.html index b9d41c6b2..ccf4dcf53 100644 --- a/docs/classes/SimpleEncodingLiveJobAzureCredentials.html +++ b/docs/classes/SimpleEncodingLiveJobAzureCredentials.html @@ -1,6 +1,6 @@ SimpleEncodingLiveJobAzureCredentials | @bitmovin/api-sdk

Class SimpleEncodingLiveJobAzureCredentials

Export

SimpleEncodingLiveJobAzureCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

key?: string

Azure Account Key used for authentication (required)

+

Constructors

Properties

key?: string

Azure Account Key used for authentication (required)

Memberof

SimpleEncodingLiveJobAzureCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobCdnOutput.html b/docs/classes/SimpleEncodingLiveJobCdnOutput.html index 31f5a8375..b766f06f0 100644 --- a/docs/classes/SimpleEncodingLiveJobCdnOutput.html +++ b/docs/classes/SimpleEncodingLiveJobCdnOutput.html @@ -1,11 +1,11 @@ SimpleEncodingLiveJobCdnOutput | @bitmovin/api-sdk

Class SimpleEncodingLiveJobCdnOutput

Export

SimpleEncodingLiveJobCdnOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

The maximum output resolution to be generated

+

Constructors

Properties

The maximum output resolution to be generated

Memberof

SimpleEncodingLiveJobOutput

-
type: SimpleEncodingLiveJobOutputType = SimpleEncodingLiveJobOutputType.CDN

Discriminator property for SimpleEncodingLiveJobOutput

+
type: SimpleEncodingLiveJobOutputType = SimpleEncodingLiveJobOutputType.CDN

Discriminator property for SimpleEncodingLiveJobOutput

Memberof

SimpleEncodingLiveJobCdnOutput

-
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

  • CDN: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobCredentials.html b/docs/classes/SimpleEncodingLiveJobCredentials.html index 958299d5b..2381187b8 100644 --- a/docs/classes/SimpleEncodingLiveJobCredentials.html +++ b/docs/classes/SimpleEncodingLiveJobCredentials.html @@ -1,3 +1,3 @@ SimpleEncodingLiveJobCredentials | @bitmovin/api-sdk

Class SimpleEncodingLiveJobCredentials

Export

SimpleEncodingLiveJobCredentials

-

Hierarchy (view full)

Constructors

Constructors

\ No newline at end of file +

Hierarchy (view full)

Constructors

Constructors

\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobGcsServiceAccountCredentials.html b/docs/classes/SimpleEncodingLiveJobGcsServiceAccountCredentials.html index de083d026..8940e3df6 100644 --- a/docs/classes/SimpleEncodingLiveJobGcsServiceAccountCredentials.html +++ b/docs/classes/SimpleEncodingLiveJobGcsServiceAccountCredentials.html @@ -1,6 +1,6 @@ SimpleEncodingLiveJobGcsServiceAccountCredentials | @bitmovin/api-sdk

Class SimpleEncodingLiveJobGcsServiceAccountCredentials

Export

SimpleEncodingLiveJobGcsServiceAccountCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

serviceAccountCredentials?: string

Service account credentials for Google (required)

+

Constructors

Properties

serviceAccountCredentials?: string

Service account credentials for Google (required)

Memberof

SimpleEncodingLiveJobGcsServiceAccountCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobInput.html b/docs/classes/SimpleEncodingLiveJobInput.html index 4e8dad94c..76485f3e7 100644 --- a/docs/classes/SimpleEncodingLiveJobInput.html +++ b/docs/classes/SimpleEncodingLiveJobInput.html @@ -1,6 +1,6 @@ SimpleEncodingLiveJobInput | @bitmovin/api-sdk

Class SimpleEncodingLiveJobInput

Export

SimpleEncodingLiveJobInput

-

Constructors

Constructors

Properties

Constructors

Properties

Defines which protocol is being used as input of the live stream.

+

Constructors

Properties

Defines which protocol is being used as input of the live stream.

Memberof

SimpleEncodingLiveJobInput

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobOutput.html b/docs/classes/SimpleEncodingLiveJobOutput.html index 1f481be3e..5f06d220a 100644 --- a/docs/classes/SimpleEncodingLiveJobOutput.html +++ b/docs/classes/SimpleEncodingLiveJobOutput.html @@ -1,8 +1,8 @@ SimpleEncodingLiveJobOutput | @bitmovin/api-sdk

Class SimpleEncodingLiveJobOutput

Export

SimpleEncodingLiveJobOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

The maximum output resolution to be generated

+

Constructors

Properties

The maximum output resolution to be generated

Memberof

SimpleEncodingLiveJobOutput

-
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

  • CDN: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobRequest.html b/docs/classes/SimpleEncodingLiveJobRequest.html index a9e5e0bb1..7bf8a2897 100644 --- a/docs/classes/SimpleEncodingLiveJobRequest.html +++ b/docs/classes/SimpleEncodingLiveJobRequest.html @@ -1,18 +1,18 @@ SimpleEncodingLiveJobRequest | @bitmovin/api-sdk

Class SimpleEncodingLiveJobRequest

Export

SimpleEncodingLiveJobRequest

-

Constructors

Constructors

Properties

The cloud region that will be used for the live encoding. This value has to be set.

+

Constructors

Properties

The cloud region that will be used for the live encoding. This value has to be set.

Memberof

SimpleEncodingLiveJobRequest

-
encodingProfile?: SimpleEncodingLiveProfile

The profile that will be used for the live encoding.

+
encodingProfile?: SimpleEncodingLiveProfile

The profile that will be used for the live encoding.

Memberof

SimpleEncodingLiveJobRequest

-

Please take a look at the documentation (required)

+

Please take a look at the documentation (required)

Memberof

SimpleEncodingLiveJobRequest

-
name?: string

This property will be used for naming the encoding.

+
name?: string

This property will be used for naming the encoding.

Memberof

SimpleEncodingLiveJobRequest

-

Please take a look at the documentation (required)

+

Please take a look at the documentation (required)

Memberof

SimpleEncodingLiveJobRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobResponse.html b/docs/classes/SimpleEncodingLiveJobResponse.html index c32ba679f..3beea1177 100644 --- a/docs/classes/SimpleEncodingLiveJobResponse.html +++ b/docs/classes/SimpleEncodingLiveJobResponse.html @@ -1,5 +1,5 @@ SimpleEncodingLiveJobResponse | @bitmovin/api-sdk

Class SimpleEncodingLiveJobResponse

Export

SimpleEncodingLiveJobResponse

-

Constructors

Constructors

Properties

Constructors

Properties

The cloud region that will be used for the live encoding

+

Constructors

Properties

The cloud region that will be used for the live encoding

Memberof

SimpleEncodingLiveJobResponse

-
createdAt?: Date

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

+
createdAt?: Date

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

Memberof

SimpleEncodingLiveJobResponse

-
encoderIp?: string

The IP address of the encoder for this job request. This is only returned once the job execution has been successful and the encoding could be started. Ingest is expected to be sent to this IP address.

+
encoderIp?: string

The IP address of the encoder for this job request. This is only returned once the job execution has been successful and the encoding could be started. Ingest is expected to be sent to this IP address.

Memberof

SimpleEncodingLiveJobResponse

-
encodingId?: string

The identifier of the encoding that has been created based on the job request. This is only returned once the job execution has been successful and the encoding could be started.

+
encodingId?: string

The identifier of the encoding that has been created based on the job request. This is only returned once the job execution has been successful and the encoding could be started.

Memberof

SimpleEncodingLiveJobResponse

-
encodingProfile?: SimpleEncodingLiveProfile

The profile that will be used for the live encoding.

+
encodingProfile?: SimpleEncodingLiveProfile

The profile that will be used for the live encoding.

Memberof

SimpleEncodingLiveJobResponse

-

Describes all the errors in cases the status of the job is 'error'.

+

Describes all the errors in cases the status of the job is 'error'.

Memberof

SimpleEncodingLiveJobResponse

-
id?: string

The identifier of the Simple Encoding Live Job

+
id?: string

The identifier of the Simple Encoding Live Job

Memberof

SimpleEncodingLiveJobResponse

-

Memberof

SimpleEncodingLiveJobResponse

-
modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ. The job is updated for example when the status changes

+

Memberof

SimpleEncodingLiveJobResponse

+
modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ. The job is updated for example when the status changes

Memberof

SimpleEncodingLiveJobResponse

-
name?: string

This property will be used for naming the encoding and the manifests.

+
name?: string

This property will be used for naming the encoding and the manifests.

Memberof

SimpleEncodingLiveJobResponse

-

Memberof

SimpleEncodingLiveJobResponse

-

The current status of the Simple Encoding Live Job

+

Memberof

SimpleEncodingLiveJobResponse

+

The current status of the Simple Encoding Live Job

Memberof

SimpleEncodingLiveJobResponse

-
streamKey?: string

Stream key of the live encoder

+
streamKey?: string

Stream key of the live encoder

Memberof

SimpleEncodingLiveJobResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobS3RoleBasedCredentials.html b/docs/classes/SimpleEncodingLiveJobS3RoleBasedCredentials.html index 445ca8fcd..dcff443ab 100644 --- a/docs/classes/SimpleEncodingLiveJobS3RoleBasedCredentials.html +++ b/docs/classes/SimpleEncodingLiveJobS3RoleBasedCredentials.html @@ -1,9 +1,9 @@ SimpleEncodingLiveJobS3RoleBasedCredentials | @bitmovin/api-sdk

Class SimpleEncodingLiveJobS3RoleBasedCredentials

Export

SimpleEncodingLiveJobS3RoleBasedCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. More details can be found here (required)

+

Constructors

Properties

roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. More details can be found here (required)

Memberof

SimpleEncodingLiveJobS3RoleBasedCredentials

-
useExternalId?: boolean

Defines if the organization ID has to be used as externalId when assuming the role. More details can be found here

+
useExternalId?: boolean

Defines if the organization ID has to be used as externalId when assuming the role. More details can be found here

Memberof

SimpleEncodingLiveJobS3RoleBasedCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobUrlOutput.html b/docs/classes/SimpleEncodingLiveJobUrlOutput.html index 99fdc71dd..e6c29eed1 100644 --- a/docs/classes/SimpleEncodingLiveJobUrlOutput.html +++ b/docs/classes/SimpleEncodingLiveJobUrlOutput.html @@ -1,5 +1,5 @@ SimpleEncodingLiveJobUrlOutput | @bitmovin/api-sdk

Class SimpleEncodingLiveJobUrlOutput

Export

SimpleEncodingLiveJobUrlOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Credentials to be used for authentication and accessing the folder.

+

Constructors

Properties

Credentials to be used for authentication and accessing the folder.

Memberof

SimpleEncodingLiveJobUrlOutput

-
makePublic?: boolean

Indicates if the output should be publically available so that playback immediately works over the internet. Note that not every storage provider supports public output, in this case the flag will be ignored (e.g., Akamai NetStorage). It might forbidden by some storage configuration to make files public, for example an S3 buckets can be configured to disallow public access. In this case set it to false.

+
makePublic?: boolean

Indicates if the output should be publically available so that playback immediately works over the internet. Note that not every storage provider supports public output, in this case the flag will be ignored (e.g., Akamai NetStorage). It might forbidden by some storage configuration to make files public, for example an S3 buckets can be configured to disallow public access. In this case set it to false.

Memberof

SimpleEncodingLiveJobUrlOutput

-

The maximum output resolution to be generated

+

The maximum output resolution to be generated

Memberof

SimpleEncodingLiveJobOutput

-
type: SimpleEncodingLiveJobOutputType = SimpleEncodingLiveJobOutputType.URL

Discriminator property for SimpleEncodingLiveJobOutput

+
type: SimpleEncodingLiveJobOutputType = SimpleEncodingLiveJobOutputType.URL

Discriminator property for SimpleEncodingLiveJobOutput

Memberof

SimpleEncodingLiveJobUrlOutput

-
url?: string

Define a URL pointing to a folder which will be used to upload the encoded assets. The output folder structure used looks the following way:

http://host/my-folder

  • /video
    • /{width}x{height}_{bitrate}/ (multiple subfolders containing different output renditions)
  • /audio
  • /index.m3u8 (HLS manifest file)
  • /stream.mpd (DASH manifest file)
Currently the following protocols/storages systems are supported: S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require credentials to access the asset. Check the description below which ones are applicable. See below how to construct the URLs for the individual protocals/storage systems. S3: * s3://<my-bucket>/path/ Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. GCS: * gcs://<my-bucket>/path/ Authentication can be done via accesskey/secretkey or a service account Azure Blob Storage (ABS): * https://<account>.blob.core.windows.net/<container>/path/ It is required to provide the Azure key credentials for authentication. Akamai NetStorage: * https://<host>-nsu.akamaihd.net/<CP-code>/path/ It is required to provide username/password credentials for authentication. (required)

+
url?: string

Define a URL pointing to a folder which will be used to upload the encoded assets. The output folder structure used looks the following way:

http://host/my-folder

  • /video
    • /{width}x{height}_{bitrate}/ (multiple subfolders containing different output renditions)
  • /audio
  • /index.m3u8 (HLS manifest file)
  • /stream.mpd (DASH manifest file)
Currently the following protocols/storages systems are supported: S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require credentials to access the asset. Check the description below which ones are applicable. See below how to construct the URLs for the individual protocals/storage systems. S3: * s3://<my-bucket>/path/ Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. GCS: * gcs://<my-bucket>/path/ Authentication can be done via accesskey/secretkey or a service account Azure Blob Storage (ABS): * https://<account>.blob.core.windows.net/<container>/path/ It is required to provide the Azure key credentials for authentication. Akamai NetStorage: * https://<host>-nsu.akamaihd.net/<CP-code>/path/ It is required to provide username/password credentials for authentication. (required)

Memberof

SimpleEncodingLiveJobUrlOutput

-
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

  • CDN: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingLiveJobUsernamePasswordCredentials.html b/docs/classes/SimpleEncodingLiveJobUsernamePasswordCredentials.html index 3c1ca0669..7369edda5 100644 --- a/docs/classes/SimpleEncodingLiveJobUsernamePasswordCredentials.html +++ b/docs/classes/SimpleEncodingLiveJobUsernamePasswordCredentials.html @@ -1,9 +1,9 @@ SimpleEncodingLiveJobUsernamePasswordCredentials | @bitmovin/api-sdk

Class SimpleEncodingLiveJobUsernamePasswordCredentials

Export

SimpleEncodingLiveJobUsernamePasswordCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

password?: string

The password to be used for authentication (required)

+

Constructors

Properties

password?: string

The password to be used for authentication (required)

Memberof

SimpleEncodingLiveJobUsernamePasswordCredentials

-
username?: string

The username to be used for authentication. (required)

+
username?: string

The username to be used for authentication. (required)

Memberof

SimpleEncodingLiveJobUsernamePasswordCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobAccessKeyCredentials.html b/docs/classes/SimpleEncodingVodJobAccessKeyCredentials.html index 2fe45e9ab..1c4687356 100644 --- a/docs/classes/SimpleEncodingVodJobAccessKeyCredentials.html +++ b/docs/classes/SimpleEncodingVodJobAccessKeyCredentials.html @@ -1,9 +1,9 @@ SimpleEncodingVodJobAccessKeyCredentials | @bitmovin/api-sdk

Class SimpleEncodingVodJobAccessKeyCredentials

Export

SimpleEncodingVodJobAccessKeyCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

accessKey?: string

The identifier of the access key (required)

+

Constructors

Properties

accessKey?: string

The identifier of the access key (required)

Memberof

SimpleEncodingVodJobAccessKeyCredentials

-
secretKey?: string

The secret to be used for authentication (required)

+
secretKey?: string

The secret to be used for authentication (required)

Memberof

SimpleEncodingVodJobAccessKeyCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobAzureCredentials.html b/docs/classes/SimpleEncodingVodJobAzureCredentials.html index 433575a1d..b6858d5dd 100644 --- a/docs/classes/SimpleEncodingVodJobAzureCredentials.html +++ b/docs/classes/SimpleEncodingVodJobAzureCredentials.html @@ -1,6 +1,6 @@ SimpleEncodingVodJobAzureCredentials | @bitmovin/api-sdk

Class SimpleEncodingVodJobAzureCredentials

Export

SimpleEncodingVodJobAzureCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

key?: string

Azure Account Key used for authentication (required)

+

Constructors

Properties

key?: string

Azure Account Key used for authentication (required)

Memberof

SimpleEncodingVodJobAzureCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobCdnOutput.html b/docs/classes/SimpleEncodingVodJobCdnOutput.html index 7880d2197..1d7de612f 100644 --- a/docs/classes/SimpleEncodingVodJobCdnOutput.html +++ b/docs/classes/SimpleEncodingVodJobCdnOutput.html @@ -1,14 +1,14 @@ SimpleEncodingVodJobCdnOutput | @bitmovin/api-sdk

Class SimpleEncodingVodJobCdnOutput

Export

SimpleEncodingVodJobCdnOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

List of artifacts created by the encoding job. Artifacts are files essential for playback of the generated content, e.g. manifests.

+

Constructors

Properties

List of artifacts created by the encoding job. Artifacts are files essential for playback of the generated content, e.g. manifests.

Memberof

SimpleEncodingVodJobOutput

-

The maximum output resolution to be generated

+

The maximum output resolution to be generated

Memberof

SimpleEncodingVodJobCdnOutput

-
type: SimpleEncodingVodJobOutputType = SimpleEncodingVodJobOutputType.CDN

Discriminator property for SimpleEncodingVodJobOutput

+
type: SimpleEncodingVodJobOutputType = SimpleEncodingVodJobOutputType.CDN

Discriminator property for SimpleEncodingVodJobOutput

Memberof

SimpleEncodingVodJobCdnOutput

-
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

  • CDN: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobCredentials.html b/docs/classes/SimpleEncodingVodJobCredentials.html index cc32bdb16..71ea24a92 100644 --- a/docs/classes/SimpleEncodingVodJobCredentials.html +++ b/docs/classes/SimpleEncodingVodJobCredentials.html @@ -1,3 +1,3 @@ SimpleEncodingVodJobCredentials | @bitmovin/api-sdk

Class SimpleEncodingVodJobCredentials

Export

SimpleEncodingVodJobCredentials

-

Hierarchy (view full)

Constructors

Constructors

\ No newline at end of file +

Hierarchy (view full)

Constructors

Constructors

\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobDirectFileUploadInput.html b/docs/classes/SimpleEncodingVodJobDirectFileUploadInput.html index 49e3ca06e..061437c5f 100644 --- a/docs/classes/SimpleEncodingVodJobDirectFileUploadInput.html +++ b/docs/classes/SimpleEncodingVodJobDirectFileUploadInput.html @@ -1,17 +1,17 @@ SimpleEncodingVodJobDirectFileUploadInput | @bitmovin/api-sdk

Class SimpleEncodingVodJobDirectFileUploadInput

Export

SimpleEncodingVodJobDirectFileUploadInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

inputId?: string

Id of a DirectFileUploadInput (required)

+

Constructors

Properties

inputId?: string

Id of a DirectFileUploadInput (required)

Memberof

SimpleEncodingVodJobDirectFileUploadInput

-

Defines the type of the input file, if no type is set it is assumed that the input file contains at least one video stream and optionally one or multiple audio streams. Note that when defining video and audio inputs, you can either - add one single input without inputType, in which case that source file must contain a video stream and (if you want audio) one audio stream, or - add one single input with inputType=VIDEO and (if you want audio) one or more inputs with inputType=AUDIO (each containing one audio stream) Other combinations are not valid.

+

Defines the type of the input file, if no type is set it is assumed that the input file contains at least one video stream and optionally one or multiple audio streams. Note that when defining video and audio inputs, you can either - add one single input without inputType, in which case that source file must contain a video stream and (if you want audio) one audio stream, or - add one single input with inputType=VIDEO and (if you want audio) one or more inputs with inputType=AUDIO (each containing one audio stream) Other combinations are not valid.

Memberof

SimpleEncodingVodJobDirectFileUploadInput

-
language?: string

The language of the audio track, the subtitles, or closed captions file. The language code must be compliant with BCP 47. This property is mandatory if the input provided is of type SUBTITLES or CLOSED_CAPTIONS and recommended for input type AUDIO and an input that does not specify an input type (combined audio and video). If an audio input does not specify the language, it is defaulted to und (undefined).

+
language?: string

The language of the audio track, the subtitles, or closed captions file. The language code must be compliant with BCP 47. This property is mandatory if the input provided is of type SUBTITLES or CLOSED_CAPTIONS and recommended for input type AUDIO and an input that does not specify an input type (combined audio and video). If an audio input does not specify the language, it is defaulted to und (undefined).

Memberof

SimpleEncodingVodJobDirectFileUploadInput

-
type: SimpleEncodingVodJobInputSourceType = SimpleEncodingVodJobInputSourceType.DIRECT_FILE_UPLOAD

Discriminator property for SimpleEncodingVodJobInput

+
type: SimpleEncodingVodJobInputSourceType = SimpleEncodingVodJobInputSourceType.DIRECT_FILE_UPLOAD

Discriminator property for SimpleEncodingVodJobInput

Memberof

SimpleEncodingVodJobDirectFileUploadInput

-
_discriminatorMapping: {
    DIRECT_FILE_UPLOAD: string;
    URL: string;
} = ...

Type declaration

  • DIRECT_FILE_UPLOAD: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    DIRECT_FILE_UPLOAD: string;
    URL: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobErrors.html b/docs/classes/SimpleEncodingVodJobErrors.html index c303e14a7..00de50b08 100644 --- a/docs/classes/SimpleEncodingVodJobErrors.html +++ b/docs/classes/SimpleEncodingVodJobErrors.html @@ -1,12 +1,12 @@ SimpleEncodingVodJobErrors | @bitmovin/api-sdk

Class SimpleEncodingVodJobErrors

Export

SimpleEncodingVodJobErrors

-

Constructors

Constructors

Properties

Constructors

Properties

details?: string

Additional details of the error if available.

+

Constructors

Properties

details?: string

Additional details of the error if available.

Memberof

SimpleEncodingVodJobErrors

-
errorCode?: string

Stable code that identifies the error type.

+
errorCode?: string

Stable code that identifies the error type.

Memberof

SimpleEncodingVodJobErrors

-
message?: string

Human readable description of the error.

+
message?: string

Human readable description of the error.

Memberof

SimpleEncodingVodJobErrors

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobGcsServiceAccountCredentials.html b/docs/classes/SimpleEncodingVodJobGcsServiceAccountCredentials.html index 4ccd6e6c5..2f199b9d4 100644 --- a/docs/classes/SimpleEncodingVodJobGcsServiceAccountCredentials.html +++ b/docs/classes/SimpleEncodingVodJobGcsServiceAccountCredentials.html @@ -1,6 +1,6 @@ SimpleEncodingVodJobGcsServiceAccountCredentials | @bitmovin/api-sdk

Class SimpleEncodingVodJobGcsServiceAccountCredentials

Export

SimpleEncodingVodJobGcsServiceAccountCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

serviceAccountCredentials?: string

Service account credentials for Google (required)

+

Constructors

Properties

serviceAccountCredentials?: string

Service account credentials for Google (required)

Memberof

SimpleEncodingVodJobGcsServiceAccountCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobInput.html b/docs/classes/SimpleEncodingVodJobInput.html index e92600bf2..0be70f3a1 100644 --- a/docs/classes/SimpleEncodingVodJobInput.html +++ b/docs/classes/SimpleEncodingVodJobInput.html @@ -1,5 +1,5 @@ SimpleEncodingVodJobInput | @bitmovin/api-sdk

Class SimpleEncodingVodJobInput

Export

SimpleEncodingVodJobInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

_discriminatorMapping: {
    DIRECT_FILE_UPLOAD: string;
    URL: string;
} = ...

Type declaration

  • DIRECT_FILE_UPLOAD: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +

Constructors

Properties

_discriminatorMapping: {
    DIRECT_FILE_UPLOAD: string;
    URL: string;
} = ...

Type declaration

  • DIRECT_FILE_UPLOAD: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobOptions.html b/docs/classes/SimpleEncodingVodJobOptions.html index f2a785fa5..3b8bea694 100644 --- a/docs/classes/SimpleEncodingVodJobOptions.html +++ b/docs/classes/SimpleEncodingVodJobOptions.html @@ -1,6 +1,6 @@ SimpleEncodingVodJobOptions | @bitmovin/api-sdk

Class SimpleEncodingVodJobOptions

Export

SimpleEncodingVodJobOptions

-

Constructors

Constructors

Properties

Constructors

Properties

singleFileOutput?: boolean

Defines if the job should additionally produce a single file as output (e.g., an MP4) for every rendition the Per-Title algorithm produces. This can be useful to provide customers with features such as downloading of videos for different screen sizes. The single file contains both audio and video streams along the segmented output. Note that currently we do not include subtitles in this file.

+

Constructors

Properties

singleFileOutput?: boolean

Defines if the job should additionally produce a single file as output (e.g., an MP4) for every rendition the Per-Title algorithm produces. This can be useful to provide customers with features such as downloading of videos for different screen sizes. The single file contains both audio and video streams along the segmented output. Note that currently we do not include subtitles in this file.

Memberof

SimpleEncodingVodJobOptions

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobOutput.html b/docs/classes/SimpleEncodingVodJobOutput.html index 458337bbb..7f0cc8215 100644 --- a/docs/classes/SimpleEncodingVodJobOutput.html +++ b/docs/classes/SimpleEncodingVodJobOutput.html @@ -1,8 +1,8 @@ SimpleEncodingVodJobOutput | @bitmovin/api-sdk

Class SimpleEncodingVodJobOutput

Export

SimpleEncodingVodJobOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

List of artifacts created by the encoding job. Artifacts are files essential for playback of the generated content, e.g. manifests.

+

Constructors

Properties

List of artifacts created by the encoding job. Artifacts are files essential for playback of the generated content, e.g. manifests.

Memberof

SimpleEncodingVodJobOutput

-
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

  • CDN: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobOutputArtifact.html b/docs/classes/SimpleEncodingVodJobOutputArtifact.html index b7c48d0f6..043374efb 100644 --- a/docs/classes/SimpleEncodingVodJobOutputArtifact.html +++ b/docs/classes/SimpleEncodingVodJobOutputArtifact.html @@ -1,9 +1,9 @@ SimpleEncodingVodJobOutputArtifact | @bitmovin/api-sdk

Class SimpleEncodingVodJobOutputArtifact

Export

SimpleEncodingVodJobOutputArtifact

-

Constructors

Constructors

Properties

Constructors

Properties

name?: string

Name of the artifact. Currently we provide the URL of the HLS manifest with name 'HLS_MANIFEST_URL' and the URL of the DASH manifest with name 'DASH_MANIFEST_URL'

+

Constructors

Properties

name?: string

Name of the artifact. Currently we provide the URL of the HLS manifest with name 'HLS_MANIFEST_URL' and the URL of the DASH manifest with name 'DASH_MANIFEST_URL'

Memberof

SimpleEncodingVodJobOutputArtifact

-
value?: string

A string value described by the 'name' property. Typically this is an absolute URL pointing to a file on the output you specified for the encoding job. The protocol depends on the type of output: "s3://" for AWS S3,"gcs://" for Google Cloud Storage, "https://" for Azure Blob Storage and Akamai NetStorage )

+
value?: string

A string value described by the 'name' property. Typically this is an absolute URL pointing to a file on the output you specified for the encoding job. The protocol depends on the type of output: "s3://" for AWS S3,"gcs://" for Google Cloud Storage, "https://" for Azure Blob Storage and Akamai NetStorage )

Memberof

SimpleEncodingVodJobOutputArtifact

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobRequest.html b/docs/classes/SimpleEncodingVodJobRequest.html index b6707d6e8..89fd20607 100644 --- a/docs/classes/SimpleEncodingVodJobRequest.html +++ b/docs/classes/SimpleEncodingVodJobRequest.html @@ -1,18 +1,18 @@ SimpleEncodingVodJobRequest | @bitmovin/api-sdk

Class SimpleEncodingVodJobRequest

Export

SimpleEncodingVodJobRequest

-

Constructors

Constructors

Properties

encodingTemplate?: EncodingTemplate

The template that will be used for the encoding.

+

Constructors

Properties

encodingTemplate?: EncodingTemplate

The template that will be used for the encoding.

Memberof

SimpleEncodingVodJobRequest

-

Please take a look at the documentation (required)

+

Please take a look at the documentation (required)

Memberof

SimpleEncodingVodJobRequest

-
name?: string

This property will be used for naming the encoding and the manifests.

+
name?: string

This property will be used for naming the encoding and the manifests.

Memberof

SimpleEncodingVodJobRequest

-

Options to customize the Simple Encoding Job

+

Options to customize the Simple Encoding Job

Memberof

SimpleEncodingVodJobRequest

-

Please take a look at the documentation (required)

+

Please take a look at the documentation (required)

Memberof

SimpleEncodingVodJobRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobResponse.html b/docs/classes/SimpleEncodingVodJobResponse.html index be4d3faa8..2a8c39863 100644 --- a/docs/classes/SimpleEncodingVodJobResponse.html +++ b/docs/classes/SimpleEncodingVodJobResponse.html @@ -1,5 +1,5 @@ SimpleEncodingVodJobResponse | @bitmovin/api-sdk

Class SimpleEncodingVodJobResponse

Export

SimpleEncodingVodJobResponse

-

Constructors

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

Constructors

Properties

createdAt?: Date

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

Memberof

SimpleEncodingVodJobResponse

-
encodingId?: string

The identifier of the encoding that has been created based on the job request. This is only returned once the job execution has been successful and the encoding could be started.

+
encodingId?: string

The identifier of the encoding that has been created based on the job request. This is only returned once the job execution has been successful and the encoding could be started.

Memberof

SimpleEncodingVodJobResponse

-
encodingTemplate?: EncodingTemplate

The template that has been used for the encoding.

+
encodingTemplate?: EncodingTemplate

The template that has been used for the encoding.

Memberof

SimpleEncodingVodJobResponse

-

Describes all the errors in cases the status of the job is 'error'.

+

Describes all the errors in cases the status of the job is 'error'.

Memberof

SimpleEncodingVodJobResponse

-
id?: string

The identifier of the Simple Encoding VOD Job

+
id?: string

The identifier of the Simple Encoding VOD Job

Memberof

SimpleEncodingVodJobResponse

-

Memberof

SimpleEncodingVodJobResponse

-
modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ. The job is updated for example when the status changes

+

Memberof

SimpleEncodingVodJobResponse

+
modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ. The job is updated for example when the status changes

Memberof

SimpleEncodingVodJobResponse

-
name?: string

This property will be used for naming the encoding and the manifests.

+
name?: string

This property will be used for naming the encoding and the manifests.

Memberof

SimpleEncodingVodJobResponse

-

Options to customize the Simple Encoding Job

+

Options to customize the Simple Encoding Job

Memberof

SimpleEncodingVodJobResponse

-

Memberof

SimpleEncodingVodJobResponse

-

The current status of the Simple Encoding VOD Job

+

Memberof

SimpleEncodingVodJobResponse

+

The current status of the Simple Encoding VOD Job

Memberof

SimpleEncodingVodJobResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobS3RoleBasedCredentials.html b/docs/classes/SimpleEncodingVodJobS3RoleBasedCredentials.html index f2e46e417..934225df6 100644 --- a/docs/classes/SimpleEncodingVodJobS3RoleBasedCredentials.html +++ b/docs/classes/SimpleEncodingVodJobS3RoleBasedCredentials.html @@ -1,9 +1,9 @@ SimpleEncodingVodJobS3RoleBasedCredentials | @bitmovin/api-sdk

Class SimpleEncodingVodJobS3RoleBasedCredentials

Export

SimpleEncodingVodJobS3RoleBasedCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. More details can be found here (required)

+

Constructors

Properties

roleArn?: string

Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. More details can be found here (required)

Memberof

SimpleEncodingVodJobS3RoleBasedCredentials

-
useExternalId?: boolean

Defines if the organization ID has to be used as externalId when assuming the role. More details can be found here

+
useExternalId?: boolean

Defines if the organization ID has to be used as externalId when assuming the role. More details can be found here

Memberof

SimpleEncodingVodJobS3RoleBasedCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobUrlInput.html b/docs/classes/SimpleEncodingVodJobUrlInput.html index da9aefb97..f7d6197e2 100644 --- a/docs/classes/SimpleEncodingVodJobUrlInput.html +++ b/docs/classes/SimpleEncodingVodJobUrlInput.html @@ -1,5 +1,5 @@ SimpleEncodingVodJobUrlInput | @bitmovin/api-sdk

Class SimpleEncodingVodJobUrlInput

Export

SimpleEncodingVodJobUrlInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Credentials to be used for authentication and accessing the file. Check out the examples on how to define the credentials correctly.

+

Constructors

Properties

Credentials to be used for authentication and accessing the file. Check out the examples on how to define the credentials correctly.

Memberof

SimpleEncodingVodJobUrlInput

-

Defines the type of the input file, if no type is set it is assumed that the input file contains at least one video stream and optionally one or multiple audio streams. Note that when defining video and audio inputs, you can either - add one single input without inputType, in which case that source file must contain a video stream and (if you want audio) one audio stream, or - add one single input with inputType=VIDEO and (if you want audio) one or more inputs with inputType=AUDIO (each containing one audio stream) Other combinations are not valid.

+

Defines the type of the input file, if no type is set it is assumed that the input file contains at least one video stream and optionally one or multiple audio streams. Note that when defining video and audio inputs, you can either - add one single input without inputType, in which case that source file must contain a video stream and (if you want audio) one audio stream, or - add one single input with inputType=VIDEO and (if you want audio) one or more inputs with inputType=AUDIO (each containing one audio stream) Other combinations are not valid.

Memberof

SimpleEncodingVodJobUrlInput

-
language?: string

The language of the audio track, the subtitles, or closed captions file. The language code must be compliant with BCP 47. This property is mandatory if the input provided is of type SUBTITLES or CLOSED_CAPTIONS and recommended for input type AUDIO and an input that does not specify an input type (combined audio and video). If an audio input does not specify the language, it is defaulted to und (undefined).

+
language?: string

The language of the audio track, the subtitles, or closed captions file. The language code must be compliant with BCP 47. This property is mandatory if the input provided is of type SUBTITLES or CLOSED_CAPTIONS and recommended for input type AUDIO and an input that does not specify an input type (combined audio and video). If an audio input does not specify the language, it is defaulted to und (undefined).

Memberof

SimpleEncodingVodJobUrlInput

-
type: SimpleEncodingVodJobInputSourceType = SimpleEncodingVodJobInputSourceType.URL

Discriminator property for SimpleEncodingVodJobInput

+
type: SimpleEncodingVodJobInputSourceType = SimpleEncodingVodJobInputSourceType.URL

Discriminator property for SimpleEncodingVodJobInput

Memberof

SimpleEncodingVodJobUrlInput

-
url?: string

Define a URL pointing to the asset that should be encoded. The URL has to point to a file. Currently the following protocols/storages systems are supported: HTTP(S), (S)FTP, S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require credentials to access the asset. Check the description below which ones are applicable. See below how to construct the URLs for the individual protocols/storage systems. --- HTTP and HTTPS: * http://<host>[:<port>]/path/file.mp4 * https://<host>[:<port>]/path/file.mp4 The port is defaulted to 80 if it's not provided. If the content is secured by Basic Authentication please provide corresponding credentials. FTP and SFTP: * ftp://<host>[:<port>]/path/file.mp4 * sftp://<host>[:<port>]/path/file.mp4 The port is defaulted to 21 (ftp) or 22 (sftp) if it's not provided. If the content is secured please provide corresponding credentials. S3: * s3://<my-bucket>/path/file.mp4 Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. GCS: * gcs://<my-bucket>/path/file.mp4 Authentication can be done via accesskey/secretkey or a service account Azure Blob Storage (ABS): * https://<account>.blob.core.windows.net/<container>/path/file.mp4 It is required to provide the Azure key credentials for authentication. Akamai NetStorage: * https://<host>-nsu.akamaihd.net/<CP-code>/path/file.mp4 It is required to provide username/password credentials for authentication. (required)

+
url?: string

Define a URL pointing to the asset that should be encoded. The URL has to point to a file. Currently the following protocols/storages systems are supported: HTTP(S), (S)FTP, S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require credentials to access the asset. Check the description below which ones are applicable. See below how to construct the URLs for the individual protocols/storage systems. --- HTTP and HTTPS: * http://<host>[:<port>]/path/file.mp4 * https://<host>[:<port>]/path/file.mp4 The port is defaulted to 80 if it's not provided. If the content is secured by Basic Authentication please provide corresponding credentials. FTP and SFTP: * ftp://<host>[:<port>]/path/file.mp4 * sftp://<host>[:<port>]/path/file.mp4 The port is defaulted to 21 (ftp) or 22 (sftp) if it's not provided. If the content is secured please provide corresponding credentials. S3: * s3://<my-bucket>/path/file.mp4 Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. GCS: * gcs://<my-bucket>/path/file.mp4 Authentication can be done via accesskey/secretkey or a service account Azure Blob Storage (ABS): * https://<account>.blob.core.windows.net/<container>/path/file.mp4 It is required to provide the Azure key credentials for authentication. Akamai NetStorage: * https://<host>-nsu.akamaihd.net/<CP-code>/path/file.mp4 It is required to provide username/password credentials for authentication. (required)

Memberof

SimpleEncodingVodJobUrlInput

-
_discriminatorMapping: {
    DIRECT_FILE_UPLOAD: string;
    URL: string;
} = ...

Type declaration

  • DIRECT_FILE_UPLOAD: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    DIRECT_FILE_UPLOAD: string;
    URL: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobUrlOutput.html b/docs/classes/SimpleEncodingVodJobUrlOutput.html index 54d93c4f4..eba4f19ef 100644 --- a/docs/classes/SimpleEncodingVodJobUrlOutput.html +++ b/docs/classes/SimpleEncodingVodJobUrlOutput.html @@ -1,5 +1,5 @@ SimpleEncodingVodJobUrlOutput | @bitmovin/api-sdk

Class SimpleEncodingVodJobUrlOutput

Export

SimpleEncodingVodJobUrlOutput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

List of artifacts created by the encoding job. Artifacts are files essential for playback of the generated content, e.g. manifests.

+

Constructors

Properties

List of artifacts created by the encoding job. Artifacts are files essential for playback of the generated content, e.g. manifests.

Memberof

SimpleEncodingVodJobOutput

-

Credentials to be used for authentication and accessing the folder

+

Credentials to be used for authentication and accessing the folder

Memberof

SimpleEncodingVodJobUrlOutput

-
makePublic?: boolean

Indicates if the output should be publically available so that playback immediately works over the internet. Note that not every storage provider supports public output, in this case the flag will be ignored (e.g., Akamai NetStorage). It might forbidden by some storage configuration to make files public, for example an S3 buckets can be configured to disallow public access. In this case set it to false.

+
makePublic?: boolean

Indicates if the output should be publically available so that playback immediately works over the internet. Note that not every storage provider supports public output, in this case the flag will be ignored (e.g., Akamai NetStorage). It might forbidden by some storage configuration to make files public, for example an S3 buckets can be configured to disallow public access. In this case set it to false.

Memberof

SimpleEncodingVodJobUrlOutput

-
type: SimpleEncodingVodJobOutputType = SimpleEncodingVodJobOutputType.URL

Discriminator property for SimpleEncodingVodJobOutput

+
type: SimpleEncodingVodJobOutputType = SimpleEncodingVodJobOutputType.URL

Discriminator property for SimpleEncodingVodJobOutput

Memberof

SimpleEncodingVodJobUrlOutput

-
url?: string

Define a URL pointing to a folder which will be used to upload the encoded assets. The output folder structure used looks the following way:

http://host/my-folder

  • /video
    • /h264/{width}x{height}_{bitrate}/ (multiple subfolders containing different output renditions)
  • /audio
    • /aac/{language}/ - if language is unique (subfolder containing audio output files)
    • /aac/{language}_{index}/ - if language is not unique (subfolder containing audio output files)
  • /subtitles (subfolder containing subtitles files)
  • /captions (subfolder containing subtitles files)
  • /sprites (subfolder containing generated sprites)
  • /thumbnails (subfolder containing generated thumbnails)
  • /index.m3u8 (HLS manifest file)
  • /stream.mpd (DASH manifest file)
Currently the following protocols/storages systems are supported: S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require credentials to access the asset. Check in the descriptions below which properties can or need to be provided within the credentials key. See below how to construct the URLs for the individual protocols/storage systems. ___ Recommendation To ensure uniqueness of output paths accross multiple encodings, make use of the following placeholders in the output's URL: {uuid} - will be replaced with a random UUID {asset} - will be replaced with the asset file name (only for the input type VIDEO or DEFAULT) Examples: * using the {uuid} placeholder: The output URL s3://<my-bucket>/{uuid}/path/ will be transformed to e.g. s3://<my-bucket>/d59295f3-1548-4bd9-843d-6ac6896dbdb6/path/. * using the {asset} placeholder: Given an input s3://my-bucket/path/filename.mp4 of type VIDEO or DEFAULT, the output URL s3://<my-bucket>/{asset}/path/ will be transformed to s3://<my-bucket>/filename/path/ Notes: - Placeholders can be combined or used multiple times in the same URL. - Placeholders are ignored when used in conjunction with DirectFileUploadInputs because in this case the asset file name cannot be set. ___ S3: * s3://<my-bucket>/path/ Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. GCS: * gcs://<my-bucket>/path/ Authentication can be done via accesskey/secretkey or a service account Azure Blob Storage (ABS): * https://<account>.blob.core.windows.net/<container>/path/ It is required to provide the Azure key credentials for authentication. Akamai NetStorage: * https://<host>-nsu.akamaihd.net/<CP-code>/path/ It is required to provide username/password credentials for authentication. (required)

+
url?: string

Define a URL pointing to a folder which will be used to upload the encoded assets. The output folder structure used looks the following way:

http://host/my-folder

  • /video
    • /h264/{width}x{height}_{bitrate}/ (multiple subfolders containing different output renditions)
  • /audio
    • /aac/{language}/ - if language is unique (subfolder containing audio output files)
    • /aac/{language}_{index}/ - if language is not unique (subfolder containing audio output files)
  • /subtitles (subfolder containing subtitles files)
  • /captions (subfolder containing subtitles files)
  • /sprites (subfolder containing generated sprites)
  • /thumbnails (subfolder containing generated thumbnails)
  • /index.m3u8 (HLS manifest file)
  • /stream.mpd (DASH manifest file)
Currently the following protocols/storages systems are supported: S3, GCS, Azure Blob Storage, Akamai NetStorage. Note that most protocols will require credentials to access the asset. Check in the descriptions below which properties can or need to be provided within the credentials key. See below how to construct the URLs for the individual protocols/storage systems. ___ Recommendation To ensure uniqueness of output paths accross multiple encodings, make use of the following placeholders in the output's URL: {uuid} - will be replaced with a random UUID {asset} - will be replaced with the asset file name (only for the input type VIDEO or DEFAULT) Examples: * using the {uuid} placeholder: The output URL s3://<my-bucket>/{uuid}/path/ will be transformed to e.g. s3://<my-bucket>/d59295f3-1548-4bd9-843d-6ac6896dbdb6/path/. * using the {asset} placeholder: Given an input s3://my-bucket/path/filename.mp4 of type VIDEO or DEFAULT, the output URL s3://<my-bucket>/{asset}/path/ will be transformed to s3://<my-bucket>/filename/path/ Notes: - Placeholders can be combined or used multiple times in the same URL. - Placeholders are ignored when used in conjunction with DirectFileUploadInputs because in this case the asset file name cannot be set. ___ S3: * s3://<my-bucket>/path/ Authentication can be done via accesskey/secretkey or role-based authentication. Generic S3 is currently NOT supported. GCS: * gcs://<my-bucket>/path/ Authentication can be done via accesskey/secretkey or a service account Azure Blob Storage (ABS): * https://<account>.blob.core.windows.net/<container>/path/ It is required to provide the Azure key credentials for authentication. Akamai NetStorage: * https://<host>-nsu.akamaihd.net/<CP-code>/path/ It is required to provide username/password credentials for authentication. (required)

Memberof

SimpleEncodingVodJobUrlOutput

-
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

  • CDN: string
  • URL: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SimpleEncodingVodJobUsernamePasswordCredentials.html b/docs/classes/SimpleEncodingVodJobUsernamePasswordCredentials.html index ee0e32773..348540860 100644 --- a/docs/classes/SimpleEncodingVodJobUsernamePasswordCredentials.html +++ b/docs/classes/SimpleEncodingVodJobUsernamePasswordCredentials.html @@ -1,9 +1,9 @@ SimpleEncodingVodJobUsernamePasswordCredentials | @bitmovin/api-sdk

Class SimpleEncodingVodJobUsernamePasswordCredentials

Export

SimpleEncodingVodJobUsernamePasswordCredentials

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

password?: string

The password to be used for authentication (required)

+

Constructors

Properties

password?: string

The password to be used for authentication (required)

Memberof

SimpleEncodingVodJobUsernamePasswordCredentials

-
username?: string

The username to be used for authentication. (required)

+
username?: string

The username to be used for authentication. (required)

Memberof

SimpleEncodingVodJobUsernamePasswordCredentials

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SmoothManifestContentProtection.html b/docs/classes/SmoothManifestContentProtection.html index 729a8c28f..cce5b661f 100644 --- a/docs/classes/SmoothManifestContentProtection.html +++ b/docs/classes/SmoothManifestContentProtection.html @@ -1,5 +1,5 @@ SmoothManifestContentProtection | @bitmovin/api-sdk

Class SmoothManifestContentProtection

Export

SmoothManifestContentProtection

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
drmId?: string

Id of the drm. (required)

+
drmId?: string

Id of the drm. (required)

Memberof

SmoothManifestContentProtection

-
encodingId?: string

Id of the encoding. (required)

+
encodingId?: string

Id of the encoding. (required)

Memberof

SmoothManifestContentProtection

-
id?: string

Id of the resource (required)

+
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

+
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)

+
muxingId?: string

Id of the muxing. (required)

Memberof

SmoothManifestContentProtection

-
name?: string

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

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SmoothManifestDefault.html b/docs/classes/SmoothManifestDefault.html index 4c7b7594c..fe5828722 100644 --- a/docs/classes/SmoothManifestDefault.html +++ b/docs/classes/SmoothManifestDefault.html @@ -1,5 +1,5 @@ SmoothManifestDefault | @bitmovin/api-sdk

Class SmoothManifestDefault

Export

SmoothManifestDefault

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

clientManifestName?: string

Filename of the client manifest

+

Constructors

Properties

clientManifestName?: string

Filename of the client manifest

Memberof

SmoothStreamingManifest

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
encodingId?: string

The id of the encoding to create a default manifest for (required)

+
encodingId?: string

The id of the encoding to create a default manifest for (required)

Memberof

SmoothManifestDefault

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

+
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

-
serverManifestName?: string

Filename of the server manifest

+
serverManifestName?: string

Filename of the server manifest

Memberof

SmoothStreamingManifest

-
status?: Status

Current status

+
status?: Status

Current status

Memberof

Manifest

-

Memberof

Manifest

-
version?: V1

Currently not in use

+

Memberof

Manifest

+
version?: V1

Currently not in use

Memberof

SmoothManifestDefault

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SmoothStreamingManifest.html b/docs/classes/SmoothStreamingManifest.html index e9ff44466..8ea6e1ef8 100644 --- a/docs/classes/SmoothStreamingManifest.html +++ b/docs/classes/SmoothStreamingManifest.html @@ -1,5 +1,5 @@ SmoothStreamingManifest | @bitmovin/api-sdk

Class SmoothStreamingManifest

Export

SmoothStreamingManifest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

clientManifestName?: string

Filename of the client manifest

+

Constructors

Properties

clientManifestName?: string

Filename of the client manifest

Memberof

SmoothStreamingManifest

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

+
outputs?: EncodingOutput[]

The outputs to store the manifest (required)

Memberof

Manifest

-
serverManifestName?: string

Filename of the server manifest

+
serverManifestName?: string

Filename of the server manifest

Memberof

SmoothStreamingManifest

-
status?: Status

Current status

+
status?: Status

Current status

Memberof

Manifest

-

Memberof

Manifest

-
\ No newline at end of file +
type?: ManifestType

Memberof

Manifest

+
\ No newline at end of file diff --git a/docs/classes/SmoothStreamingRepresentation.html b/docs/classes/SmoothStreamingRepresentation.html index de9c9d625..3704da022 100644 --- a/docs/classes/SmoothStreamingRepresentation.html +++ b/docs/classes/SmoothStreamingRepresentation.html @@ -1,5 +1,5 @@ SmoothStreamingRepresentation | @bitmovin/api-sdk

Class SmoothStreamingRepresentation

Export

SmoothStreamingRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
encodingId?: string

Id of the encoding (required)

+
encodingId?: string

Id of the encoding (required)

Memberof

SmoothStreamingRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
language?: string

Language of the MP4 file

+
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)

+
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

+
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)

+
muxingId?: string

Id of the muxing. (required)

Memberof

SmoothStreamingRepresentation

-
name?: string

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

+
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.

+
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

+
trackName?: string

Track where this MP4 shoudl be added

Memberof

SmoothStreamingRepresentation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SourceChannel.html b/docs/classes/SourceChannel.html index 7ec3cc4cf..d0c2b53b5 100644 --- a/docs/classes/SourceChannel.html +++ b/docs/classes/SourceChannel.html @@ -1,11 +1,11 @@ SourceChannel | @bitmovin/api-sdk

Export

SourceChannel

-

Constructors

Constructors

Properties

Constructors

Properties

channelNumber?: number

Number of this source channel. If type is 'CHANNEL_NUMBER', this must be set.

+

Constructors

Properties

channelNumber?: number

Number of this source channel. If type is 'CHANNEL_NUMBER', this must be set.

Memberof

SourceChannel

-
gain?: number

Gain for this source channel. Default is 1.0.

+
gain?: number

Gain for this source channel. Default is 1.0.

Memberof

SourceChannel

-

Memberof

SourceChannel

-
\ No newline at end of file +
type?: SourceChannelType

Memberof

SourceChannel

+
\ No newline at end of file diff --git a/docs/classes/SpekeDrm.html b/docs/classes/SpekeDrm.html index dfbb9fce0..310229840 100644 --- a/docs/classes/SpekeDrm.html +++ b/docs/classes/SpekeDrm.html @@ -1,5 +1,5 @@ SpekeDrm | @bitmovin/api-sdk

Export

SpekeDrm

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

contentId?: string

Unique Identifier of the content, will be generated if not set

+

Constructors

Properties

contentId?: string

Unique Identifier of the content, will be generated if not set

Memberof

SpekeDrm

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
iv?: string

16 byte initialization vector represented by a 32-character text string. It is mandatory if systemIds contains AES128 or FairPlay.

+
iv?: string

16 byte initialization vector represented by a 32-character text string. It is mandatory if systemIds contains AES128 or FairPlay.

Memberof

SpekeDrm

-
kid?: string

Optional key identifier, will be generated if not set. For SPEKE DRM Configurations with the same contentId and kid the key provider will provide the same keys.

+
kid?: string

Optional key identifier, will be generated if not set. For SPEKE DRM Configurations with the same contentId and kid the key provider will provide the same keys.

Memberof

SpekeDrm

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
provider?: SpekeDrmProvider

Key provider configuration for SPEKE (required)

+
outputs?: EncodingOutput[]

Memberof

Drm

+
provider?: SpekeDrmProvider

Key provider configuration for SPEKE (required)

Memberof

SpekeDrm

-
systemIds?: string[]

DRM system identifier of the content protection scheme. At minimum one is expected. Not all systemIds are currently supported, support depends on the muxing type. Relates to SPEKE implementation. See https://dashif.org/identifiers/content_protection/ (required)

+
systemIds?: string[]

DRM system identifier of the content protection scheme. At minimum one is expected. Not all systemIds are currently supported, support depends on the muxing type. Relates to SPEKE implementation. See https://dashif.org/identifiers/content_protection/ (required)

Memberof

SpekeDrm

-
type: DrmType = DrmType.SPEKE

Discriminator property for Drm

+
type: DrmType = DrmType.SPEKE

Discriminator property for Drm

Memberof

SpekeDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SpekeDrmProvider.html b/docs/classes/SpekeDrmProvider.html index 0aca8153f..d3ffdd849 100644 --- a/docs/classes/SpekeDrmProvider.html +++ b/docs/classes/SpekeDrmProvider.html @@ -1,5 +1,5 @@ SpekeDrmProvider | @bitmovin/api-sdk

Class SpekeDrmProvider

Export

SpekeDrmProvider

-

Constructors

Constructors

Properties

Constructors

Properties

apiKey?: string

Your API key for authentication via X-API-Key HTTP Header

+

Constructors

Properties

apiKey?: string

Your API key for authentication via X-API-Key HTTP Header

Memberof

SpekeDrmProvider

-
externalId?: string

External ID used together with the IAM role identified by roleArn to assume access to the SPEKE server on AWS.

+
externalId?: string

External ID used together with the IAM role identified by roleArn to assume access to the SPEKE server on AWS.

Memberof

SpekeDrmProvider

-
externalIdMode?: ExternalIdMode

Memberof

SpekeDrmProvider

-
gatewayRegion?: string

Describes the region of the AWS API Gateway that is used to access the SPEKE server. This property is mandatory when setting 'roleArn' and has to indicate in which region the AWS API Gateway is setup. This usually corresponds to the {{region}} one sets in the execute-api policy for the role as described in 'roleArn'.

+
externalIdMode?: ExternalIdMode

Memberof

SpekeDrmProvider

+
gatewayRegion?: string

Describes the region of the AWS API Gateway that is used to access the SPEKE server. This property is mandatory when setting 'roleArn' and has to indicate in which region the AWS API Gateway is setup. This usually corresponds to the {{region}} one sets in the execute-api policy for the role as described in 'roleArn'.

Memberof

SpekeDrmProvider

-
password?: string

Your password for Basic Authentication

+
password?: string

Your password for Basic Authentication

Memberof

SpekeDrmProvider

-
roleArn?: string

AWS role that will be assumed for the key exchange in case the provider runs on AWS. During the key exchange the role will be assumed to be able to access the key provider. This role is to be created in the customer's account and must be granted access to the API Gateway of the SPEKE server. For Bitmovin to be able to assume this role, the following has to be added to the trust policy of the role: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerSpekeAccess\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } It is recommended to also set the {{externalId}} due to security reasons but it can also be ommitted. Additionally the role needs a policy similar to the following to be able to invoke the API gateway: { \"Version\": \"2012-10-17\", \"Statement\": [ { \"Effect\": \"Allow\", \"Action\": [ \"execute-api:Invoke\" ], \"Resource\": [ \"arn:aws:execute-api:{{region}}:*:*_/_*_/POST/_*\" ] } ] } where {{region}} is the region of the API gateway (for example us-west-2), the same has to be set in the property 'gatewayRegion'. It's also possible to set {{region} to * to give the role access to all regions.

+
roleArn?: string

AWS role that will be assumed for the key exchange in case the provider runs on AWS. During the key exchange the role will be assumed to be able to access the key provider. This role is to be created in the customer's account and must be granted access to the API Gateway of the SPEKE server. For Bitmovin to be able to assume this role, the following has to be added to the trust policy of the role: { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": \"arn:aws:iam::630681592166:user/bitmovinCustomerSpekeAccess\" }, \"Action\": \"sts:AssumeRole\", \"Condition\": { \"StringEquals\": { \"sts:ExternalId\": \"{{externalId}}\" } } } It is recommended to also set the {{externalId}} due to security reasons but it can also be ommitted. Additionally the role needs a policy similar to the following to be able to invoke the API gateway: { \"Version\": \"2012-10-17\", \"Statement\": [ { \"Effect\": \"Allow\", \"Action\": [ \"execute-api:Invoke\" ], \"Resource\": [ \"arn:aws:execute-api:{{region}}:*:*_/_*_/POST/_*\" ] } ] } where {{region}} is the region of the API gateway (for example us-west-2), the same has to be set in the property 'gatewayRegion'. It's also possible to set {{region} to * to give the role access to all regions.

Memberof

SpekeDrmProvider

-
url?: string

URL of the endpoint (required)

+
url?: string

URL of the endpoint (required)

Memberof

SpekeDrmProvider

-
username?: string

Your username for Basic Authentication

+
username?: string

Your username for Basic Authentication

Memberof

SpekeDrmProvider

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Sprite.html b/docs/classes/Sprite.html index bb62ac7d3..05f7902c0 100644 --- a/docs/classes/Sprite.html +++ b/docs/classes/Sprite.html @@ -1,5 +1,5 @@ Sprite | @bitmovin/api-sdk

Export

Sprite

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

aspectMode?: ThumbnailAspectMode

Specifies the aspect mode that is used when both height and width are specified Only supported starting with encoder version 2.85.0.

+

Constructors

Properties

aspectMode?: ThumbnailAspectMode

Specifies the aspect mode that is used when both height and width are specified Only supported starting with encoder version 2.85.0.

Memberof

Sprite

-
createdAt?: Date

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

+
createdAt?: Date

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

Memberof

BitmovinResource

-
creationMode?: SpriteCreationMode

The creation mode for the thumbnails in the Sprite. Two possible creation modes exist: generate thumbnails starting with the beginning of the video or after the first configured period. When using distance=10 and unit=SECONDS and INTERVAL_END, the first image of the sprite is from the second 10 of the video. When using distance=10 and unit=SECONDS and INTERVAL_START, the first image of the sprite is from the very start of the video, while the second image is from second 10 of the video. It is recommended to use 'INTERVAL_START' when using the sprites for trick play so that there is an additional thumbnail from the beginning of the video. Only supported starting with encoder version 2.76.0.

+
creationMode?: SpriteCreationMode

The creation mode for the thumbnails in the Sprite. Two possible creation modes exist: generate thumbnails starting with the beginning of the video or after the first configured period. When using distance=10 and unit=SECONDS and INTERVAL_END, the first image of the sprite is from the second 10 of the video. When using distance=10 and unit=SECONDS and INTERVAL_START, the first image of the sprite is from the very start of the video, while the second image is from second 10 of the video. It is recommended to use 'INTERVAL_START' when using the sprites for trick play so that there is an additional thumbnail from the beginning of the video. Only supported starting with encoder version 2.76.0.

Memberof

Sprite

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
distance?: number

Distance in the given unit between a screenshot

+
distance?: number

Distance in the given unit between a screenshot

Memberof

Sprite

-
filename?: string

Filename of the sprite image. If not set, spriteName will be used, but without an extension.

+
filename?: string

Filename of the sprite image. If not set, spriteName will be used, but without an extension.

Memberof

Sprite

-
hTiles?: number

Number of rows of images per file. Has to be set together with vTiles. If this property and vTiles are set, the imagesPerFile property must not be set. It is recommended to use the placeholder '%number%' in the spriteName to allow the generation of multiple sprites. Only supported starting with encoder version 2.76.0.

+
hTiles?: number

Number of rows of images per file. Has to be set together with vTiles. If this property and vTiles are set, the imagesPerFile property must not be set. It is recommended to use the placeholder '%number%' in the spriteName to allow the generation of multiple sprites. Only supported starting with encoder version 2.76.0.

Memberof

Sprite

-
height?: number

Height of one thumbnail, either height or width are required fields. If only one is given the encoder will calculate the other way value based on the aspect ratio of the video file. If the encoder version is below 2.83.0 both are required

+
height?: number

Height of one thumbnail, either height or width are required fields. If only one is given the encoder will calculate the other way value based on the aspect ratio of the video file. If the encoder version is below 2.83.0 both are required

Memberof

Sprite

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
imagesPerFile?: number

Number of images per file. If more images are generated than specified in this value, multiple sprites will be created. You can use the placeholder '%number%' in the spriteName to specify the naming policy. Either this property must be set or hTiles and vTiles.

+
imagesPerFile?: number

Number of images per file. If more images are generated than specified in this value, multiple sprites will be created. You can use the placeholder '%number%' in the spriteName to specify the naming policy. Either this property must be set or hTiles and vTiles.

Memberof

Sprite

-
jpegConfig?: SpriteJpegConfig

Additional configuration for JPEG sprite generation. If this property is set the extension of the file must be '.jpg.' or '.jpeg' Only supported starting with encoder version 2.76.0

+
jpegConfig?: SpriteJpegConfig

Additional configuration for JPEG sprite generation. If this property is set the extension of the file must be '.jpg.' or '.jpeg' Only supported starting with encoder version 2.76.0

Memberof

Sprite

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Sprite

-
spriteName?: string

Name of the sprite image. File extension ".jpg"/".jpeg" or ".png" is required. (required)

+
outputs?: EncodingOutput[]

Memberof

Sprite

+
spriteName?: string

Name of the sprite image. File extension ".jpg"/".jpeg" or ".png" is required. (required)

Memberof

Sprite

-
unit?: SpriteUnit

Memberof

Sprite

-
vTiles?: number

Number of columns of images per file. Has to be set together with hTiles. If this property and hTiles are set, the imagesPerFile property must not be set. It is recommended to use the placeholder '%number%' in the spriteName to allow the generation of multiple sprites. Only supported starting with encoder version 2.76.0.

+
unit?: SpriteUnit

Memberof

Sprite

+
vTiles?: number

Number of columns of images per file. Has to be set together with hTiles. If this property and hTiles are set, the imagesPerFile property must not be set. It is recommended to use the placeholder '%number%' in the spriteName to allow the generation of multiple sprites. Only supported starting with encoder version 2.76.0.

Memberof

Sprite

-
vttName?: string

Filename of the vtt-file. The file-extension ".vtt" is required.

+
vttName?: string

Filename of the vtt-file. The file-extension ".vtt" is required.

Memberof

Sprite

-
width?: number

Width of one thumbnail, either height or width are required fields. If only one is given the encoder will calculate the other way value based on the aspect ratio of the video file. If the encoder version is below 2.83.0 both are required

+
width?: number

Width of one thumbnail, either height or width are required fields. If only one is given the encoder will calculate the other way value based on the aspect ratio of the video file. If the encoder version is below 2.83.0 both are required

Memberof

Sprite

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SpriteJpegConfig.html b/docs/classes/SpriteJpegConfig.html index 9b0ebf5ae..e3d7dd7ad 100644 --- a/docs/classes/SpriteJpegConfig.html +++ b/docs/classes/SpriteJpegConfig.html @@ -1,6 +1,6 @@ SpriteJpegConfig | @bitmovin/api-sdk

Class SpriteJpegConfig

Export

SpriteJpegConfig

-

Constructors

Constructors

Properties

Constructors

Properties

quality?: number

Quality of the JPEG file in percent. Allowed values 20 - 100 (required)

+

Constructors

Properties

quality?: number

Quality of the JPEG file in percent. Allowed values 20 - 100 (required)

Memberof

SpriteJpegConfig

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SpriteRepresentation.html b/docs/classes/SpriteRepresentation.html index 8957d87b9..e1521bc24 100644 --- a/docs/classes/SpriteRepresentation.html +++ b/docs/classes/SpriteRepresentation.html @@ -1,5 +1,5 @@ SpriteRepresentation | @bitmovin/api-sdk

Class SpriteRepresentation

Export

SpriteRepresentation

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

encodingId?: string

UUID of an encoding (required)

+

Constructors

Properties

encodingId?: string

UUID of an encoding (required)

Memberof

SpriteRepresentation

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
segmentPath?: string

Path to sprite segments. Will be used as the representation id in the manifest. (required)

+
segmentPath?: string

Path to sprite segments. Will be used as the representation id in the manifest. (required)

Memberof

SpriteRepresentation

-
spriteId?: string

UUID of a Sprite (required)

+
spriteId?: string

UUID of a Sprite (required)

Memberof

SpriteRepresentation

-
streamId?: string

UUID of a stream (required)

+
streamId?: string

UUID of a stream (required)

Memberof

SpriteRepresentation

-
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.SPRITE

Discriminator property for DashRepresentation

+
typeDiscriminator: DashRepresentationTypeDiscriminator = DashRepresentationTypeDiscriminator.SPRITE

Discriminator property for DashRepresentation

Memberof

SpriteRepresentation

-
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

  • CHUNKED_TEXT: string
  • CMAF: string
  • CONTENT_PROTECTION: string
  • DRM_FMP4: string
  • DRM_MP4: string
  • FMP4: string
  • IMSC: string
  • MP4: string
  • PROGRESSIVE_WEBM: string
  • SPRITE: string
  • VTT: string
  • WEBM: string
_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file +
_discriminatorMapping: {
    CHUNKED_TEXT: string;
    CMAF: string;
    CONTENT_PROTECTION: string;
    DRM_FMP4: string;
    DRM_MP4: string;
    FMP4: string;
    IMSC: string;
    MP4: string;
    PROGRESSIVE_WEBM: string;
    SPRITE: string;
    VTT: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "typeDiscriminator" = 'typeDiscriminator'
\ No newline at end of file diff --git a/docs/classes/SrtInput.html b/docs/classes/SrtInput.html index 21ef62815..92f77c910 100644 --- a/docs/classes/SrtInput.html +++ b/docs/classes/SrtInput.html @@ -1,5 +1,5 @@ SrtInput | @bitmovin/api-sdk

Export

SrtInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

backupSrtInputs?: BackupSrtInputs

Memberof

SrtInput

-
createdAt?: Date

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

+

Constructors

Properties

backupSrtInputs?: BackupSrtInputs

Memberof

SrtInput

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

The name or IP of the host providing the SRT stream (only used in CALLER mode)

+
host?: string

The name or IP of the host providing the SRT stream (only used in CALLER mode)

Memberof

SrtInput

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
keyLength?: number

The type of AES encryption determines the length of the key (passphrase). AES-128 uses a 16-character (128-bit) passphrase, and AES-256 uses a 32-character (256-bit) passphrase.

+
keyLength?: number

The type of AES encryption determines the length of the key (passphrase). AES-128 uses a 16-character (128-bit) passphrase, and AES-256 uses a 32-character (256-bit) passphrase.

Memberof

SrtInput

-
latency?: number

The maximum accepted transmission latency in milliseconds (when both parties set different values, the maximum of the two is used for both)

+
latency?: number

The maximum accepted transmission latency in milliseconds (when both parties set different values, the maximum of the two is used for both)

Memberof

SrtInput

-
mode?: SrtMode

The SRT mode to use (required)

+
mode?: SrtMode

The SRT mode to use (required)

Memberof

SrtInput

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
passphrase?: string

The passphrase used to secure the SRT stream. For AES-128 encryption, you must enter a 16-character passphrase; for AES-256, you must enter a 32-character passphrase

+
passphrase?: string

The passphrase used to secure the SRT stream. For AES-128 encryption, you must enter a 16-character passphrase; for AES-256, you must enter a 32-character passphrase

Memberof

SrtInput

-
path?: string

The path parameter of the SRT stream

+
path?: string

The path parameter of the SRT stream

Memberof

SrtInput

-
port?: number

The port to connect to or listen on. Has to be one of [2088, 2089, 2090, 2091] when using LISTENER mode. (required)

+
port?: number

The port to connect to or listen on. Has to be one of [2088, 2089, 2090, 2091] when using LISTENER mode. (required)

Memberof

SrtInput

-
type: InputType = InputType.SRT

Discriminator property for Input

+
type: InputType = InputType.SRT

Discriminator property for Input

Memberof

SrtInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SrtStatisticLink.html b/docs/classes/SrtStatisticLink.html index 54d868f5a..8d768f47b 100644 --- a/docs/classes/SrtStatisticLink.html +++ b/docs/classes/SrtStatisticLink.html @@ -1,9 +1,9 @@ SrtStatisticLink | @bitmovin/api-sdk

Class SrtStatisticLink

Export

SrtStatisticLink

-

Constructors

Constructors

Properties

Constructors

Properties

bandwidth?: number

Memberof

SrtStatisticLink

-
maxBandwidth?: number

Memberof

SrtStatisticLink

-
rtt?: number

Memberof

SrtStatisticLink

-
\ No newline at end of file +

Constructors

Properties

bandwidth?: number

Memberof

SrtStatisticLink

+
maxBandwidth?: number

Memberof

SrtStatisticLink

+
rtt?: number

Memberof

SrtStatisticLink

+
\ No newline at end of file diff --git a/docs/classes/SrtStatisticRecv.html b/docs/classes/SrtStatisticRecv.html index 7a65c5efd..369159c47 100644 --- a/docs/classes/SrtStatisticRecv.html +++ b/docs/classes/SrtStatisticRecv.html @@ -1,5 +1,5 @@ SrtStatisticRecv | @bitmovin/api-sdk

Class SrtStatisticRecv

Export

SrtStatisticRecv

-

Constructors

Constructors

Properties

bytes?: number

Memberof

SrtStatisticRecv

-
bytesDropped?: number

Memberof

SrtStatisticRecv

-
bytesLost?: number

Memberof

SrtStatisticRecv

-
mbitRate?: number

Memberof

SrtStatisticRecv

-
packets?: number

Memberof

SrtStatisticRecv

-
packetsBelated?: number

Memberof

SrtStatisticRecv

-
packetsDropped?: number

Memberof

SrtStatisticRecv

-
packetsLost?: number

Memberof

SrtStatisticRecv

-
packetsRetransmitted?: number

Memberof

SrtStatisticRecv

-
\ No newline at end of file +

Constructors

Properties

bytes?: number

Memberof

SrtStatisticRecv

+
bytesDropped?: number

Memberof

SrtStatisticRecv

+
bytesLost?: number

Memberof

SrtStatisticRecv

+
mbitRate?: number

Memberof

SrtStatisticRecv

+
packets?: number

Memberof

SrtStatisticRecv

+
packetsBelated?: number

Memberof

SrtStatisticRecv

+
packetsDropped?: number

Memberof

SrtStatisticRecv

+
packetsLost?: number

Memberof

SrtStatisticRecv

+
packetsRetransmitted?: number

Memberof

SrtStatisticRecv

+
\ No newline at end of file diff --git a/docs/classes/SrtStatisticSend.html b/docs/classes/SrtStatisticSend.html index f49db262c..9498c9bb4 100644 --- a/docs/classes/SrtStatisticSend.html +++ b/docs/classes/SrtStatisticSend.html @@ -1,5 +1,5 @@ SrtStatisticSend | @bitmovin/api-sdk

Class SrtStatisticSend

Export

SrtStatisticSend

-

Constructors

Constructors

Properties

bytes?: number

Memberof

SrtStatisticSend

-
bytesDropped?: number

Memberof

SrtStatisticSend

-
mbitRate?: number

Memberof

SrtStatisticSend

-
packets?: number

Memberof

SrtStatisticSend

-
packetsDropped?: number

Memberof

SrtStatisticSend

-
packetsLost?: number

Memberof

SrtStatisticSend

-
packetsRetransmitted?: number

Memberof

SrtStatisticSend

-
\ No newline at end of file +

Constructors

Properties

bytes?: number

Memberof

SrtStatisticSend

+
bytesDropped?: number

Memberof

SrtStatisticSend

+
mbitRate?: number

Memberof

SrtStatisticSend

+
packets?: number

Memberof

SrtStatisticSend

+
packetsDropped?: number

Memberof

SrtStatisticSend

+
packetsLost?: number

Memberof

SrtStatisticSend

+
packetsRetransmitted?: number

Memberof

SrtStatisticSend

+
\ No newline at end of file diff --git a/docs/classes/SrtStatisticWindow.html b/docs/classes/SrtStatisticWindow.html index 555717f94..e9c8c6b69 100644 --- a/docs/classes/SrtStatisticWindow.html +++ b/docs/classes/SrtStatisticWindow.html @@ -1,9 +1,9 @@ SrtStatisticWindow | @bitmovin/api-sdk

Class SrtStatisticWindow

Export

SrtStatisticWindow

-

Constructors

Constructors

Properties

Constructors

Properties

congestion?: number

Memberof

SrtStatisticWindow

-
flight?: number

Memberof

SrtStatisticWindow

-
flow?: number

Memberof

SrtStatisticWindow

-
\ No newline at end of file +

Constructors

Properties

congestion?: number

Memberof

SrtStatisticWindow

+
flight?: number

Memberof

SrtStatisticWindow

+
flow?: number

Memberof

SrtStatisticWindow

+
\ No newline at end of file diff --git a/docs/classes/SrtStatistics.html b/docs/classes/SrtStatistics.html index 160fd7380..6571e5396 100644 --- a/docs/classes/SrtStatistics.html +++ b/docs/classes/SrtStatistics.html @@ -1,5 +1,5 @@ SrtStatistics | @bitmovin/api-sdk

Export

SrtStatistics

-

Constructors

Constructors

Properties

Constructors

Properties

createdAt?: Date

Timestamp when the srt statistics event was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+

Constructors

Properties

createdAt?: Date

Timestamp when the srt statistics event was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

SrtStatistics

-
encodingId?: string

UUID of an encoding

+
encodingId?: string

UUID of an encoding

Memberof

SrtStatistics

-
id?: string

UUID of the statistic event

+
id?: string

UUID of the statistic event

Memberof

SrtStatistics

-

Memberof

SrtStatistics

-
orgId?: string

UUID of the associated organization

+

Memberof

SrtStatistics

+
orgId?: string

UUID of the associated organization

Memberof

SrtStatistics

-

Memberof

SrtStatistics

-

Memberof

SrtStatistics

-
srtInputId?: string

UUID of the SRT input used to capture this statistics

+

Memberof

SrtStatistics

+

Memberof

SrtStatistics

+
srtInputId?: string

UUID of the SRT input used to capture this statistics

Memberof

SrtStatistics

-
srtInputSelected?: boolean

Whether the SRT input that generated this statistics was selected (i.e. actively used) at the time or not

+
srtInputSelected?: boolean

Whether the SRT input that generated this statistics was selected (i.e. actively used) at the time or not

Memberof

SrtStatistics

-
userId?: string

UUID of the associated api-user

+
userId?: string

UUID of the associated api-user

Memberof

SrtStatistics

-

Memberof

SrtStatistics

-
\ No newline at end of file +
window?: SrtStatisticWindow

Memberof

SrtStatistics

+
\ No newline at end of file diff --git a/docs/classes/SrtToCea608708Caption.html b/docs/classes/SrtToCea608708Caption.html index f45e99881..5fd0f9c52 100644 --- a/docs/classes/SrtToCea608708Caption.html +++ b/docs/classes/SrtToCea608708Caption.html @@ -1,5 +1,5 @@ SrtToCea608708Caption | @bitmovin/api-sdk

Class SrtToCea608708Caption

Export

SrtToCea608708Caption

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

ccChannel?: Cea608ChannelType

The channel number to embed the CEA subtitles in (required)

+

Constructors

Properties

ccChannel?: Cea608ChannelType

The channel number to embed the CEA subtitles in (required)

Memberof

SrtToCea608708Caption

-
characterEncoding?: CaptionCharacterEncoding

Character encoding of the input SRT file (required)

+
characterEncoding?: CaptionCharacterEncoding

Character encoding of the input SRT file (required)

Memberof

SrtToCea608708Caption

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
input?: InputPath

Input location of the SRT file (required)

+
input?: InputPath

Input location of the SRT file (required)

Memberof

SrtToCea608708Caption

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StandardMediaInfo.html b/docs/classes/StandardMediaInfo.html index dc21b14cb..c1bc5fa07 100644 --- a/docs/classes/StandardMediaInfo.html +++ b/docs/classes/StandardMediaInfo.html @@ -1,5 +1,5 @@ StandardMediaInfo | @bitmovin/api-sdk

Class StandardMediaInfo

Export

StandardMediaInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

+

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

-
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

+
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

-
characteristics?: string[]

Contains Uniform Type Identifiers

+
characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

-
drmId?: string

Id of the DRM.

+
drmId?: string

Id of the DRM.

Memberof

SegmentsMediaInfo

-
encodingId?: string

Id of the encoding. (required)

+
encodingId?: string

Id of the encoding. (required)

Memberof

SegmentsMediaInfo

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

Memberof

SegmentsMediaInfo

-
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

+
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

+
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

-
language?: string

Primary language in the rendition.

+
language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

-
muxingId?: string

Id of the muxing. (required)

+
muxingId?: string

Id of the muxing. (required)

Memberof

SegmentsMediaInfo

-
name?: string

Human readable description of the rendition. (required)

+
name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

-
segmentPath?: string

Path to segments. (required)

+
segmentPath?: string

Path to segments. (required)

Memberof

SegmentsMediaInfo

-
startSegmentNumber?: number

Number of the first segment. Default is 0.

+
startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

SegmentsMediaInfo

-
streamId?: string

Id of the stream. (required)

+
streamId?: string

Id of the stream. (required)

Memberof

SegmentsMediaInfo

-
uri?: string

The URI of the Rendition (required)

+
uri?: string

The URI of the Rendition (required)

Memberof

StandardMediaInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StartEncodingRequest.html b/docs/classes/StartEncodingRequest.html index fa3124bfe..339e695d3 100644 --- a/docs/classes/StartEncodingRequest.html +++ b/docs/classes/StartEncodingRequest.html @@ -1,5 +1,5 @@ StartEncodingRequest | @bitmovin/api-sdk

Class StartEncodingRequest

Export

StartEncodingRequest

-

Constructors

Constructors

Properties

encodingMode?: EncodingMode

The pass mode of the encoding. Must only be set when encodingMode is not set on any codec configuration used by this encoding.

+

Constructors

Properties

encodingMode?: EncodingMode

The pass mode of the encoding. Must only be set when encodingMode is not set on any codec configuration used by this encoding.

Memberof

StartEncodingRequest

-
handleVariableInputFps?: boolean

Enable frame dropping/duplication to handle variable frames per seconds of video input streams

+
handleVariableInputFps?: boolean

Enable frame dropping/duplication to handle variable frames per seconds of video input streams

Memberof

StartEncodingRequest

-
manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used for manifests referenced in this request (by properties vodDashManifests, vodHlsManifests, vodSmoothManifests, previewDashManifests, previewHlsManifests). V2 is available for encoder versions 2.70.0 and above and is the recommended option. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

+
manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used for manifests referenced in this request (by properties vodDashManifests, vodHlsManifests, vodSmoothManifests, previewDashManifests, previewHlsManifests). V2 is available for encoder versions 2.70.0 and above and is the recommended option. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

Memberof

StartEncodingRequest

-
perTitle?: PerTitle

Per-Title settings

+
perTitle?: PerTitle

Per-Title settings

Memberof

StartEncodingRequest

-
previewDashManifests?: ManifestResource[]

DASH manifests to be generated for previewing while the encoding is still running. See documentation

+
previewDashManifests?: ManifestResource[]

DASH manifests to be generated for previewing while the encoding is still running. See documentation

Memberof

StartEncodingRequest

-
previewHlsManifests?: ManifestResource[]

HLS manifests to be generated for previewing while the encoding is still running. See documentation

+
previewHlsManifests?: ManifestResource[]

HLS manifests to be generated for previewing while the encoding is still running. See documentation

Memberof

StartEncodingRequest

-
scheduling?: Scheduling

Scheduling parameters of the encoding.

+
scheduling?: Scheduling

Scheduling parameters of the encoding.

Memberof

StartEncodingRequest

-
trimming?: Trimming

Allows to encode only part of the input. Defines start (offset) and duration of the desired section. This is not allowed when the Encoding uses any kind of Input Stream resource.

+
trimming?: Trimming

Allows to encode only part of the input. Defines start (offset) and duration of the desired section. This is not allowed when the Encoding uses any kind of Input Stream resource.

Memberof

StartEncodingRequest

-
tweaks?: Tweaks

Special tweaks for your encoding job.

+
tweaks?: Tweaks

Special tweaks for your encoding job.

Memberof

StartEncodingRequest

-
vodDashManifests?: ManifestResource[]

DASH manifests to be generated right after encoding (just-in-time). See documentation

+
vodDashManifests?: ManifestResource[]

DASH manifests to be generated right after encoding (just-in-time). See documentation

Memberof

StartEncodingRequest

-
vodHlsManifests?: ManifestResource[]

HLS manifests to be generated right after encoding (just-in-time). See documentation

+
vodHlsManifests?: ManifestResource[]

HLS manifests to be generated right after encoding (just-in-time). See documentation

Memberof

StartEncodingRequest

-
vodSmoothManifests?: ManifestResource[]

Smooth Streaming manifests to be generated right after encoding (just-in-time). See documentation

+
vodSmoothManifests?: ManifestResource[]

Smooth Streaming manifests to be generated right after encoding (just-in-time). See documentation

Memberof

StartEncodingRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StartLiveChannelEncodingRequest.html b/docs/classes/StartLiveChannelEncodingRequest.html index d06b350aa..a9bf4f26a 100644 --- a/docs/classes/StartLiveChannelEncodingRequest.html +++ b/docs/classes/StartLiveChannelEncodingRequest.html @@ -1,5 +1,5 @@ StartLiveChannelEncodingRequest | @bitmovin/api-sdk

Class StartLiveChannelEncodingRequest

Export

StartLiveChannelEncodingRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

autoRestartConfiguration?: AutoRestartConfiguration

Configuration for auto restarting the live encoding

+

Constructors

Properties

autoRestartConfiguration?: AutoRestartConfiguration

Configuration for auto restarting the live encoding

Memberof

StartLiveEncodingRequest

-
autoShutdownConfiguration?: LiveAutoShutdownConfiguration

Configuration for auto shutdown of the live encoding

+
autoShutdownConfiguration?: LiveAutoShutdownConfiguration

Configuration for auto shutdown of the live encoding

Memberof

StartLiveEncodingRequest

-
dashManifests?: LiveDashManifest[]

DASH manifests to be generated during the encoding. See documentation

+
dashManifests?: LiveDashManifest[]

DASH manifests to be generated during the encoding. See documentation

Memberof

StartLiveEncodingRequest

-
hlsManifests?: LiveHlsManifest[]

HLS manifests to be generated during the encoding. See documentation

+
hlsManifests?: LiveHlsManifest[]

HLS manifests to be generated during the encoding. See documentation

Memberof

StartLiveEncodingRequest

-
liveEncodingMode?: EncodingMode

The pass mode of the encoding. Must only be set when encodingMode is not set on any codec configuration used by this encoding.

+
liveEncodingMode?: EncodingMode

The pass mode of the encoding. Must only be set when encodingMode is not set on any codec configuration used by this encoding.

Memberof

StartLiveEncodingRequest

-
manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used for manifests referenced in this request (by properties dashManifests, dashManifests). V2 is available for encoder versions 2.70.0 and above and is the recommended option. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

+
manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used for manifests referenced in this request (by properties dashManifests, dashManifests). V2 is available for encoder versions 2.70.0 and above and is the recommended option. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

Memberof

StartLiveEncodingRequest

-
reuploadSettings?: ReuploadSettings

Reupload specific files during a live encoding. This can be helpful if an automatic life cycle policy is enabled on the output storage

+
reuploadSettings?: ReuploadSettings

Reupload specific files during a live encoding. This can be helpful if an automatic life cycle policy is enabled on the output storage

Memberof

StartLiveEncodingRequest

-
streamKey?: string

Key for the stream. (a-zA-Z, 3-20 characters) (required)

+
streamKey?: string

Key for the stream. (a-zA-Z, 3-20 characters) (required)

Memberof

StartLiveEncodingRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StartLiveEncodingRequest.html b/docs/classes/StartLiveEncodingRequest.html index 5fb276f83..8dfe78b48 100644 --- a/docs/classes/StartLiveEncodingRequest.html +++ b/docs/classes/StartLiveEncodingRequest.html @@ -1,5 +1,5 @@ StartLiveEncodingRequest | @bitmovin/api-sdk

Class StartLiveEncodingRequest

Export

StartLiveEncodingRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

autoRestartConfiguration?: AutoRestartConfiguration

Configuration for auto restarting the live encoding

+

Constructors

Properties

autoRestartConfiguration?: AutoRestartConfiguration

Configuration for auto restarting the live encoding

Memberof

StartLiveEncodingRequest

-
autoShutdownConfiguration?: LiveAutoShutdownConfiguration

Configuration for auto shutdown of the live encoding

+
autoShutdownConfiguration?: LiveAutoShutdownConfiguration

Configuration for auto shutdown of the live encoding

Memberof

StartLiveEncodingRequest

-
dashManifests?: LiveDashManifest[]

DASH manifests to be generated during the encoding. See documentation

+
dashManifests?: LiveDashManifest[]

DASH manifests to be generated during the encoding. See documentation

Memberof

StartLiveEncodingRequest

-
hlsManifests?: LiveHlsManifest[]

HLS manifests to be generated during the encoding. See documentation

+
hlsManifests?: LiveHlsManifest[]

HLS manifests to be generated during the encoding. See documentation

Memberof

StartLiveEncodingRequest

-
liveEncodingMode?: EncodingMode

The pass mode of the encoding. Must only be set when encodingMode is not set on any codec configuration used by this encoding.

+
liveEncodingMode?: EncodingMode

The pass mode of the encoding. Must only be set when encodingMode is not set on any codec configuration used by this encoding.

Memberof

StartLiveEncodingRequest

-
manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used for manifests referenced in this request (by properties dashManifests, dashManifests). V2 is available for encoder versions 2.70.0 and above and is the recommended option. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

+
manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used for manifests referenced in this request (by properties dashManifests, dashManifests). V2 is available for encoder versions 2.70.0 and above and is the recommended option. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

Memberof

StartLiveEncodingRequest

-
reuploadSettings?: ReuploadSettings

Reupload specific files during a live encoding. This can be helpful if an automatic life cycle policy is enabled on the output storage

+
reuploadSettings?: ReuploadSettings

Reupload specific files during a live encoding. This can be helpful if an automatic life cycle policy is enabled on the output storage

Memberof

StartLiveEncodingRequest

-
streamKey?: string

Key for the stream. (a-zA-Z, 3-20 characters) (required)

+
streamKey?: string

Key for the stream. (a-zA-Z, 3-20 characters) (required)

Memberof

StartLiveEncodingRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StartManifestRequest.html b/docs/classes/StartManifestRequest.html index bf71081ea..85fa0ce78 100644 --- a/docs/classes/StartManifestRequest.html +++ b/docs/classes/StartManifestRequest.html @@ -1,6 +1,6 @@ StartManifestRequest | @bitmovin/api-sdk

Class StartManifestRequest

Export

StartManifestRequest

-

Constructors

Constructors

Properties

Constructors

Properties

manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used. V2 is the recommended option and requires the following minimum encoder versions: 2.121.0 for DASH, 2.111.0 for HLS, 2.108.0 for SMOOTH. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

+

Constructors

Properties

manifestGenerator?: ManifestGenerator

Major version of the manifest generator to be used. V2 is the recommended option and requires the following minimum encoder versions: 2.121.0 for DASH, 2.111.0 for HLS, 2.108.0 for SMOOTH. The default value depends on the sign-up date of your organization. See documentation page for a detailed explanation.

Memberof

StartManifestRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StaticIp.html b/docs/classes/StaticIp.html index 6cc67937c..51dbe9fb8 100644 --- a/docs/classes/StaticIp.html +++ b/docs/classes/StaticIp.html @@ -1,18 +1,18 @@ StaticIp | @bitmovin/api-sdk

Export

StaticIp

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

id?: string

Id of the resource (required)

+

Constructors

Properties

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
infrastructureId?: string

Required if the static IP should be created for an AWS infrastructure account. If this is left blank the static Ip will be created for the managed cloud.

+
infrastructureId?: string

Required if the static IP should be created for an AWS infrastructure account. If this is left blank the static Ip will be created for the managed cloud.

Memberof

StaticIp

-
ipAddress?: string

The IPv4 address of the static ip

+
ipAddress?: string

The IPv4 address of the static ip

Memberof

StaticIp

-
region?: CloudRegion

The region of the static Ip (required)

+
region?: CloudRegion

The region of the static Ip (required)

Memberof

StaticIp

-

Status of the Static Ip

+

Status of the Static Ip

Memberof

StaticIp

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StaticRtmpIngestPoint.html b/docs/classes/StaticRtmpIngestPoint.html index 76991cfcf..52fd628be 100644 --- a/docs/classes/StaticRtmpIngestPoint.html +++ b/docs/classes/StaticRtmpIngestPoint.html @@ -1,11 +1,11 @@ StaticRtmpIngestPoint | @bitmovin/api-sdk

Class StaticRtmpIngestPoint

Export

StaticRtmpIngestPoint

-

Constructors

Constructors

Properties

id?: string

The ID of the created static rtmp ingest point

+

Constructors

Properties

id?: string

The ID of the created static rtmp ingest point

Memberof

StaticRtmpIngestPoint

-
name?: string

Name of the ingest point. This can be helpful for easier identifying your ingest points

+
name?: string

Name of the ingest point. This can be helpful for easier identifying your ingest points

Memberof

StaticRtmpIngestPoint

-
streamKeyConfiguration?: StreamKeyConfiguration

Memberof

StaticRtmpIngestPoint

-
\ No newline at end of file +
streamKeyConfiguration?: StreamKeyConfiguration

Memberof

StaticRtmpIngestPoint

+
\ No newline at end of file diff --git a/docs/classes/Statistics.html b/docs/classes/Statistics.html index 08414f834..929c9ae1c 100644 --- a/docs/classes/Statistics.html +++ b/docs/classes/Statistics.html @@ -1,12 +1,12 @@ Statistics | @bitmovin/api-sdk

Export

Statistics

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bytesEgressTotal?: number

Egress output generated by file transfers in bytes

+

Constructors

Properties

bytesEgressTotal?: number

Egress output generated by file transfers in bytes

Memberof

Statistics

-
bytesEncodedTotal?: number

Bytes encoded total. (required)

+
bytesEncodedTotal?: number

Bytes encoded total. (required)

Memberof

Statistics

-
timeEncodedTotal?: number

Time in seconds encoded for all contained daily statistics. (required)

+
timeEncodedTotal?: number

Time in seconds encoded for all contained daily statistics. (required)

Memberof

Statistics

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StatisticsPerLabel.html b/docs/classes/StatisticsPerLabel.html index 7bf10eceb..fa60b1bb4 100644 --- a/docs/classes/StatisticsPerLabel.html +++ b/docs/classes/StatisticsPerLabel.html @@ -1,5 +1,5 @@ StatisticsPerLabel | @bitmovin/api-sdk

Class StatisticsPerLabel

Export

StatisticsPerLabel

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Billable egress output

+

Constructors

Properties

billableEgressBytes?: EgressInformation[]

Billable egress output

Memberof

StatisticsPerLabel

-
billableEncodingMinutes?: BillableEncodingMinutes[]

Billable minutes for each encoding configuration

+
billableEncodingMinutes?: BillableEncodingMinutes[]

Billable minutes for each encoding configuration

Memberof

StatisticsPerLabel

-
billableFeatureMinutes?: BillableEncodingFeatureMinutes[]

Billable minutes for features

+
billableFeatureMinutes?: BillableEncodingFeatureMinutes[]

Billable minutes for features

Memberof

StatisticsPerLabel

-
billableMinutes?: number

The billable minutes.

+
billableMinutes?: number

The billable minutes.

Memberof

StatisticsPerLabel

-
billableTransmuxingMinutes?: number

Billable minutes for muxings.

+
billableTransmuxingMinutes?: number

Billable minutes for muxings.

Memberof

StatisticsPerLabel

-
bytesEgressTotal?: number

Egress output generated by file transfers in bytes

+
bytesEgressTotal?: number

Egress output generated by file transfers in bytes

Memberof

Statistics

-
bytesEncodedTotal?: number

Bytes encoded total. (required)

+
bytesEncodedTotal?: number

Bytes encoded total. (required)

Memberof

Statistics

-
label?: string

An optional error message, when the event is in error state (occurs at event: ERROR) (required)

+
label?: string

An optional error message, when the event is in error state (occurs at event: ERROR) (required)

Memberof

StatisticsPerLabel

-
timeEncodedTotal?: number

Time in seconds encoded for all contained daily statistics. (required)

+
timeEncodedTotal?: number

Time in seconds encoded for all contained daily statistics. (required)

Memberof

Statistics

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StatisticsPerMuxing.html b/docs/classes/StatisticsPerMuxing.html index b000248ac..00644f7a7 100644 --- a/docs/classes/StatisticsPerMuxing.html +++ b/docs/classes/StatisticsPerMuxing.html @@ -1,20 +1,20 @@ StatisticsPerMuxing | @bitmovin/api-sdk

Class StatisticsPerMuxing

Export

StatisticsPerMuxing

-

Constructors

Constructors

Properties

billableMinutes?: number

Resulting minutes you will be charged for. (required)

+

Constructors

Properties

billableMinutes?: number

Resulting minutes you will be charged for. (required)

Memberof

StatisticsPerMuxing

-
encodedBytes?: number

Encoded bytes. (required)

+
encodedBytes?: number

Encoded bytes. (required)

Memberof

StatisticsPerMuxing

-
multiplicator?: number

Multiplier for the encoded minutes. Depends on muxing type. (required)

+
multiplicator?: number

Multiplier for the encoded minutes. Depends on muxing type. (required)

Memberof

StatisticsPerMuxing

-
muxingId?: string

ID of the muxing (required)

+
muxingId?: string

ID of the muxing (required)

Memberof

StatisticsPerMuxing

-
muxingType?: MuxingType

Memberof

StatisticsPerMuxing

-
streamId?: string

ID of the stream (required)

+
muxingType?: MuxingType

Memberof

StatisticsPerMuxing

+
streamId?: string

ID of the stream (required)

Memberof

StatisticsPerMuxing

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StatisticsPerStream.html b/docs/classes/StatisticsPerStream.html index c769bd435..cbbbedfcf 100644 --- a/docs/classes/StatisticsPerStream.html +++ b/docs/classes/StatisticsPerStream.html @@ -1,5 +1,5 @@ StatisticsPerStream | @bitmovin/api-sdk

Class StatisticsPerStream

Export

StatisticsPerStream

-

Constructors

Constructors

Properties

Constructors

Properties

billableMinutes?: number

Minutes you will be charged for (billableMinutes = encodedSeconds * multiplicator) (required)

+

Constructors

Properties

billableMinutes?: number

Minutes you will be charged for (billableMinutes = encodedSeconds * multiplicator) (required)

Memberof

StatisticsPerStream

-
bitrate?: number

Bitrate of the stream (required)

+
bitrate?: number

Bitrate of the stream (required)

Memberof

StatisticsPerStream

-

Memberof

StatisticsPerStream

-
codecConfigId?: string

ID of the condec configuration (required)

+

Memberof

StatisticsPerStream

+
codecConfigId?: string

ID of the condec configuration (required)

Memberof

StatisticsPerStream

-
dolbyVisionMode?: DolbyVisionPerStreamMode

Memberof

StatisticsPerStream

-
dolbyVisionMultiplicator?: number

The output minutes multiplicator for Dolby Vision streams

+
dolbyVisionMode?: DolbyVisionPerStreamMode

Memberof

StatisticsPerStream

+
dolbyVisionMultiplicator?: number

The output minutes multiplicator for Dolby Vision streams

Memberof

StatisticsPerStream

-
dolbyVisionToHdr?: boolean

Indicates if the conversion from Dolby Vision to HDR was triggered.

+
dolbyVisionToHdr?: boolean

Indicates if the conversion from Dolby Vision to HDR was triggered.

Memberof

StatisticsPerStream

-
dolbyVisionToHdrMultiplicator?: number

The output minutes multiplicator for streams using the conversion from Dolby Vision to HDR.

+
dolbyVisionToHdrMultiplicator?: number

The output minutes multiplicator for streams using the conversion from Dolby Vision to HDR.

Memberof

StatisticsPerStream

-
dolbyVisionToSdr?: boolean

Indicates if the conversion from Dolby Vision to SDR was triggered.

+
dolbyVisionToSdr?: boolean

Indicates if the conversion from Dolby Vision to SDR was triggered.

Memberof

StatisticsPerStream

-
dolbyVisionToSdrMultiplicator?: number

The output minutes multiplicator for streams using the conversion from Dolby Vision to SDR.

+
dolbyVisionToSdrMultiplicator?: number

The output minutes multiplicator for streams using the conversion from Dolby Vision to SDR.

Memberof

StatisticsPerStream

-
encodedBytes?: number

Encoded bytes. (required)

+
encodedBytes?: number

Encoded bytes. (required)

Memberof

StatisticsPerStream

-
encodedSeconds?: number

Length of the stream. (required)

+
encodedSeconds?: number

Length of the stream. (required)

Memberof

StatisticsPerStream

-
encodingMode?: EncodingMode

Memberof

StatisticsPerStream

-
encodingModeMultiplicator?: number

The output minutes multiplicator for the given encodingMode

+
encodingMode?: EncodingMode

Memberof

StatisticsPerStream

+
encodingModeMultiplicator?: number

The output minutes multiplicator for the given encodingMode

Memberof

StatisticsPerStream

-
enhancedDeinterlace?: boolean

Indicates if an enhanced interlace filter was used.

+
enhancedDeinterlace?: boolean

Indicates if an enhanced interlace filter was used.

Memberof

StatisticsPerStream

-
enhancedDeinterlaceMultiplicator?: number

The output minutes multiplicator for streams using an enhanced Deinterlace Filter.

+
enhancedDeinterlaceMultiplicator?: number

The output minutes multiplicator for streams using an enhanced Deinterlace Filter.

Memberof

StatisticsPerStream

-
hdrHlgToSdr?: boolean

Indicates if the conversion from HDR10/HLG to SDR was triggered.

+
hdrHlgToSdr?: boolean

Indicates if the conversion from HDR10/HLG to SDR was triggered.

Memberof

StatisticsPerStream

-
hdrHlgToSdrMultiplicator?: number

The output minutes multiplicator for streams using the conversion from HDR10/HLG to SDR.

+
hdrHlgToSdrMultiplicator?: number

The output minutes multiplicator for streams using the conversion from HDR10/HLG to SDR.

Memberof

StatisticsPerStream

-
height?: number

Video height, only if video stream

+
height?: number

Video height, only if video stream

Memberof

StatisticsPerStream

-
inputFactor?: InputFactor

Memberof

StatisticsPerStream

-
live?: boolean

Indicates if the stream was part of a live encoding.

+
inputFactor?: InputFactor

Memberof

StatisticsPerStream

+
live?: boolean

Indicates if the stream was part of a live encoding.

Memberof

StatisticsPerStream

-
liveMultiplicator?: number

The output minutes multiplicator for live streams.

+
liveMultiplicator?: number

The output minutes multiplicator for live streams.

Memberof

StatisticsPerStream

-
multiplicator?: number

Multiplier for the encoded minutes. Depends on muxing type. (required)

+
multiplicator?: number

Multiplier for the encoded minutes. Depends on muxing type. (required)

Memberof

StatisticsPerStream

-
nexGuardABWatermarkingMultiplicator?: number

The output minutes multiplicator for streams using a NexGuard A/B Watermarking.

+
nexGuardABWatermarkingMultiplicator?: number

The output minutes multiplicator for streams using a NexGuard A/B Watermarking.

Memberof

StatisticsPerStream

-
nexGuardABWatermarkingType?: NexGuardABWatermarkingFeature

Memberof

StatisticsPerStream

-
perTitleMultiplicator?: number

The output minutes multiplicator for per-title

+
nexGuardABWatermarkingType?: NexGuardABWatermarkingFeature

Memberof

StatisticsPerStream

+
perTitleMultiplicator?: number

The output minutes multiplicator for per-title

Memberof

StatisticsPerStream

-
perTitleResultStream?: StatisticsPerTitleStream

Memberof

StatisticsPerStream

-
pixelFormatBitDepth?: PixelFormatBitDepth

Memberof

StatisticsPerStream

-
pixelFormatMultiplicator?: number

The output minutes multiplicator for the pixel format bit depth

+
perTitleResultStream?: StatisticsPerTitleStream

Memberof

StatisticsPerStream

+
pixelFormatBitDepth?: PixelFormatBitDepth

Memberof

StatisticsPerStream

+
pixelFormatMultiplicator?: number

The output minutes multiplicator for the pixel format bit depth

Memberof

StatisticsPerStream

-
preset?: string

Name of the preset configuration used for the codec configuration or "CUSTOM" if any preset values were overridden

+
preset?: string

Name of the preset configuration used for the codec configuration or "CUSTOM" if any preset values were overridden

Memberof

StatisticsPerStream

-
presetMultiplicator?: number

The output minutes multiplicator for the used codec configuration preset.

+
presetMultiplicator?: number

The output minutes multiplicator for the used codec configuration preset.

Memberof

StatisticsPerStream

-

Memberof

StatisticsPerStream

-
psnrMultiplicator?: number

The output minutes multiplicator for psnr streams

+

Memberof

StatisticsPerStream

+
psnrMultiplicator?: number

The output minutes multiplicator for psnr streams

Memberof

StatisticsPerStream

-
rate?: number

If it' a video stream this value is the FPS, for audio it's the sample rate. (required)

+
rate?: number

If it' a video stream this value is the FPS, for audio it's the sample rate. (required)

Memberof

StatisticsPerStream

-

Memberof

StatisticsPerStream

-
streamId?: string

ID of the stream (required)

+

Memberof

StatisticsPerStream

+
streamId?: string

ID of the stream (required)

Memberof

StatisticsPerStream

-
width?: number

Video width, only if video stream

+
width?: number

Video width, only if video stream

Memberof

StatisticsPerStream

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Stream.html b/docs/classes/Stream.html index 2a1cef87c..761d51171 100644 --- a/docs/classes/Stream.html +++ b/docs/classes/Stream.html @@ -1,5 +1,5 @@ Stream | @bitmovin/api-sdk

Export

Stream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

appliedSettings?: AppliedStreamSettings

Contains stream properties which may not have been defined in the configuration

+

Constructors

Properties

appliedSettings?: AppliedStreamSettings

Contains stream properties which may not have been defined in the configuration

Memberof

Stream

-
codecConfigId?: string

Id of the codec configuration (required)

+
codecConfigId?: string

Id of the codec configuration (required)

Memberof

Stream

-
conditions?: AbstractCondition

Defines a condition that is evaluated against the input of the Stream. If the condition is not fulfilled, the Stream will be ignored during the encoding process. The 'streamConditionMode' of a Muxing allows to control how ignored Streams affect the Muxing. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored. See Stream Conditions for more information

+
conditions?: AbstractCondition

Defines a condition that is evaluated against the input of the Stream. If the condition is not fulfilled, the Stream will be ignored during the encoding process. The 'streamConditionMode' of a Muxing allows to control how ignored Streams affect the Muxing. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored. See Stream Conditions for more information

Memberof

Stream

-
createQualityMetaData?: boolean

Set true to create quality metadata for this stream

+
createQualityMetaData?: boolean

Set true to create quality metadata for this stream

Memberof

Stream

-
createdAt?: Date

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

+
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.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
decodingErrorMode?: DecodingErrorMode

Determines how to react to errors during decoding

+
decodingErrorMode?: DecodingErrorMode

Determines how to react to errors during decoding

Memberof

Stream

-
description?: string

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

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Stream has been ignored during the encoding process due to its 'conditions'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Stream has been ignored during the encoding process due to its 'conditions'

Memberof

Stream

-
inputStreams?: StreamInput[]

Determines the input source(s) for the stream. All video streams of an encoding need to have identical input configurations (required)

+
inputStreams?: StreamInput[]

Determines the input source(s) for the stream. All video streams of an encoding need to have identical input configurations (required)

Memberof

Stream

-
metadata?: StreamMetadata

Memberof

Stream

-
mode?: StreamMode

Mode of the stream

+
metadata?: StreamMetadata

Memberof

Stream

+
mode?: StreamMode

Mode of the stream

Memberof

Stream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Stream

-
perTitleSettings?: StreamPerTitleSettings

Settings to configure Per-Title on stream level

+
outputs?: EncodingOutput[]

Memberof

Stream

+
perTitleSettings?: StreamPerTitleSettings

Settings to configure Per-Title on stream level

Memberof

Stream

-
segmentsEncoded?: number

Number of encoded segments. Available after encoding finishes.

+
segmentsEncoded?: number

Number of encoded segments. Available after encoding finishes.

Memberof

Stream

-
selectedEncodingMode?: EncodingMode

The encoding mode that was used for this stream. This is derived from encodingMode, which can be specified in the codec configuration or in the encoding start request. Note that all streams of an encoding need to use the same encoding mode. This will therefore always match selectedEncodingMode of the related Encoding resource. Especially useful when encodingMode was not set explicitly or set to STANDARD (which translates to one of the other possible values on encoding start).

+
selectedEncodingMode?: EncodingMode

The encoding mode that was used for this stream. This is derived from encodingMode, which can be specified in the codec configuration or in the encoding start request. Note that all streams of an encoding need to use the same encoding mode. This will therefore always match selectedEncodingMode of the related Encoding resource. Especially useful when encodingMode was not set explicitly or set to STANDARD (which translates to one of the other possible values on encoding start).

Memberof

Stream

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamFilter.html b/docs/classes/StreamFilter.html index cf07e5beb..e388502a4 100644 --- a/docs/classes/StreamFilter.html +++ b/docs/classes/StreamFilter.html @@ -1,9 +1,9 @@ StreamFilter | @bitmovin/api-sdk

Export

StreamFilter

-

Constructors

Constructors

Properties

Constructors

Properties

id?: string

The id of the filter that should be used in the stream (required)

+

Constructors

Properties

id?: string

The id of the filter that should be used in the stream (required)

Memberof

StreamFilter

-
position?: number

Defines the order in which filters are applied. Filters are applied in ascending order. (required)

+
position?: number

Defines the order in which filters are applied. Filters are applied in ascending order. (required)

Memberof

StreamFilter

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamFilterList.html b/docs/classes/StreamFilterList.html index 33ddef42a..ddcdbccda 100644 --- a/docs/classes/StreamFilterList.html +++ b/docs/classes/StreamFilterList.html @@ -1,6 +1,6 @@ StreamFilterList | @bitmovin/api-sdk

Class StreamFilterList

Export

StreamFilterList

-

Constructors

Constructors

Properties

Constructors

Properties

filters?: StreamFilter[]

List of stream filters (required)

+

Constructors

Properties

filters?: StreamFilter[]

List of stream filters (required)

Memberof

StreamFilterList

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamInfo.html b/docs/classes/StreamInfo.html index 58c771b66..9f7b9494f 100644 --- a/docs/classes/StreamInfo.html +++ b/docs/classes/StreamInfo.html @@ -1,5 +1,5 @@ StreamInfo | @bitmovin/api-sdk

Export

StreamInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

audio?: string

It MUST match the value of the GROUP-ID attribute of an Audio EXT-X-MEDIA tag elsewhere in the Master Playlist. Either this or audioGroups must be set.

+

Constructors

Properties

audio?: string

It MUST match the value of the GROUP-ID attribute of an Audio EXT-X-MEDIA tag elsewhere in the Master Playlist. Either this or audioGroups must be set.

Memberof

StreamInfo

-

HLS Audio Group Configuration. You will want to use this configuration property in case you specify conditions on audio streams. The first matching audio group will be used for the specific variant stream. Either this or audio must be set.

+

HLS Audio Group Configuration. You will want to use this configuration property in case you specify conditions on audio streams. The first matching audio group will be used for the specific variant stream. Either this or audio must be set.

Memberof

StreamInfo

-
closedCaptions?: string

If the value is not 'NONE', it MUST match the value of the GROUP-ID attribute of a Closed Captions EXT-X-MEDIA tag elsewhere in the Playlist (required)

+
closedCaptions?: string

If the value is not 'NONE', it MUST match the value of the GROUP-ID attribute of a Closed Captions EXT-X-MEDIA tag elsewhere in the Playlist (required)

Memberof

StreamInfo

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
drmId?: string

Id of the DRM.

+
drmId?: string

Id of the DRM.

Memberof

StreamInfo

-
encodingId?: string

Id of the encoding. (required)

+
encodingId?: string

Id of the encoding. (required)

Memberof

StreamInfo

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

Memberof

StreamInfo

-
forceFrameRateAttribute?: boolean

Force the addition of the frame rate attribute to all stream infos.

+
forceFrameRateAttribute?: boolean

Force the addition of the frame rate attribute to all stream infos.

Memberof

StreamInfo

-
forceVideoRangeAttribute?: boolean

Force the addition of the video-range attribute to all stream infos.

+
forceVideoRangeAttribute?: boolean

Force the addition of the video-range attribute to all stream infos.

Memberof

StreamInfo

-
id?: string

Id of the resource (required)

+
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

+
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)

+
muxingId?: string

Id of the muxing. (required)

Memberof

StreamInfo

-
name?: string

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

+
name?: string

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

Memberof

BitmovinResource

-
segmentPath?: string

Path to segments. (required)

+
segmentPath?: string

Path to segments. (required)

Memberof

StreamInfo

-
startSegmentNumber?: number

Number of the first segment. Default is 0.

+
startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

StreamInfo

-
streamId?: string

Id of the stream. (required)

+
streamId?: string

Id of the stream. (required)

Memberof

StreamInfo

-
subtitles?: string

It MUST match the value of the GROUP-ID attribute of a Subtitles EXT-X-MEDIA tag elsewhere in the Master Playlist

+
subtitles?: string

It MUST match the value of the GROUP-ID attribute of a Subtitles EXT-X-MEDIA tag elsewhere in the Master Playlist

Memberof

StreamInfo

-
uri?: string

The URI of the playlist file. (required)

+
uri?: string

The URI of the playlist file. (required)

Memberof

StreamInfo

-
video?: string

It MUST match the value of the GROUP-ID attribute of a Video EXT-X-MEDIA tag elsewhere in the Master Playlist

+
video?: string

It MUST match the value of the GROUP-ID attribute of a Video EXT-X-MEDIA tag elsewhere in the Master Playlist

Memberof

StreamInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamInfos.html b/docs/classes/StreamInfos.html index ab104b1ea..f8174caf1 100644 --- a/docs/classes/StreamInfos.html +++ b/docs/classes/StreamInfos.html @@ -1,9 +1,9 @@ StreamInfos | @bitmovin/api-sdk

Export

StreamInfos

-

Constructors

Constructors

Properties

Constructors

Properties

streamInfos?: StreamInfosDetails[]

Details about billable minutes for each resolution category

+

Constructors

Properties

streamInfos?: StreamInfosDetails[]

Details about billable minutes for each resolution category

Memberof

StreamInfos

-
time?: Date

Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

+
time?: Date

Timestamp of the event, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

Memberof

StreamInfos

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamInfosDetails.html b/docs/classes/StreamInfosDetails.html index 6238bd1f8..41c9b818c 100644 --- a/docs/classes/StreamInfosDetails.html +++ b/docs/classes/StreamInfosDetails.html @@ -1,5 +1,5 @@ StreamInfosDetails | @bitmovin/api-sdk

Class StreamInfosDetails

Export

StreamInfosDetails

-

Constructors

Constructors

Properties

bytesBackupPerSecondAvg?: number

The average amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

+

Constructors

Properties

bytesBackupPerSecondAvg?: number

The average amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

Memberof

StreamInfosDetails

-
bytesBackupPerSecondMax?: number

The maximum amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

+
bytesBackupPerSecondMax?: number

The maximum amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

Memberof

StreamInfosDetails

-
bytesBackupPerSecondMin?: number

The minimum amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

+
bytesBackupPerSecondMin?: number

The minimum amount of backup bytes used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

Memberof

StreamInfosDetails

-
bytesReadPerSecondAvg?: number

The average bytes read per second within the last minute (required)

+
bytesReadPerSecondAvg?: number

The average bytes read per second within the last minute (required)

Memberof

StreamInfosDetails

-
bytesReadPerSecondMax?: number

The maximum bytes read per second within the last minute (required)

+
bytesReadPerSecondMax?: number

The maximum bytes read per second within the last minute (required)

Memberof

StreamInfosDetails

-
bytesReadPerSecondMin?: number

The minimum bytes read per second within the last minute (required)

+
bytesReadPerSecondMin?: number

The minimum bytes read per second within the last minute (required)

Memberof

StreamInfosDetails

-

The codec of the input stream (required)

+

The codec of the input stream (required)

Memberof

StreamInfosDetails

-
height?: number

The height of the stream, if it is a video stream

+
height?: number

The height of the stream, if it is a video stream

Memberof

StreamInfosDetails

-
id?: string

The id of the stream (required)

+
id?: string

The id of the stream (required)

Memberof

StreamInfosDetails

-
mediaType?: MediaType

The media type of the stream (required)

+
mediaType?: MediaType

The media type of the stream (required)

Memberof

StreamInfosDetails

-
rate?: number

The rate (sample rate / fps) of the stream (required)

+
rate?: number

The rate (sample rate / fps) of the stream (required)

Memberof

StreamInfosDetails

-
samplesBackupPerSecondAvg?: number

The average amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

+
samplesBackupPerSecondAvg?: number

The average amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

Memberof

StreamInfosDetails

-
samplesBackupPerSecondMax?: number

The maximum amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

+
samplesBackupPerSecondMax?: number

The maximum amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

Memberof

StreamInfosDetails

-
samplesBackupPerSecondMin?: number

The minimum amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

+
samplesBackupPerSecondMin?: number

The minimum amount of backup samples used per second within the last minute. This will be written when no live stream is ingested. The last picture will be repeated with silent audio. (required)

Memberof

StreamInfosDetails

-
samplesReadPerSecondAvg?: number

The average samples read per second within the last minute (required)

+
samplesReadPerSecondAvg?: number

The average samples read per second within the last minute (required)

Memberof

StreamInfosDetails

-
samplesReadPerSecondMax?: number

The maximum samples read per second within the last minute (required)

+
samplesReadPerSecondMax?: number

The maximum samples read per second within the last minute (required)

Memberof

StreamInfosDetails

-
samplesReadPerSecondMin?: number

The minimum samples read per second within the last minute (required)

+
samplesReadPerSecondMin?: number

The minimum samples read per second within the last minute (required)

Memberof

StreamInfosDetails

-
width?: number

The width of the stream, if it is a video stream

+
width?: number

The width of the stream, if it is a video stream

Memberof

StreamInfosDetails

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamInput.html b/docs/classes/StreamInput.html index e09f01acb..2520a9778 100644 --- a/docs/classes/StreamInput.html +++ b/docs/classes/StreamInput.html @@ -1,21 +1,21 @@ StreamInput | @bitmovin/api-sdk

Export

StreamInput

-

Constructors

Constructors

Properties

analysisDetails?: EncodingStreamInputDetails

Input analysis details This property is populated after the encoding has finished

+

Constructors

Properties

analysisDetails?: EncodingStreamInputDetails

Input analysis details This property is populated after the encoding has finished

Memberof

StreamInput

-
inputId?: string

ID of an Input resource defining the input storage. Required if 'inputStreamId' is not set.

+
inputId?: string

ID of an Input resource defining the input storage. Required if 'inputStreamId' is not set.

Memberof

StreamInput

-
inputPath?: string

Path to an input media file. Required if 'inputStreamId' is not set.

+
inputPath?: string

Path to an input media file. Required if 'inputStreamId' is not set.

Memberof

StreamInput

-
inputStreamId?: string

Set this property instead of all others to reference an InputStream resource (e.g. an Ingest-, Trimming- or ConcatenationInputStream)

+
inputStreamId?: string

Set this property instead of all others to reference an InputStream resource (e.g. an Ingest-, Trimming- or ConcatenationInputStream)

Memberof

StreamInput

-
position?: number

Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.

+
position?: number

Position of the stream to be selected from the input file (zero-based). Must not be set in combination with selectionMode 'AUTO', defaults to 0 for any other selectionMode.

Memberof

StreamInput

-
selectionMode?: StreamSelectionMode

Specifies the strategy for selecting a stream from the input file. Must not be set when 'inputStreamId' is set.

+
selectionMode?: StreamSelectionMode

Specifies the strategy for selecting a stream from the input file. Must not be set when 'inputStreamId' is set.

Memberof

StreamInput

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamKey.html b/docs/classes/StreamKey.html index 2198d18ff..820b2d949 100644 --- a/docs/classes/StreamKey.html +++ b/docs/classes/StreamKey.html @@ -1,5 +1,5 @@ StreamKey | @bitmovin/api-sdk

Export

StreamKey

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assignedEncodingId?: string

ID of the encoding that is assigned to this stream key. Not set if status is UNASSIGNED

+

Constructors

Properties

assignedEncodingId?: string

ID of the encoding that is assigned to this stream key. Not set if status is UNASSIGNED

Memberof

StreamKey

-
assignedIngestPointId?: string

ID of the ingest point that is assigned to this stream key. Not set if status is UNASSIGNED

+
assignedIngestPointId?: string

ID of the ingest point that is assigned to this stream key. Not set if status is UNASSIGNED

Memberof

StreamKey

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-

Status of the stream key

+

Status of the stream key

Memberof

StreamKey

-

Type of the stream key

+

Type of the stream key

Memberof

StreamKey

-
value?: string

Stream key used for live streaming. This stream key is reserved and can be re-used with different live encodings. If this value is not provided, a unique random stream key will be generated. Important: This value has to be globally unique. If it is set manually, be sure to use a secure value. If the stream key value is guessed by others your live encoding can be compromised.

+
value?: string

Stream key used for live streaming. This stream key is reserved and can be re-used with different live encodings. If this value is not provided, a unique random stream key will be generated. Important: This value has to be globally unique. If it is set manually, be sure to use a secure value. If the stream key value is guessed by others your live encoding can be compromised.

Memberof

StreamKey

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamKeyConfiguration.html b/docs/classes/StreamKeyConfiguration.html index 145a85893..36ab93d54 100644 --- a/docs/classes/StreamKeyConfiguration.html +++ b/docs/classes/StreamKeyConfiguration.html @@ -1,8 +1,8 @@ StreamKeyConfiguration | @bitmovin/api-sdk

Class StreamKeyConfiguration

Export

StreamKeyConfiguration

-

Constructors

Constructors

Properties

Constructors

Properties

streamKeyId?: string

Id of the previously generated stream key. Only needed when the type is ASSIGN.

+

Constructors

Properties

streamKeyId?: string

Id of the previously generated stream key. Only needed when the type is ASSIGN.

Memberof

StreamKeyConfiguration

-

Memberof

StreamKeyConfiguration

-
\ No newline at end of file +
type?: StreamKeyConfigurationType

Memberof

StreamKeyConfiguration

+
\ No newline at end of file diff --git a/docs/classes/StreamKeysUnassignAction.html b/docs/classes/StreamKeysUnassignAction.html index 3471f5141..34bc1c3ec 100644 --- a/docs/classes/StreamKeysUnassignAction.html +++ b/docs/classes/StreamKeysUnassignAction.html @@ -1,6 +1,6 @@ StreamKeysUnassignAction | @bitmovin/api-sdk

Class StreamKeysUnassignAction

Export

StreamKeysUnassignAction

-

Constructors

Constructors

Properties

Constructors

Properties

encodingId?: string

Encoding ID for which stream keys should be unassigned

+

Constructors

Properties

encodingId?: string

Encoding ID for which stream keys should be unassigned

Memberof

StreamKeysUnassignAction

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamMetadata.html b/docs/classes/StreamMetadata.html index f1a74a37d..aa98ec4ae 100644 --- a/docs/classes/StreamMetadata.html +++ b/docs/classes/StreamMetadata.html @@ -1,6 +1,6 @@ StreamMetadata | @bitmovin/api-sdk

Export

StreamMetadata

-

Constructors

Constructors

Properties

Constructors

Properties

language?: string

Language of the media contained in the stream. If the value is not set, then no metadata tag is set for the media stream.

+

Constructors

Properties

language?: string

Language of the media contained in the stream. If the value is not set, then no metadata tag is set for the media stream.

Memberof

StreamMetadata

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamPerTitleFixedResolutionAndBitrateSettings.html b/docs/classes/StreamPerTitleFixedResolutionAndBitrateSettings.html index 3ee942e9e..1b3b64602 100644 --- a/docs/classes/StreamPerTitleFixedResolutionAndBitrateSettings.html +++ b/docs/classes/StreamPerTitleFixedResolutionAndBitrateSettings.html @@ -1,18 +1,18 @@ StreamPerTitleFixedResolutionAndBitrateSettings | @bitmovin/api-sdk

Class StreamPerTitleFixedResolutionAndBitrateSettings

Export

StreamPerTitleFixedResolutionAndBitrateSettings

-

Constructors

Properties

bitrateSelectionMode?: BitrateSelectionMode

Bitrate selection mode

Memberof

StreamPerTitleFixedResolutionAndBitrateSettings

-
highComplexityBoundaryForMaxBitrate?: number

High complexity boundary for max bitrate

+
highComplexityBoundaryForMaxBitrate?: number

High complexity boundary for max bitrate

Memberof

StreamPerTitleFixedResolutionAndBitrateSettings

-
lowComplexityBoundaryForMaxBitrate?: number

Low complexity boundary for max bitrate

+
lowComplexityBoundaryForMaxBitrate?: number

Low complexity boundary for max bitrate

Memberof

StreamPerTitleFixedResolutionAndBitrateSettings

-
maxBitrate?: number

The maximum bitrate that will be used for that template.

+
maxBitrate?: number

The maximum bitrate that will be used for that template.

Memberof

StreamPerTitleFixedResolutionAndBitrateSettings

-
minBitrate?: number

The minimum bitrate that will be used for that template.

+
minBitrate?: number

The minimum bitrate that will be used for that template.

Memberof

StreamPerTitleFixedResolutionAndBitrateSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamPerTitleSettings.html b/docs/classes/StreamPerTitleSettings.html index b60b1d9c4..4a7d5e2ce 100644 --- a/docs/classes/StreamPerTitleSettings.html +++ b/docs/classes/StreamPerTitleSettings.html @@ -1,6 +1,6 @@ StreamPerTitleSettings | @bitmovin/api-sdk

Class StreamPerTitleSettings

Export

StreamPerTitleSettings

-

Constructors

Constructors

Properties

fixedResolutionAndBitrateSettings?: StreamPerTitleFixedResolutionAndBitrateSettings

Settings for PER_TITLE_TEMPLATE_FIXED_RESOLUTION_AND_BITRATE mode

+

Constructors

Properties

fixedResolutionAndBitrateSettings?: StreamPerTitleFixedResolutionAndBitrateSettings

Settings for PER_TITLE_TEMPLATE_FIXED_RESOLUTION_AND_BITRATE mode

Memberof

StreamPerTitleSettings

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsAdConfigAd.html b/docs/classes/StreamsAdConfigAd.html index a10505abd..b65188e9b 100644 --- a/docs/classes/StreamsAdConfigAd.html +++ b/docs/classes/StreamsAdConfigAd.html @@ -1,9 +1,9 @@ StreamsAdConfigAd | @bitmovin/api-sdk

Class StreamsAdConfigAd

Export

StreamsAdConfigAd

-

Constructors

Constructors

Properties

Constructors

Properties

position?: string

Memberof

StreamsAdConfigAd

-
type?: string

Memberof

StreamsAdConfigAd

-
url?: string

Memberof

StreamsAdConfigAd

-
\ No newline at end of file +

Constructors

Properties

position?: string

Memberof

StreamsAdConfigAd

+
type?: string

Memberof

StreamsAdConfigAd

+
url?: string

Memberof

StreamsAdConfigAd

+
\ No newline at end of file diff --git a/docs/classes/StreamsAdConfigResponse.html b/docs/classes/StreamsAdConfigResponse.html index 6f800b301..6fa73e259 100644 --- a/docs/classes/StreamsAdConfigResponse.html +++ b/docs/classes/StreamsAdConfigResponse.html @@ -1,8 +1,8 @@ StreamsAdConfigResponse | @bitmovin/api-sdk

Class StreamsAdConfigResponse

Export

StreamsAdConfigResponse

-

Constructors

Constructors

Properties

Constructors

Properties

Memberof

StreamsAdConfigResponse

-
id?: string

The identifier of the streams ad config

+

Constructors

Properties

Memberof

StreamsAdConfigResponse

+
id?: string

The identifier of the streams ad config

Memberof

StreamsAdConfigResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsDomainRestrictionCreateRequest.html b/docs/classes/StreamsDomainRestrictionCreateRequest.html index 7a35025a1..d7fb305c6 100644 --- a/docs/classes/StreamsDomainRestrictionCreateRequest.html +++ b/docs/classes/StreamsDomainRestrictionCreateRequest.html @@ -1,12 +1,12 @@ StreamsDomainRestrictionCreateRequest | @bitmovin/api-sdk

Class StreamsDomainRestrictionCreateRequest

Export

StreamsDomainRestrictionCreateRequest

-

Constructors

Constructors

Properties

allowNoReferer?: boolean

Controls if requests to domain restricted streams without referer header should be allowed or denied

+

Constructors

Properties

allowNoReferer?: boolean

Controls if requests to domain restricted streams without referer header should be allowed or denied

Memberof

StreamsDomainRestrictionCreateRequest

-
allowShare?: boolean

Controls if Stream is accessible via sharing URL or not

+
allowShare?: boolean

Controls if Stream is accessible via sharing URL or not

Memberof

StreamsDomainRestrictionCreateRequest

-
allowedDomains?: string[]

The list of allowed domains (required)

+
allowedDomains?: string[]

The list of allowed domains (required)

Memberof

StreamsDomainRestrictionCreateRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsDomainRestrictionResponse.html b/docs/classes/StreamsDomainRestrictionResponse.html index dd86d3778..376b02b72 100644 --- a/docs/classes/StreamsDomainRestrictionResponse.html +++ b/docs/classes/StreamsDomainRestrictionResponse.html @@ -1,15 +1,15 @@ StreamsDomainRestrictionResponse | @bitmovin/api-sdk

Class StreamsDomainRestrictionResponse

Export

StreamsDomainRestrictionResponse

-

Constructors

Constructors

Properties

allowNoReferer?: boolean

Controls if requests to domain restricted streams without referer header should be allowed or denied

+

Constructors

Properties

allowNoReferer?: boolean

Controls if requests to domain restricted streams without referer header should be allowed or denied

Memberof

StreamsDomainRestrictionResponse

-
allowShare?: boolean

Controls if Stream is accessible via sharing URL or not

+
allowShare?: boolean

Controls if Stream is accessible via sharing URL or not

Memberof

StreamsDomainRestrictionResponse

-
allowedDomains?: string[]

The list of allowed domains

+
allowedDomains?: string[]

The list of allowed domains

Memberof

StreamsDomainRestrictionResponse

-
id?: string

The identifier of the streams domain restriction entity

+
id?: string

The identifier of the streams domain restriction entity

Memberof

StreamsDomainRestrictionResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsDomainRestrictionUpdateRequest.html b/docs/classes/StreamsDomainRestrictionUpdateRequest.html index 37e476c49..7fa1e13af 100644 --- a/docs/classes/StreamsDomainRestrictionUpdateRequest.html +++ b/docs/classes/StreamsDomainRestrictionUpdateRequest.html @@ -1,12 +1,12 @@ StreamsDomainRestrictionUpdateRequest | @bitmovin/api-sdk

Class StreamsDomainRestrictionUpdateRequest

Export

StreamsDomainRestrictionUpdateRequest

-

Constructors

Constructors

Properties

allowNoReferer?: boolean

Controls if requests to domain restricted streams without referer header should be allowed or denied

+

Constructors

Properties

allowNoReferer?: boolean

Controls if requests to domain restricted streams without referer header should be allowed or denied

Memberof

StreamsDomainRestrictionUpdateRequest

-
allowShare?: boolean

Controls if Stream is accessible via sharing URL or not

+
allowShare?: boolean

Controls if Stream is accessible via sharing URL or not

Memberof

StreamsDomainRestrictionUpdateRequest

-
allowedDomains?: string[]

The list of allowed domains

+
allowedDomains?: string[]

The list of allowed domains

Memberof

StreamsDomainRestrictionUpdateRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsLiveCreateRequest.html b/docs/classes/StreamsLiveCreateRequest.html index a8800118f..23052374f 100644 --- a/docs/classes/StreamsLiveCreateRequest.html +++ b/docs/classes/StreamsLiveCreateRequest.html @@ -1,12 +1,12 @@ StreamsLiveCreateRequest | @bitmovin/api-sdk

Class StreamsLiveCreateRequest

Export

StreamsLiveCreateRequest

-

Constructors

Constructors

Properties

description?: string

Description of the stream

+

Constructors

Properties

description?: string

Description of the stream

Memberof

StreamsLiveCreateRequest

-
domainRestrictionId?: string

Id of the domain restriction config to use

+
domainRestrictionId?: string

Id of the domain restriction config to use

Memberof

StreamsLiveCreateRequest

-
title?: string

Title of the stream

+
title?: string

Title of the stream

Memberof

StreamsLiveCreateRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsLiveResponse.html b/docs/classes/StreamsLiveResponse.html index 4271af31b..8f21a285a 100644 --- a/docs/classes/StreamsLiveResponse.html +++ b/docs/classes/StreamsLiveResponse.html @@ -1,5 +1,5 @@ StreamsLiveResponse | @bitmovin/api-sdk

Class StreamsLiveResponse

Export

StreamsLiveResponse

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

StreamsLiveResponse

-
createdAt?: Date

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

+

Constructors

Properties

Memberof

StreamsLiveResponse

+
createdAt?: Date

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

Memberof

StreamsResponse

-
description?: string

The description of the stream

+
description?: string

The description of the stream

Memberof

StreamsResponse

-

Memberof

StreamsLiveResponse

-
id?: string

The identifier of the stream

+

Memberof

StreamsLiveResponse

+
id?: string

The identifier of the stream

Memberof

StreamsResponse

-

The life cycle of the stream

+

The life cycle of the stream

Memberof

StreamsLiveResponse

-
posterUrl?: string

Poster URL

+
posterUrl?: string

Poster URL

Memberof

StreamsLiveResponse

-
streamKey?: string

The streamKey of the stream

+
streamKey?: string

The streamKey of the stream

Memberof

StreamsLiveResponse

-

Memberof

StreamsLiveResponse

-
title?: string

The title of the stream

+

Memberof

StreamsLiveResponse

+
title?: string

The title of the stream

Memberof

StreamsResponse

-

Stream trimming information

+

Stream trimming information

Memberof

StreamsLiveResponse

-
type: StreamsType = StreamsType.LIVE

Discriminator property for StreamsResponse

+
type: StreamsType = StreamsType.LIVE

Discriminator property for StreamsResponse

Memberof

StreamsLiveResponse

-
_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

  • LIVE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/StreamsLiveUpdateRequest.html b/docs/classes/StreamsLiveUpdateRequest.html index 2f8337191..0a7d9f3cd 100644 --- a/docs/classes/StreamsLiveUpdateRequest.html +++ b/docs/classes/StreamsLiveUpdateRequest.html @@ -1,15 +1,15 @@ StreamsLiveUpdateRequest | @bitmovin/api-sdk

Class StreamsLiveUpdateRequest

Export

StreamsLiveUpdateRequest

-

Constructors

Constructors

Properties

description?: string

The new description of the stream

+

Constructors

Properties

description?: string

The new description of the stream

Memberof

StreamsLiveUpdateRequest

-
domainRestrictionId?: string

Id of the domain restriction config to use

+
domainRestrictionId?: string

Id of the domain restriction config to use

Memberof

StreamsLiveUpdateRequest

-
posterUrl?: string

URL to hosted poster image

+
posterUrl?: string

URL to hosted poster image

Memberof

StreamsLiveUpdateRequest

-
title?: string

The new title of the stream

+
title?: string

The new title of the stream

Memberof

StreamsLiveUpdateRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsPublicSigningKey.html b/docs/classes/StreamsPublicSigningKey.html index 37af60fab..e4ed89fe4 100644 --- a/docs/classes/StreamsPublicSigningKey.html +++ b/docs/classes/StreamsPublicSigningKey.html @@ -1,8 +1,8 @@ StreamsPublicSigningKey | @bitmovin/api-sdk

Class StreamsPublicSigningKey

Export

StreamsPublicSigningKey

-

Constructors

Constructors

Properties

Constructors

Properties

createdAt?: Date

Memberof

StreamsPublicSigningKey

-
keyId?: string

The unique identifier of the key

+

Constructors

Properties

createdAt?: Date

Memberof

StreamsPublicSigningKey

+
keyId?: string

The unique identifier of the key

Memberof

StreamsPublicSigningKey

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsPublicSigningKeyResponse.html b/docs/classes/StreamsPublicSigningKeyResponse.html index 1dd40cdd8..917b93a0a 100644 --- a/docs/classes/StreamsPublicSigningKeyResponse.html +++ b/docs/classes/StreamsPublicSigningKeyResponse.html @@ -1,5 +1,5 @@ StreamsPublicSigningKeyResponse | @bitmovin/api-sdk

Class StreamsPublicSigningKeyResponse

Export

StreamsPublicSigningKeyResponse

-
\ No newline at end of file +

Constructors

Properties

Memberof

StreamsPublicSigningKeyResponse

+
\ No newline at end of file diff --git a/docs/classes/StreamsResponse.html b/docs/classes/StreamsResponse.html index 12478ccd9..e49db2932 100644 --- a/docs/classes/StreamsResponse.html +++ b/docs/classes/StreamsResponse.html @@ -1,5 +1,5 @@ StreamsResponse | @bitmovin/api-sdk

Export

StreamsResponse

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

Constructors

Properties

createdAt?: Date

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

Memberof

StreamsResponse

-
description?: string

The description of the stream

+
description?: string

The description of the stream

Memberof

StreamsResponse

-
id?: string

The identifier of the stream

+
id?: string

The identifier of the stream

Memberof

StreamsResponse

-
title?: string

The title of the stream

+
title?: string

The title of the stream

Memberof

StreamsResponse

-

Type of the Stream contained in the StreamsResponse

+

Type of the Stream contained in the StreamsResponse

Memberof

StreamsResponse

-
_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

  • LIVE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/StreamsSigningKeyResponse.html b/docs/classes/StreamsSigningKeyResponse.html index 097653029..06acc6a8c 100644 --- a/docs/classes/StreamsSigningKeyResponse.html +++ b/docs/classes/StreamsSigningKeyResponse.html @@ -1,11 +1,11 @@ StreamsSigningKeyResponse | @bitmovin/api-sdk

Class StreamsSigningKeyResponse

Export

StreamsSigningKeyResponse

-

Constructors

Constructors

Properties

Constructors

Properties

keyId?: string

The unique identifier of the key

+

Constructors

Properties

keyId?: string

The unique identifier of the key

Memberof

StreamsSigningKeyResponse

-
message?: string

Memberof

StreamsSigningKeyResponse

-
privateKey?: string

base64-encoded PEM file of the private key

+
message?: string

Memberof

StreamsSigningKeyResponse

+
privateKey?: string

base64-encoded PEM file of the private key

Memberof

StreamsSigningKeyResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsStyleConfigPlayerStyle.html b/docs/classes/StreamsStyleConfigPlayerStyle.html index 7917dd50b..a8fbb44f4 100644 --- a/docs/classes/StreamsStyleConfigPlayerStyle.html +++ b/docs/classes/StreamsStyleConfigPlayerStyle.html @@ -1,6 +1,6 @@ StreamsStyleConfigPlayerStyle | @bitmovin/api-sdk

Class StreamsStyleConfigPlayerStyle

Player style config

Export

StreamsStyleConfigPlayerStyle

-

Constructors

Properties

backgroundColor?: string

Background color

Memberof

StreamsStyleConfigPlayerStyle

-
playbackMarkerBgColor?: string

Playback marker background color

+
playbackMarkerBgColor?: string

Playback marker background color

Memberof

StreamsStyleConfigPlayerStyle

-
playbackMarkerBorderColor?: string

Playback marker border color

+
playbackMarkerBorderColor?: string

Playback marker border color

Memberof

StreamsStyleConfigPlayerStyle

-
playbackTrackBgColor?: string

Playback track background color

+
playbackTrackBgColor?: string

Playback track background color

Memberof

StreamsStyleConfigPlayerStyle

-
playbackTrackBufferedColor?: string

Playback track buffered color

+
playbackTrackBufferedColor?: string

Playback track buffered color

Memberof

StreamsStyleConfigPlayerStyle

-
playbackTrackPlayedColor?: string

Playback track played color

+
playbackTrackPlayedColor?: string

Playback track played color

Memberof

StreamsStyleConfigPlayerStyle

-
textColor?: string

Text color

+
textColor?: string

Text color

Memberof

StreamsStyleConfigPlayerStyle

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsStyleConfigResponse.html b/docs/classes/StreamsStyleConfigResponse.html index 8c85c6936..bc471e896 100644 --- a/docs/classes/StreamsStyleConfigResponse.html +++ b/docs/classes/StreamsStyleConfigResponse.html @@ -1,17 +1,17 @@ StreamsStyleConfigResponse | @bitmovin/api-sdk

Class StreamsStyleConfigResponse

Export

StreamsStyleConfigResponse

-

Constructors

Constructors

Properties

id?: string

The identifier of the style config

+

Constructors

Properties

id?: string

The identifier of the style config

Memberof

StreamsStyleConfigResponse

-
orgId?: string

UUID of the associated organization

+
orgId?: string

UUID of the associated organization

Memberof

StreamsStyleConfigResponse

-

Memberof

StreamsStyleConfigResponse

-
watermarkTargetLink?: string

Target link of the watermark image

+

Memberof

StreamsStyleConfigResponse

+
watermarkTargetLink?: string

Target link of the watermark image

Memberof

StreamsStyleConfigResponse

-
watermarkUrl?: string

URL of the watermark image

+
watermarkUrl?: string

URL of the watermark image

Memberof

StreamsStyleConfigResponse

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsVideoCreateRequest.html b/docs/classes/StreamsVideoCreateRequest.html index e1be99cb5..2d21b035a 100644 --- a/docs/classes/StreamsVideoCreateRequest.html +++ b/docs/classes/StreamsVideoCreateRequest.html @@ -1,21 +1,21 @@ StreamsVideoCreateRequest | @bitmovin/api-sdk

Class StreamsVideoCreateRequest

Export

StreamsVideoCreateRequest

-

Constructors

Constructors

Properties

assetUrl?: string

The streams input asset URL

+

Constructors

Properties

assetUrl?: string

The streams input asset URL

Memberof

StreamsVideoCreateRequest

-
description?: string

Description of the stream

+
description?: string

Description of the stream

Memberof

StreamsVideoCreateRequest

-
domainRestrictionId?: string

Id of the domain restriction config to use

+
domainRestrictionId?: string

Id of the domain restriction config to use

Memberof

StreamsVideoCreateRequest

-
encodingProfile?: StreamsEncodingProfile

Profile to be used in encoding

+
encodingProfile?: StreamsEncodingProfile

Profile to be used in encoding

Memberof

StreamsVideoCreateRequest

-
signed?: boolean

If set to true the Stream is only accessible via a token

+
signed?: boolean

If set to true the Stream is only accessible via a token

Memberof

StreamsVideoCreateRequest

-
title?: string

Title of the stream

+
title?: string

Title of the stream

Memberof

StreamsVideoCreateRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsVideoEncodingTask.html b/docs/classes/StreamsVideoEncodingTask.html index 1a3b8eced..80e921f9f 100644 --- a/docs/classes/StreamsVideoEncodingTask.html +++ b/docs/classes/StreamsVideoEncodingTask.html @@ -1,9 +1,9 @@ StreamsVideoEncodingTask | @bitmovin/api-sdk

Class StreamsVideoEncodingTask

Export

StreamsVideoEncodingTask

-

Constructors

Constructors

Properties

Constructors

Properties

Quality of the encoding

+

Constructors

Properties

Quality of the encoding

Memberof

StreamsVideoEncodingTask

-

Current state of the encoding

+

Current state of the encoding

Memberof

StreamsVideoEncodingTask

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/StreamsVideoResponse.html b/docs/classes/StreamsVideoResponse.html index 382b30bb6..56ad3ca41 100644 --- a/docs/classes/StreamsVideoResponse.html +++ b/docs/classes/StreamsVideoResponse.html @@ -1,5 +1,5 @@ StreamsVideoResponse | @bitmovin/api-sdk

Class StreamsVideoResponse

Export

StreamsVideoResponse

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Memberof

StreamsVideoResponse

-
assetUrl?: string

The asset URL of the stream

+

Constructors

Properties

Memberof

StreamsVideoResponse

+
assetUrl?: string

The asset URL of the stream

Memberof

StreamsVideoResponse

-
createdAt?: Date

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

+
createdAt?: Date

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

Memberof

StreamsResponse

-
description?: string

The description of the stream

+
description?: string

The description of the stream

Memberof

StreamsResponse

-

Memberof

StreamsVideoResponse

-
downloadUrl?: string

Single-file download URL of the unaltered video in the best available quality

+

Memberof

StreamsVideoResponse

+
downloadUrl?: string

Single-file download URL of the unaltered video in the best available quality

Memberof

StreamsVideoResponse

-
encodingTasks?: StreamsVideoEncodingTask[]

List of encoding status information

+
encodingTasks?: StreamsVideoEncodingTask[]

List of encoding status information

Memberof

StreamsVideoResponse

-
id?: string

The identifier of the stream

+
id?: string

The identifier of the stream

Memberof

StreamsResponse

-
posterUrl?: string

Poster URL

+
posterUrl?: string

Poster URL

Memberof

StreamsVideoResponse

-
signed?: boolean

True if the stream is signature protected

+
signed?: boolean

True if the stream is signature protected

Memberof

StreamsVideoResponse

-

The status of the stream

+

The status of the stream

Memberof

StreamsVideoResponse

-

Memberof

StreamsVideoResponse

-
title?: string

The title of the stream

+

Memberof

StreamsVideoResponse

+
title?: string

The title of the stream

Memberof

StreamsResponse

-

Stream trimming information

+

Stream trimming information

Memberof

StreamsVideoResponse

-
type: StreamsType = StreamsType.VIDEO

Discriminator property for StreamsResponse

+
type: StreamsType = StreamsType.VIDEO

Discriminator property for StreamsResponse

Memberof

StreamsVideoResponse

-
_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

  • LIVE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/StreamsVideoUpdateRequest.html b/docs/classes/StreamsVideoUpdateRequest.html index cd21d7e2d..89d75ca33 100644 --- a/docs/classes/StreamsVideoUpdateRequest.html +++ b/docs/classes/StreamsVideoUpdateRequest.html @@ -1,18 +1,18 @@ StreamsVideoUpdateRequest | @bitmovin/api-sdk

Class StreamsVideoUpdateRequest

Export

StreamsVideoUpdateRequest

-

Constructors

Constructors

Properties

description?: string

The new description of the stream

+

Constructors

Properties

description?: string

The new description of the stream

Memberof

StreamsVideoUpdateRequest

-
domainRestrictionId?: string

Id of the domain restriction config to use

+
domainRestrictionId?: string

Id of the domain restriction config to use

Memberof

StreamsVideoUpdateRequest

-
posterUrl?: string

URL to hosted poster image

+
posterUrl?: string

URL to hosted poster image

Memberof

StreamsVideoUpdateRequest

-

The new status of the stream

+

The new status of the stream

Memberof

StreamsVideoUpdateRequest

-
title?: string

The new title of the stream

+
title?: string

The new title of the stream

Memberof

StreamsVideoUpdateRequest

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Subtask.html b/docs/classes/Subtask.html index 92f61b0ec..44e680cff 100644 --- a/docs/classes/Subtask.html +++ b/docs/classes/Subtask.html @@ -1,5 +1,5 @@ Subtask | @bitmovin/api-sdk

Export

Subtask

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

Timestamp when the subtask was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+

Constructors

Properties

createdAt?: Date

Timestamp when the subtask was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Subtask

-
errorAt?: Date

Timestamp when the subtask status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp is deprecated and is equivalent to finishedAt in case of an 'ERROR'.

+
errorAt?: Date

Timestamp when the subtask status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp is deprecated and is equivalent to finishedAt in case of an 'ERROR'.

Memberof

Subtask

-
finishedAt?: Date

Timestamp when the subtask status changed to a final state like 'FINISHED', 'ERROR', 'CANCELED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp might be inaccurate for subtasks which ran prior to the 1.50.0 REST API release.

+
finishedAt?: Date

Timestamp when the subtask status changed to a final state like 'FINISHED', 'ERROR', 'CANCELED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp might be inaccurate for subtasks which ran prior to the 1.50.0 REST API release.

Memberof

Subtask

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
messages?: Message[]

Task specific messages

+
messages?: Message[]

Task specific messages

Memberof

Subtask

-
name?: string

Name of the subtask (required)

+
name?: string

Name of the subtask (required)

Memberof

Subtask

-
progress?: number

Progress in percent

+
progress?: number

Progress in percent

Memberof

Subtask

-
queuedAt?: Date

Timestamp when the subtask status changed to 'QUEUED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
queuedAt?: Date

Timestamp when the subtask status changed to 'QUEUED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Subtask

-
runningAt?: Date

Timestamp when the subtask status changed to 'RUNNING', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
runningAt?: Date

Timestamp when the subtask status changed to 'RUNNING', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Subtask

-
startedAt?: Date

Timestamp when the subtask was started, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
startedAt?: Date

Timestamp when the subtask was started, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Subtask

-
status?: Status

Current status (required)

+
status?: Status

Current status (required)

Memberof

Subtask

-
updatedAt?: Date

Timestamp when the subtask was last updated, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
updatedAt?: Date

Timestamp when the subtask was last updated, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Subtask

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SubtitleAdaptationSet.html b/docs/classes/SubtitleAdaptationSet.html index ffb71a4ec..38bbf7113 100644 --- a/docs/classes/SubtitleAdaptationSet.html +++ b/docs/classes/SubtitleAdaptationSet.html @@ -1,5 +1,5 @@ SubtitleAdaptationSet | @bitmovin/api-sdk

Class SubtitleAdaptationSet

Export

SubtitleAdaptationSet

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

+

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

Memberof

AdaptationSet

-
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

+
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

Memberof

AdaptationSet

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
labels?: Label[]

List of labels

+
labels?: Label[]

List of labels

Memberof

AdaptationSet

-
lang?: string

ISO 639-1 (Alpha-2) code identifying the language of the subtitle adaptation set (required)

+
lang?: string

ISO 639-1 (Alpha-2) code identifying the language of the subtitle adaptation set (required)

Memberof

SubtitleAdaptationSet

-

Roles of the adaptation set

+

Roles of the adaptation set

Memberof

AdaptationSet

-
type: AdaptationSetType = AdaptationSetType.SUBTITLE

Discriminator property for AdaptationSet

+
type: AdaptationSetType = AdaptationSetType.SUBTITLE

Discriminator property for AdaptationSet

Memberof

SubtitleAdaptationSet

-
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

  • AUDIO: string
  • IMAGE: string
  • SUBTITLE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SubtitleConfiguration.html b/docs/classes/SubtitleConfiguration.html index 94ec975b7..a6a6039a2 100644 --- a/docs/classes/SubtitleConfiguration.html +++ b/docs/classes/SubtitleConfiguration.html @@ -1,5 +1,5 @@ SubtitleConfiguration | @bitmovin/api-sdk

Class SubtitleConfiguration

Export

SubtitleConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/SubtitleStream.html b/docs/classes/SubtitleStream.html index 6aebfa1bf..7c928aac1 100644 --- a/docs/classes/SubtitleStream.html +++ b/docs/classes/SubtitleStream.html @@ -1,21 +1,21 @@ SubtitleStream | @bitmovin/api-sdk

Export

SubtitleStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

codec?: string

Codec of the stream

+

Constructors

Properties

codec?: string

Codec of the stream

Memberof

MediaStream

-
duration?: number

Duration of the stream in seconds

+
duration?: number

Duration of the stream in seconds

Memberof

MediaStream

-
hearingImpaired?: boolean

Hearing impaired support

+
hearingImpaired?: boolean

Hearing impaired support

Memberof

SubtitleStream

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
language?: string

Language of the stream

+
language?: string

Language of the stream

Memberof

SubtitleStream

-
position?: number

Position of the stream in the media, starting from 0.

+
position?: number

Position of the stream in the media, starting from 0.

Memberof

MediaStream

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/SubtitlesMediaInfo.html b/docs/classes/SubtitlesMediaInfo.html index bae6f6c20..2692decad 100644 --- a/docs/classes/SubtitlesMediaInfo.html +++ b/docs/classes/SubtitlesMediaInfo.html @@ -1,5 +1,5 @@ SubtitlesMediaInfo | @bitmovin/api-sdk

Class SubtitlesMediaInfo

Export

SubtitlesMediaInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

+

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

-
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

+
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

-
characteristics?: string[]

Contains Uniform Type Identifiers

+
characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

-
drmId?: string

Id of the DRM.

+
drmId?: string

Id of the DRM.

Memberof

SegmentsMediaInfo

-
encodingId?: string

Id of the encoding. (required)

+
encodingId?: string

Id of the encoding. (required)

Memberof

SegmentsMediaInfo

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

Memberof

SegmentsMediaInfo

-
forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

+
forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

Memberof

SubtitlesMediaInfo

-
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

+
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

+
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

-
language?: string

Primary language in the rendition.

+
language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

-
muxingId?: string

Id of the muxing. (required)

+
muxingId?: string

Id of the muxing. (required)

Memberof

SegmentsMediaInfo

-
name?: string

Human readable description of the rendition. (required)

+
name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

-
segmentPath?: string

Path to segments. (required)

+
segmentPath?: string

Path to segments. (required)

Memberof

SegmentsMediaInfo

-
startSegmentNumber?: number

Number of the first segment. Default is 0.

+
startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

SegmentsMediaInfo

-
streamId?: string

Id of the stream. (required)

+
streamId?: string

Id of the stream. (required)

Memberof

SegmentsMediaInfo

-
uri?: string

The URI of the Rendition (required)

+
uri?: string

The URI of the Rendition (required)

Memberof

StandardMediaInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Task.html b/docs/classes/Task.html index 6b7f2b115..2ff24ac18 100644 --- a/docs/classes/Task.html +++ b/docs/classes/Task.html @@ -1,5 +1,5 @@ Task | @bitmovin/api-sdk

Export

Task

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

Timestamp when the task was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+

Constructors

Properties

createdAt?: Date

Timestamp when the task was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Task

-
error?: ErrorDetails

Additional optional error details

+
error?: ErrorDetails

Additional optional error details

Memberof

Task

-
errorAt?: Date

Timestamp when the subtask status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp is deprecated and is equivalent to finishedAt in case of an 'ERROR'.

+
errorAt?: Date

Timestamp when the subtask status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp is deprecated and is equivalent to finishedAt in case of an 'ERROR'.

Memberof

Task

-
eta?: number

Estimated ETA in seconds

+
eta?: number

Estimated ETA in seconds

Memberof

Task

-
finishedAt?: Date

Timestamp when the subtask status changed to a final state like 'FINISHED', 'ERROR', 'CANCELED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp might be inaccurate for tasks which ran prior to the 1.50.0 REST API release.

+
finishedAt?: Date

Timestamp when the subtask status changed to a final state like 'FINISHED', 'ERROR', 'CANCELED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp might be inaccurate for tasks which ran prior to the 1.50.0 REST API release.

Memberof

Task

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
messages?: Message[]

Task specific messages

+
messages?: Message[]

Task specific messages

Memberof

Task

-
progress?: number

Progress in percent

+
progress?: number

Progress in percent

Memberof

Task

-
queuedAt?: Date

Timestamp when the task status changed to "QUEUED", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
queuedAt?: Date

Timestamp when the task status changed to "QUEUED", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Task

-
runningAt?: Date

Timestamp when the task status changed to "RUNNING", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
runningAt?: Date

Timestamp when the task status changed to "RUNNING", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Task

-
status?: Status

Current status (required)

+
status?: Status

Current status (required)

Memberof

Task

-
subtasks?: Subtask[]

List of subtasks

+
subtasks?: Subtask[]

List of subtasks

Memberof

Task

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Tenant.html b/docs/classes/Tenant.html index ee0a54841..3f39a7d1d 100644 --- a/docs/classes/Tenant.html +++ b/docs/classes/Tenant.html @@ -1,5 +1,5 @@ Tenant | @bitmovin/api-sdk

Export

Tenant

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
eMail?: string

Email address of the tenant. (required)

+
eMail?: string

Email address of the tenant. (required)

Memberof

Tenant

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TenantGroupDetail.html b/docs/classes/TenantGroupDetail.html index 7860fc415..98d509882 100644 --- a/docs/classes/TenantGroupDetail.html +++ b/docs/classes/TenantGroupDetail.html @@ -1,9 +1,9 @@ TenantGroupDetail | @bitmovin/api-sdk

Class TenantGroupDetail

Export

TenantGroupDetail

-

Constructors

Constructors

Properties

Constructors

Properties

id?: string

Id of Group

+

Constructors

Properties

id?: string

Id of Group

Memberof

TenantGroupDetail

-
name?: string

Name of Group

+
name?: string

Name of Group

Memberof

TenantGroupDetail

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TenantWithGroups.html b/docs/classes/TenantWithGroups.html index 95b9150ed..52fd55f85 100644 --- a/docs/classes/TenantWithGroups.html +++ b/docs/classes/TenantWithGroups.html @@ -1,12 +1,12 @@ TenantWithGroups | @bitmovin/api-sdk

Class TenantWithGroups

Export

TenantWithGroups

-

Constructors

Constructors

Properties

Constructors

Properties

email?: string

Email of Tenant (required)

+

Constructors

Properties

email?: string

Email of Tenant (required)

Memberof

TenantWithGroups

-

List of all groups of Tenant (required)

+

List of all groups of Tenant (required)

Memberof

TenantWithGroups

-
id?: string

Id of Tenant (required)

+
id?: string

Id of Tenant (required)

Memberof

TenantWithGroups

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TextFilter.html b/docs/classes/TextFilter.html index ade2450d9..c7c65ceac 100644 --- a/docs/classes/TextFilter.html +++ b/docs/classes/TextFilter.html @@ -1,6 +1,6 @@ TextFilter | @bitmovin/api-sdk

Only one of those properties may be set: fontSize, fontSizeExpression.

Export

TextFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

alpha?: number

If set, alpha blending for the text is applied. Values are valid between 0.0 and 1.0.

+

Constructors

Properties

alpha?: number

If set, alpha blending for the text is applied. Values are valid between 0.0 and 1.0.

Memberof

TextFilter

-
borderWidth?: number

Width of the border around the text

+
borderWidth?: number

Width of the border around the text

Memberof

TextFilter

-
box?: boolean

If set to true a box is drawn around the text using the background color.

+
box?: boolean

If set to true a box is drawn around the text using the background color.

Memberof

TextFilter

-
boxBorderWidth?: number

The width of the box drawn around the text.

+
boxBorderWidth?: number

The width of the box drawn around the text.

Memberof

TextFilter

-
boxColor?: string

The background color to be used for drawing the box.

+
boxColor?: string

The background color to be used for drawing the box.

Memberof

TextFilter

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
fixBounds?: boolean

If set to true, it will fix text coordinates to avoid clipping if necessary

+
fixBounds?: boolean

If set to true, it will fix text coordinates to avoid clipping if necessary

Memberof

TextFilter

-

Memberof

TextFilter

-
fontColor?: string

The color to be used to draw the text

+

Memberof

TextFilter

+
fontColor?: string

The color to be used to draw the text

Memberof

TextFilter

-
fontSize?: number

Font size to be used to draw the text

+
fontSize?: number

Font size to be used to draw the text

Memberof

TextFilter

-
fontSizeExpression?: string

An expression for the Font size. Either fontSize or fontSizeExpression can be set at the same time. The following variables are valid: main_h, h, H for input height and main_w, w, W for the input_width

+
fontSizeExpression?: string

An expression for the Font size. Either fontSize or fontSizeExpression can be set at the same time. The following variables are valid: main_h, h, H for input height and main_w, w, W for the input_width

Memberof

TextFilter

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
lineSpacing?: number

Line spacing of the border around the box in pixels

+
lineSpacing?: number

Line spacing of the border around the box in pixels

Memberof

TextFilter

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: string

Video frame rate

+
rate?: string

Video frame rate

Memberof

TextFilter

-
shadowColor?: string

Color of the shadow

+
shadowColor?: string

Color of the shadow

Memberof

TextFilter

-
shadowX?: number

X offset of the shadow

+
shadowX?: number

X offset of the shadow

Memberof

TextFilter

-
shadowY?: number

Y offset of the shadow

+
shadowY?: number

Y offset of the shadow

Memberof

TextFilter

-
text?: string

String to be drawn

+
text?: string

String to be drawn

Memberof

TextFilter

-
timecode?: string

If set, the timecode representation in "hh:mm:ss[:;.]ff" format will be applied. Drop-frame timecodes (containing ";" or ".") must only be used with video frame rates of 29.97, 30, 59.94 or 60 FPS, according to the SMPTE standard

+
timecode?: string

If set, the timecode representation in "hh:mm:ss[:;.]ff" format will be applied. Drop-frame timecodes (containing ";" or ".") must only be used with video frame rates of 29.97, 30, 59.94 or 60 FPS, according to the SMPTE standard

Memberof

TextFilter

-
type: FilterType = FilterType.TEXT

Discriminator property for Filter

+
type: FilterType = FilterType.TEXT

Discriminator property for Filter

Memberof

TextFilter

-
x?: string

X position of the text. Also an expression can be used. The following variables are valid: line_h - height of each text line; main_h - input height; main_w - input width; n - number of input frame; text_h - Text height; text_w - Text width (required)

+
x?: string

X position of the text. Also an expression can be used. The following variables are valid: line_h - height of each text line; main_h - input height; main_w - input width; n - number of input frame; text_h - Text height; text_w - Text width (required)

Memberof

TextFilter

-
y?: string

Y position of the text. Also an expression can be used. The following variables are valid: line_h - height of each text line; main_h - input height; main_w - input width; n - number of input frame; text_h - Text height; text_w - Text width (required)

+
y?: string

Y position of the text. Also an expression can be used. The following variables are valid: line_h - height of each text line; main_h - input height; main_w - input width; n - number of input frame; text_h - Text height; text_w - Text width (required)

Memberof

TextFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/TextMuxing.html b/docs/classes/TextMuxing.html index 74d94c671..b18b16a84 100644 --- a/docs/classes/TextMuxing.html +++ b/docs/classes/TextMuxing.html @@ -1,5 +1,5 @@ TextMuxing | @bitmovin/api-sdk

Export

TextMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
filename?: string

Name of the output file (required)

+
filename?: string

Name of the output file (required)

Memberof

TextMuxing

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
startOffset?: number

Offset of MPEG-TS timestamps in seconds. This only affects streams with WebVttConfiguration. If set, the X-TIMESTAMP-MAP will be added as described in the HLS specification. For example, if set to 10 seconds, X-TIMESTAMP-MAP=MPEGTS:900000,LOCAL:00:00:00.000 will be added after each WEBVTT header. The default for TextMuxing is that the X-TIMESTAMP-MAP will not be written. Important to note is that the default for startOffset for TsMuxings and ProgressiveTsMuxings is 10 seconds. If the output of this muxing is used for HLS together with video/audio streams using TsMuxings and ProgressiveTsMuxings, this value should be set to the same startOffset.

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
startOffset?: number

Offset of MPEG-TS timestamps in seconds. This only affects streams with WebVttConfiguration. If set, the X-TIMESTAMP-MAP will be added as described in the HLS specification. For example, if set to 10 seconds, X-TIMESTAMP-MAP=MPEGTS:900000,LOCAL:00:00:00.000 will be added after each WEBVTT header. The default for TextMuxing is that the X-TIMESTAMP-MAP will not be written. Important to note is that the default for startOffset for TsMuxings and ProgressiveTsMuxings is 10 seconds. If the output of this muxing is used for HLS together with video/audio streams using TsMuxings and ProgressiveTsMuxings, this value should be set to the same startOffset.

Memberof

TextMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.TEXT

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.TEXT

Discriminator property for Muxing

Memberof

TextMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Thumbnail.html b/docs/classes/Thumbnail.html index 4afe49381..79cbfbc99 100644 --- a/docs/classes/Thumbnail.html +++ b/docs/classes/Thumbnail.html @@ -1,5 +1,5 @@ Thumbnail | @bitmovin/api-sdk

Export

Thumbnail

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

aspectMode?: ThumbnailAspectMode

Specifies the aspect mode that is used when both height and width are specified Only supported starting with encoder version 2.85.0.

+

Constructors

Properties

aspectMode?: ThumbnailAspectMode

Specifies the aspect mode that is used when both height and width are specified Only supported starting with encoder version 2.85.0.

Memberof

Thumbnail

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
height?: number

Height of the thumbnail, either height or width are required fields. If only one is given the encoder will calculate the other way value based on the aspect ratio of the video file. If the encoder version is below 2.83.0 only height is supported and mandatory.

+
height?: number

Height of the thumbnail, either height or width are required fields. If only one is given the encoder will calculate the other way value based on the aspect ratio of the video file. If the encoder version is below 2.83.0 only height is supported and mandatory.

Memberof

Thumbnail

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
interval?: number

The interval in which to create thumbnails. In seconds (E.g. a value of 4 means create a thumbnail every 4 seconds). Mutually exclusive with positions/unit. Has to be equal to or greater than 1.

+
interval?: number

The interval in which to create thumbnails. In seconds (E.g. a value of 4 means create a thumbnail every 4 seconds). Mutually exclusive with positions/unit. Has to be equal to or greater than 1.

Memberof

Thumbnail

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Thumbnail

-
pattern?: string

Pattern which describes the thumbnail filenames. For example with thumbnail-%number%.png as pattern and 3 positions: thumbnail-3_0.png, thumbnail-5_0.png and thumbnail-25_5.png. (The number represents the position in the source video in seconds, in the previous example the first filename represents the thumbnail at 3s, the second one at 5s and the third one at 25.5s). (required)

+
outputs?: EncodingOutput[]

Memberof

Thumbnail

+
pattern?: string

Pattern which describes the thumbnail filenames. For example with thumbnail-%number%.png as pattern and 3 positions: thumbnail-3_0.png, thumbnail-5_0.png and thumbnail-25_5.png. (The number represents the position in the source video in seconds, in the previous example the first filename represents the thumbnail at 3s, the second one at 5s and the third one at 25.5s). (required)

Memberof

Thumbnail

-
positions?: number[]

Position in the unit where the thumbnail should be created from. Mutually exclusive with interval.

+
positions?: number[]

Position in the unit where the thumbnail should be created from. Mutually exclusive with interval.

Memberof

Thumbnail

-

Unit of the values in the positions array.

+

Unit of the values in the positions array.

Memberof

Thumbnail

-
width?: number

Width of the thumbnail, either height or width are required fields. If only one is given the encoder will calculate the other way value based on the aspect ratio of the video file. If the encoder version is below 2.83.0 only height is supported

+
width?: number

Width of the thumbnail, either height or width are required fields. If only one is given the encoder will calculate the other way value based on the aspect ratio of the video file. If the encoder version is below 2.83.0 only height is supported

Memberof

Thumbnail

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TimeBasedTrimmingInputStream.html b/docs/classes/TimeBasedTrimmingInputStream.html index 60e73f1f1..b4e122313 100644 --- a/docs/classes/TimeBasedTrimmingInputStream.html +++ b/docs/classes/TimeBasedTrimmingInputStream.html @@ -1,5 +1,5 @@ TimeBasedTrimmingInputStream | @bitmovin/api-sdk

Class TimeBasedTrimmingInputStream

Export

TimeBasedTrimmingInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
duration?: number

Defines how many seconds of the input will be encoded. Not defining or setting it to null indicates that the remaining input (considering offset) will be encoded.

+
duration?: number

Defines how many seconds of the input will be encoded. Not defining or setting it to null indicates that the remaining input (considering offset) will be encoded.

Memberof

TimeBasedTrimmingInputStream

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputStreamId?: string

The id of the ingest input stream that should be trimmed

+
inputStreamId?: string

The id of the ingest input stream that should be trimmed

Memberof

TimeBasedTrimmingInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
offset?: number

Defines the offset in seconds at which the encoding should start, beginning at 0. The frame indicated by this value will be included in the encoding

+
offset?: number

Defines the offset in seconds at which the encoding should start, beginning at 0. The frame indicated by this value will be included in the encoding

Memberof

TimeBasedTrimmingInputStream

-
type: InputStreamType = InputStreamType.TRIMMING_TIME_BASED

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.TRIMMING_TIME_BASED

Discriminator property for InputStream

Memberof

TimeBasedTrimmingInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/TimeSpan.html b/docs/classes/TimeSpan.html index 340a44bb8..9b25da1cf 100644 --- a/docs/classes/TimeSpan.html +++ b/docs/classes/TimeSpan.html @@ -1,9 +1,9 @@ TimeSpan | @bitmovin/api-sdk

Export

TimeSpan

-

Constructors

Constructors

Properties

Constructors

Properties

from?: number

Start offset of the time frame in milliseconds (required)

+

Constructors

Properties

from?: number

Start offset of the time frame in milliseconds (required)

Memberof

TimeSpan

-
to?: number

End offset of the time frame in milliseconds (required)

+
to?: number

End offset of the time frame in milliseconds (required)

Memberof

TimeSpan

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TimecodeTrackTrimmingInputStream.html b/docs/classes/TimecodeTrackTrimmingInputStream.html index 13b91bc53..124f5ea06 100644 --- a/docs/classes/TimecodeTrackTrimmingInputStream.html +++ b/docs/classes/TimecodeTrackTrimmingInputStream.html @@ -1,5 +1,5 @@ TimecodeTrackTrimmingInputStream | @bitmovin/api-sdk

Class TimecodeTrackTrimmingInputStream

Export

TimecodeTrackTrimmingInputStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
endTimeCode?: string

Defines the timecode, in SMPTE-12M format, of the frame at which the encoding should stop. The frame indicated by this value will be included in the encoding (required)

+
endTimeCode?: string

Defines the timecode, in SMPTE-12M format, of the frame at which the encoding should stop. The frame indicated by this value will be included in the encoding (required)

Memberof

TimecodeTrackTrimmingInputStream

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputStreamId?: string

The id of the ingest input stream that should be trimmed (required)

+
inputStreamId?: string

The id of the ingest input stream that should be trimmed (required)

Memberof

TimecodeTrackTrimmingInputStream

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
startTimeCode?: string

Defines the timecode, in SMPTE-12M format, of the frame from which the encoding should start. The frame indicated by this value will be included in the encoding (required)

+
startTimeCode?: string

Defines the timecode, in SMPTE-12M format, of the frame from which the encoding should start. The frame indicated by this value will be included in the encoding (required)

Memberof

TimecodeTrackTrimmingInputStream

-
type: InputStreamType = InputStreamType.TRIMMING_TIME_CODE_TRACK

Discriminator property for InputStream

+
type: InputStreamType = InputStreamType.TRIMMING_TIME_CODE_TRACK

Discriminator property for InputStream

Memberof

TimecodeTrackTrimmingInputStream

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • CAPTION_CEA608: string
  • CAPTION_CEA708: string
  • CONCATENATION: string
  • DOLBY_ATMOS: string
  • DOLBY_VISION: string
  • DVB_SUBTITLE: string
  • FILE: string
  • INGEST: string
  • SIDECAR_DOLBY_VISION_METADATA: string
  • TRIMMING_H264_PICTURE_TIMING: string
  • TRIMMING_TIME_BASED: string
  • TRIMMING_TIME_CODE_TRACK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    CAPTION_CEA608: string;
    CAPTION_CEA708: string;
    CONCATENATION: string;
    DOLBY_ATMOS: string;
    DOLBY_VISION: string;
    DVB_SUBTITLE: string;
    FILE: string;
    INGEST: string;
    SIDECAR_DOLBY_VISION_METADATA: string;
    TRIMMING_H264_PICTURE_TIMING: string;
    TRIMMING_TIME_BASED: string;
    TRIMMING_TIME_CODE_TRACK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/TransferRetry.html b/docs/classes/TransferRetry.html index ef2792077..b71f10307 100644 --- a/docs/classes/TransferRetry.html +++ b/docs/classes/TransferRetry.html @@ -1,5 +1,5 @@ TransferRetry | @bitmovin/api-sdk

Export

TransferRetry

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
errorAt?: Date

Timestamp when the transfer-retry status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
errorAt?: Date

Timestamp when the transfer-retry status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

TransferRetry

-
finishedAt?: Date

Timestamp when the transfer-retry status changed to 'FINISHED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
finishedAt?: Date

Timestamp when the transfer-retry status changed to 'FINISHED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

TransferRetry

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
startedAt?: Date

Timestamp when the transfer-retry was started, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

+
startedAt?: Date

Timestamp when the transfer-retry was started, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

TransferRetry

-
status?: Status

The current status of the transfer-retry.

+
status?: Status

The current status of the transfer-retry.

Memberof

TransferRetry

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Trimming.html b/docs/classes/Trimming.html index b1c82b5b3..d201fa440 100644 --- a/docs/classes/Trimming.html +++ b/docs/classes/Trimming.html @@ -1,18 +1,18 @@ Trimming | @bitmovin/api-sdk

Export

Trimming

-

Constructors

Constructors

Properties

duration?: number

Defines how many seconds from the input will be encoded. If not set, the input will be encoded until its end.

+

Constructors

Properties

duration?: number

Defines how many seconds from the input will be encoded. If not set, the input will be encoded until its end.

Memberof

Trimming

-
endPicTiming?: string

Defines the H264 picture timing of the last frame, that will be included in the encoding. Any defined offset or duration in seconds will be ignored.

+
endPicTiming?: string

Defines the H264 picture timing of the last frame, that will be included in the encoding. Any defined offset or duration in seconds will be ignored.

Memberof

Trimming

-
ignoreDurationIfInputTooShort?: boolean

When true, "duration" will be interpreted as a maximum and not cause an error if the input is too short

+
ignoreDurationIfInputTooShort?: boolean

When true, "duration" will be interpreted as a maximum and not cause an error if the input is too short

Memberof

Trimming

-
offset?: number

Defines the offset in seconds from which the encoding should start, beginning at 0.

+
offset?: number

Defines the offset in seconds from which the encoding should start, beginning at 0.

Memberof

Trimming

-
startPicTiming?: string

Defines the H264 picture timing of the first frame from which the encoding should start. Any defined offset or duration in seconds will be ignored.

+
startPicTiming?: string

Defines the H264 picture timing of the first frame from which the encoding should start. Any defined offset or duration in seconds will be ignored.

Memberof

Trimming

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TsAudioStreamConfiguration.html b/docs/classes/TsAudioStreamConfiguration.html index f0168aa9c..645b5a334 100644 --- a/docs/classes/TsAudioStreamConfiguration.html +++ b/docs/classes/TsAudioStreamConfiguration.html @@ -1,9 +1,9 @@ TsAudioStreamConfiguration | @bitmovin/api-sdk

Class TsAudioStreamConfiguration

Export

TsAudioStreamConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

pid?: number

An integer value. MPEG Transport Stream Packet Identifier (PID) for this stream. (required)

+

Constructors

Properties

pid?: number

An integer value. MPEG Transport Stream Packet Identifier (PID) for this stream. (required)

Memberof

TsStreamConfiguration

-
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing. (required)

+
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing. (required)

Memberof

TsStreamConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TsMuxing.html b/docs/classes/TsMuxing.html index 535a5a4ff..b45467b70 100644 --- a/docs/classes/TsMuxing.html +++ b/docs/classes/TsMuxing.html @@ -1,5 +1,5 @@ TsMuxing | @bitmovin/api-sdk

Export

TsMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
configuration?: TsMuxingConfiguration

Advanced Configuration of the MPEG Transport Stream Parameters

+
configuration?: TsMuxingConfiguration

Advanced Configuration of the MPEG Transport Stream Parameters

Memberof

TsMuxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Length of the fragments in seconds

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Length of the fragments in seconds

Memberof

TsMuxing

-
segmentNaming?: string

Segment naming policy

+
segmentNaming?: string

Segment naming policy

Memberof

TsMuxing

-
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

+
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

Memberof

TsMuxing

-
segmentsMuxed?: number

Number of segments which have been encoded

+
segmentsMuxed?: number

Number of segments which have been encoded

Memberof

TsMuxing

-
startOffset?: number

Offset of MPEG-TS timestamps in seconds. E.g., first packet will start with PTS 900,000 for a 10 seconds offset (90,000 MPEG-TS timescale).

+
startOffset?: number

Offset of MPEG-TS timestamps in seconds. E.g., first packet will start with PTS 900,000 for a 10 seconds offset (90,000 MPEG-TS timescale).

Memberof

TsMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.TS

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.TS

Discriminator property for Muxing

Memberof

TsMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/TsMuxingConfiguration.html b/docs/classes/TsMuxingConfiguration.html index a0340a13c..3e23f8b44 100644 --- a/docs/classes/TsMuxingConfiguration.html +++ b/docs/classes/TsMuxingConfiguration.html @@ -1,14 +1,14 @@ TsMuxingConfiguration | @bitmovin/api-sdk

Class TsMuxingConfiguration

Export

TsMuxingConfiguration

-

Constructors

Constructors

Properties

Memberof

TsMuxingConfiguration

-

Memberof

TsMuxingConfiguration

-

Memberof

TsMuxingConfiguration

-
programNumber?: number

An integer value. Value for program_number field in the MPEG Transport Stream Program Map Table (PMT). The value zero is reserved for the NIT PID entry in the PAT.

+

Constructors

Properties

Memberof

TsMuxingConfiguration

+

Memberof

TsMuxingConfiguration

+

Memberof

TsMuxingConfiguration

+
programNumber?: number

An integer value. Value for program_number field in the MPEG Transport Stream Program Map Table (PMT). The value zero is reserved for the NIT PID entry in the PAT.

Memberof

TsMuxingConfiguration

-

Memberof

TsMuxingConfiguration

-
\ No newline at end of file +
videoStreams?: TsVideoStreamConfiguration[]

Memberof

TsMuxingConfiguration

+
\ No newline at end of file diff --git a/docs/classes/TsProgramClockReferenceConfiguration.html b/docs/classes/TsProgramClockReferenceConfiguration.html index 34ba30474..9c1ef1505 100644 --- a/docs/classes/TsProgramClockReferenceConfiguration.html +++ b/docs/classes/TsProgramClockReferenceConfiguration.html @@ -1,9 +1,9 @@ TsProgramClockReferenceConfiguration | @bitmovin/api-sdk

Class TsProgramClockReferenceConfiguration

Export

TsProgramClockReferenceConfiguration

-

Constructors

Constructors

Properties

Constructors

Properties

interval?: number

An integer value. Nominal time between MPEG Transport Stream PCRs in milliseconds.

+

Constructors

Properties

interval?: number

An integer value. Nominal time between MPEG Transport Stream PCRs in milliseconds.

Memberof

TsProgramClockReferenceConfiguration

-
pid?: number

An integer value. Packet Identifier (PID) for the MPEG Transport Stream PCR. This should generally point to the video stream PID. If it is not explicitly set it will point to the video stream PID if exists, otherwise to the audio stream PID.

+
pid?: number

An integer value. Packet Identifier (PID) for the MPEG Transport Stream PCR. This should generally point to the video stream PID. If it is not explicitly set it will point to the video stream PID if exists, otherwise to the audio stream PID.

Memberof

TsProgramClockReferenceConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TsProgramMapTableConfiguration.html b/docs/classes/TsProgramMapTableConfiguration.html index 97d8c019d..5130cb8e0 100644 --- a/docs/classes/TsProgramMapTableConfiguration.html +++ b/docs/classes/TsProgramMapTableConfiguration.html @@ -1,6 +1,6 @@ TsProgramMapTableConfiguration | @bitmovin/api-sdk

Class TsProgramMapTableConfiguration

Export

TsProgramMapTableConfiguration

-

Constructors

Constructors

Properties

Constructors

Properties

pid?: number

An integer value. Packet Identifier (PID) for the MPEG Transport Stream PMT.

+

Constructors

Properties

pid?: number

An integer value. Packet Identifier (PID) for the MPEG Transport Stream PMT.

Memberof

TsProgramMapTableConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TsStreamConfiguration.html b/docs/classes/TsStreamConfiguration.html index ea70fa380..94c025a9e 100644 --- a/docs/classes/TsStreamConfiguration.html +++ b/docs/classes/TsStreamConfiguration.html @@ -1,9 +1,9 @@ TsStreamConfiguration | @bitmovin/api-sdk

Class TsStreamConfiguration

Export

TsStreamConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

pid?: number

An integer value. MPEG Transport Stream Packet Identifier (PID) for this stream. (required)

+

Constructors

Properties

pid?: number

An integer value. MPEG Transport Stream Packet Identifier (PID) for this stream. (required)

Memberof

TsStreamConfiguration

-
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing. (required)

+
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing. (required)

Memberof

TsStreamConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/TsVideoStreamConfiguration.html b/docs/classes/TsVideoStreamConfiguration.html index 01057cb27..9c6b0754e 100644 --- a/docs/classes/TsVideoStreamConfiguration.html +++ b/docs/classes/TsVideoStreamConfiguration.html @@ -1,9 +1,9 @@ TsVideoStreamConfiguration | @bitmovin/api-sdk

Class TsVideoStreamConfiguration

Export

TsVideoStreamConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

pid?: number

An integer value. MPEG Transport Stream Packet Identifier (PID) for this stream. (required)

+

Constructors

Properties

pid?: number

An integer value. MPEG Transport Stream Packet Identifier (PID) for this stream. (required)

Memberof

TsStreamConfiguration

-
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing. (required)

+
streamId?: string

The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing. (required)

Memberof

TsStreamConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Tweaks.html b/docs/classes/Tweaks.html index c9e52694c..a6af48a7e 100644 --- a/docs/classes/Tweaks.html +++ b/docs/classes/Tweaks.html @@ -1,6 +1,6 @@ Tweaks | @bitmovin/api-sdk

Export

Tweaks

-

Constructors

Constructors

Properties

Constructors

Properties

audioVideoSyncMode?: AudioVideoSyncMode

Different modes for syncing the start and end of audio input streams with the video inputs. This feature does not work with Dolby Digital (Plus) or Dolby Atmos.

+

Constructors

Properties

audioVideoSyncMode?: AudioVideoSyncMode

Different modes for syncing the start and end of audio input streams with the video inputs. This feature does not work with Dolby Digital (Plus) or Dolby Atmos.

Memberof

Tweaks

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/UnsharpFilter.html b/docs/classes/UnsharpFilter.html index 4ad5822ee..8ec98b22a 100644 --- a/docs/classes/UnsharpFilter.html +++ b/docs/classes/UnsharpFilter.html @@ -1,5 +1,5 @@ UnsharpFilter | @bitmovin/api-sdk

Export

UnsharpFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

chromaEffectStrength?: number

Negative value: blur, positive value: sharpen, floating point number, valid value range: -1.5 - 1.5

+

Constructors

Properties

chromaEffectStrength?: number

Negative value: blur, positive value: sharpen, floating point number, valid value range: -1.5 - 1.5

Memberof

UnsharpFilter

-
chromaMatrixHorizontalSize?: number

Must be an odd integer between 3 and 23

+
chromaMatrixHorizontalSize?: number

Must be an odd integer between 3 and 23

Memberof

UnsharpFilter

-
chromaMatrixVerticalSize?: number

Must be an odd integer between 3 and 23

+
chromaMatrixVerticalSize?: number

Must be an odd integer between 3 and 23

Memberof

UnsharpFilter

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
lumaEffectStrength?: number

Negative value: blur, positive value: sharpen, floating point number, valid value range: -1.5 - 1.5

+
lumaEffectStrength?: number

Negative value: blur, positive value: sharpen, floating point number, valid value range: -1.5 - 1.5

Memberof

UnsharpFilter

-
lumaMatrixHorizontalSize?: number

Must be an odd integer between 3 and 23

+
lumaMatrixHorizontalSize?: number

Must be an odd integer between 3 and 23

Memberof

UnsharpFilter

-
lumaMatrixVerticalSize?: number

Must be an odd integer between 3 and 23

+
lumaMatrixVerticalSize?: number

Must be an odd integer between 3 and 23

Memberof

UnsharpFilter

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
type: FilterType = FilterType.UNSHARP

Discriminator property for Filter

+
type: FilterType = FilterType.UNSHARP

Discriminator property for Filter

Memberof

UnsharpFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/UpdateOrganizationRequest.html b/docs/classes/UpdateOrganizationRequest.html index 689905d0b..eefa7dfc2 100644 --- a/docs/classes/UpdateOrganizationRequest.html +++ b/docs/classes/UpdateOrganizationRequest.html @@ -1,10 +1,10 @@ UpdateOrganizationRequest | @bitmovin/api-sdk

Class UpdateOrganizationRequest

Export

UpdateOrganizationRequest

-

Constructors

Constructors

Properties

Constructors

Properties

description?: string

Memberof

UpdateOrganizationRequest

-
labelColor?: string

Hexadecimal color

+

Constructors

Properties

description?: string

Memberof

UpdateOrganizationRequest

+
labelColor?: string

Hexadecimal color

Memberof

UpdateOrganizationRequest

-
name?: string

Memberof

UpdateOrganizationRequest

-
\ No newline at end of file +
name?: string

Memberof

UpdateOrganizationRequest

+
\ No newline at end of file diff --git a/docs/classes/UtcTiming.html b/docs/classes/UtcTiming.html index 7f752f566..a3fceeee0 100644 --- a/docs/classes/UtcTiming.html +++ b/docs/classes/UtcTiming.html @@ -1,9 +1,9 @@ UtcTiming | @bitmovin/api-sdk

Export

UtcTiming

-

Constructors

Constructors

Properties

Constructors

Properties

schemeIdUri?: string

The scheme id to use. Please refer to the DASH standard. (required)

+

Constructors

Properties

schemeIdUri?: string

The scheme id to use. Please refer to the DASH standard. (required)

Memberof

UtcTiming

-
value?: string

The server to get the time from (required)

+
value?: string

The server to get the time from (required)

Memberof

UtcTiming

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/VideoAdaptationSet.html b/docs/classes/VideoAdaptationSet.html index b03bf1203..33977e250 100644 --- a/docs/classes/VideoAdaptationSet.html +++ b/docs/classes/VideoAdaptationSet.html @@ -1,5 +1,5 @@ VideoAdaptationSet | @bitmovin/api-sdk

Class VideoAdaptationSet

Export

VideoAdaptationSet

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

+

Constructors

Properties

accessibilities?: Accessibility[]

Provide signaling of CEA 607 and CEA 708

Memberof

AdaptationSet

-
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

+
customAttributes?: CustomAttribute[]

Custom adaptation set attributes

Memberof

AdaptationSet

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
labels?: Label[]

List of labels

+
labels?: Label[]

List of labels

Memberof

AdaptationSet

-

Roles of the adaptation set

+

Roles of the adaptation set

Memberof

AdaptationSet

-
type: AdaptationSetType = AdaptationSetType.VIDEO

Discriminator property for AdaptationSet

+
type: AdaptationSetType = AdaptationSetType.VIDEO

Discriminator property for AdaptationSet

Memberof

VideoAdaptationSet

-
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

  • AUDIO: string
  • IMAGE: string
  • SUBTITLE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO: string;
    IMAGE: string;
    SUBTITLE: string;
    VIDEO: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/VideoConfiguration.html b/docs/classes/VideoConfiguration.html index b4419efcf..c35b4b3bb 100644 --- a/docs/classes/VideoConfiguration.html +++ b/docs/classes/VideoConfiguration.html @@ -1,5 +1,5 @@ VideoConfiguration | @bitmovin/api-sdk

Class VideoConfiguration

Export

VideoConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

Memberof

VideoConfiguration

-
colorConfig?: ColorConfig

Memberof

VideoConfiguration

-
createdAt?: Date

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

+
colorConfig?: ColorConfig

Memberof

VideoConfiguration

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

+
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

Memberof

VideoConfiguration

-
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

+
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

Memberof

VideoConfiguration

-
height?: number

Height of the encoded video in pixels

+
height?: number

Height of the encoded video in pixels

Memberof

VideoConfiguration

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

+
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

Memberof

VideoConfiguration

-
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

+
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

Memberof

VideoConfiguration

-
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
width?: number

Width of the encoded video in pixels

+
width?: number

Width of the encoded video in pixels

Memberof

VideoConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/VideoMediaInfo.html b/docs/classes/VideoMediaInfo.html index 759b9287d..372f2ae1d 100644 --- a/docs/classes/VideoMediaInfo.html +++ b/docs/classes/VideoMediaInfo.html @@ -1,5 +1,5 @@ VideoMediaInfo | @bitmovin/api-sdk

Export

VideoMediaInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

+

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

-
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

+
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

-
characteristics?: string[]

Contains Uniform Type Identifiers

+
characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

-
drmId?: string

Id of the DRM.

+
drmId?: string

Id of the DRM.

Memberof

SegmentsMediaInfo

-
encodingId?: string

Id of the encoding. (required)

+
encodingId?: string

Id of the encoding. (required)

Memberof

SegmentsMediaInfo

-
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

+
endSegmentNumber?: number

Number of the last segment. Default is the last one that was encoded.

Memberof

SegmentsMediaInfo

-
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

+
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

+
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

-
language?: string

Primary language in the rendition.

+
language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

-
muxingId?: string

Id of the muxing. (required)

+
muxingId?: string

Id of the muxing. (required)

Memberof

SegmentsMediaInfo

-
name?: string

Human readable description of the rendition. (required)

+
name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

-
segmentPath?: string

Path to segments. (required)

+
segmentPath?: string

Path to segments. (required)

Memberof

SegmentsMediaInfo

-
startSegmentNumber?: number

Number of the first segment. Default is 0.

+
startSegmentNumber?: number

Number of the first segment. Default is 0.

Memberof

SegmentsMediaInfo

-
streamId?: string

Id of the stream. (required)

+
streamId?: string

Id of the stream. (required)

Memberof

SegmentsMediaInfo

-
uri?: string

The URI of the Rendition (required)

+
uri?: string

The URI of the Rendition (required)

Memberof

StandardMediaInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/VideoStream.html b/docs/classes/VideoStream.html index 96e07cec3..2bc06403e 100644 --- a/docs/classes/VideoStream.html +++ b/docs/classes/VideoStream.html @@ -1,5 +1,5 @@ VideoStream | @bitmovin/api-sdk

Export

VideoStream

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

bitrate?: string

Bitrate in bps

+

Constructors

Properties

bitrate?: string

Bitrate in bps

Memberof

VideoStream

-
codec?: string

Codec of the stream

+
codec?: string

Codec of the stream

Memberof

MediaStream

-
duration?: number

Duration of the stream in seconds

+
duration?: number

Duration of the stream in seconds

Memberof

MediaStream

-
fps?: string

Frame rate of the video

+
fps?: string

Frame rate of the video

Memberof

VideoStream

-
height?: number

Height of the video (required)

+
height?: number

Height of the video (required)

Memberof

VideoStream

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
par?: number

Pixel aspect ratio of the video. Default is 1.0

+
par?: number

Pixel aspect ratio of the video. Default is 1.0

Memberof

VideoStream

-
position?: number

Position of the stream in the media, starting from 0.

+
position?: number

Position of the stream in the media, starting from 0.

Memberof

MediaStream

-
rate?: number

Bitrate in bps (the same as bitrate, but represented as an integer value)

+
rate?: number

Bitrate in bps (the same as bitrate, but represented as an integer value)

Memberof

VideoStream

-
rotation?: number

Rotation of the video for mobile devices. Default is 0.

+
rotation?: number

Rotation of the video for mobile devices. Default is 0.

Memberof

VideoStream

-
width?: number

Width of the video (required)

+
width?: number

Width of the video (required)

Memberof

VideoStream

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/VorbisAudioConfiguration.html b/docs/classes/VorbisAudioConfiguration.html index db67bce5f..52152d789 100644 --- a/docs/classes/VorbisAudioConfiguration.html +++ b/docs/classes/VorbisAudioConfiguration.html @@ -1,5 +1,5 @@ VorbisAudioConfiguration | @bitmovin/api-sdk

Class VorbisAudioConfiguration

Export

VorbisAudioConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

+

Constructors

Properties

bitrate?: number

Target bitrate for the encoded audio in bps (required)

Memberof

AudioConfiguration

-
channelLayout?: VorbisChannelLayout

Channel layout of the audio codec configuration

+
channelLayout?: VorbisChannelLayout

Channel layout of the audio codec configuration

Memberof

VorbisAudioConfiguration

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
rate?: number

Audio sampling rate in Hz

+
rate?: number

Audio sampling rate in Hz

Memberof

AudioConfiguration

-
type: CodecConfigType = CodecConfigType.VORBIS

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.VORBIS

Discriminator property for CodecConfiguration

Memberof

VorbisAudioConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Vp8VideoConfiguration.html b/docs/classes/Vp8VideoConfiguration.html index f77ff1742..fb230094e 100644 --- a/docs/classes/Vp8VideoConfiguration.html +++ b/docs/classes/Vp8VideoConfiguration.html @@ -1,5 +1,5 @@ Vp8VideoConfiguration | @bitmovin/api-sdk

Class Vp8VideoConfiguration

Export

Vp8VideoConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

arnrMaxFrames?: number

altref noise reduction max frame count.

+

Constructors

Properties

arnrMaxFrames?: number

altref noise reduction max frame count.

Memberof

Vp8VideoConfiguration

-
arnrStrength?: number

altref noise reduction filter strength.

+
arnrStrength?: number

altref noise reduction filter strength.

Memberof

Vp8VideoConfiguration

-
arnrType?: Vp8ArnrType

Memberof

Vp8VideoConfiguration

-
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

+
arnrType?: Vp8ArnrType

Memberof

Vp8VideoConfiguration

+
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

Memberof

VideoConfiguration

-
colorConfig?: ColorConfig

Memberof

VideoConfiguration

-
cpuUsed?: number

Memberof

Vp8VideoConfiguration

-
createdAt?: Date

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

+
colorConfig?: ColorConfig

Memberof

VideoConfiguration

+
cpuUsed?: number

Memberof

Vp8VideoConfiguration

+
createdAt?: Date

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

Memberof

BitmovinResource

-
crf?: number

Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.

+
crf?: number

Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.

Memberof

Vp8VideoConfiguration

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

+
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

Memberof

VideoConfiguration

-
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

+
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

Memberof

VideoConfiguration

-
height?: number

Height of the encoded video in pixels

+
height?: number

Height of the encoded video in pixels

Memberof

VideoConfiguration

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
lagInFrames?: number

Number of frames to look ahead for alternate reference frame selection.

+
lagInFrames?: number

Number of frames to look ahead for alternate reference frame selection.

Memberof

Vp8VideoConfiguration

-
maxGop?: number

Maximum GOP length, the maximum distance between I-frames

+
maxGop?: number

Maximum GOP length, the maximum distance between I-frames

Memberof

Vp8VideoConfiguration

-
maxIntraRate?: number

Maximum I-frame bitrate (percentage) 0=unlimited

+
maxIntraRate?: number

Maximum I-frame bitrate (percentage) 0=unlimited

Memberof

Vp8VideoConfiguration

-
maxKeyframeInterval?: number

Maximum interval in seconds between key frames

+
maxKeyframeInterval?: number

Maximum interval in seconds between key frames

Memberof

Vp8VideoConfiguration

-
minGop?: number

Minimum GOP length, the minimum distance between I-frames.

+
minGop?: number

Minimum GOP length, the minimum distance between I-frames.

Memberof

Vp8VideoConfiguration

-
minKeyframeInterval?: number

Minimum interval in seconds between key frames

+
minKeyframeInterval?: number

Minimum interval in seconds between key frames

Memberof

Vp8VideoConfiguration

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
noiseSensitivity?: Vp8NoiseSensitivity

Memberof

Vp8VideoConfiguration

-
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

+
noiseSensitivity?: Vp8NoiseSensitivity

Memberof

Vp8VideoConfiguration

+
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

Memberof

VideoConfiguration

-
qpMax?: number

Maximum quantization factor.

+
qpMax?: number

Maximum quantization factor.

Memberof

Vp8VideoConfiguration

-
qpMin?: number

Minimum quantization factor.

+
qpMin?: number

Minimum quantization factor.

Memberof

Vp8VideoConfiguration

-
quality?: Vp8Quality

Memberof

Vp8VideoConfiguration

-
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

+
quality?: Vp8Quality

Memberof

Vp8VideoConfiguration

+
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

Memberof

VideoConfiguration

-
rateOvershootPct?: number

Datarate overshoot (max) target (percentage).

+
rateOvershootPct?: number

Datarate overshoot (max) target (percentage).

Memberof

Vp8VideoConfiguration

-
rateUndershootPct?: number

Datarate undershoot (min) target (percentage).

+
rateUndershootPct?: number

Datarate undershoot (min) target (percentage).

Memberof

Vp8VideoConfiguration

-
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sharpness?: number

Loop filter sharpness.

+
sharpness?: number

Loop filter sharpness.

Memberof

Vp8VideoConfiguration

-
staticThresh?: number

A change threshold on blocks below which they will be skipped by the encoder.

+
staticThresh?: number

A change threshold on blocks below which they will be skipped by the encoder.

Memberof

Vp8VideoConfiguration

-
type: CodecConfigType = CodecConfigType.VP8

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.VP8

Discriminator property for CodecConfiguration

Memberof

Vp8VideoConfiguration

-
width?: number

Width of the encoded video in pixels

+
width?: number

Width of the encoded video in pixels

Memberof

VideoConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/Vp9PerTitleConfiguration.html b/docs/classes/Vp9PerTitleConfiguration.html index c24cd44fe..5d01f001a 100644 --- a/docs/classes/Vp9PerTitleConfiguration.html +++ b/docs/classes/Vp9PerTitleConfiguration.html @@ -1,5 +1,5 @@ Vp9PerTitleConfiguration | @bitmovin/api-sdk

Class Vp9PerTitleConfiguration

Export

Vp9PerTitleConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

-
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

+

Constructors

Properties

autoRepresentations?: AutoRepresentation

Memberof

PerTitleConfiguration

+
complexityFactor?: number

Will modify the assumed complexity for the Per-Title algorithm (> 0.0). Values higher than 1 will increase complexity and thus select smaller resolutions for given bitrates. This will also result in a higher bitrate for the top rendition. Values lower than 1 will decrease assumed complexity and thus select higher resolutions for given bitrates and also decrease the bitrate of the top rendition

Memberof

PerTitleConfiguration

-
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

+
fixedResolutionAndBitrateConfiguration?: PerTitleFixedResolutionAndBitrateConfiguration

Additional configuration for fixed resolution and bitrate templates

Memberof

PerTitleConfiguration

-
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

+
maxBitrate?: number

The maximum bitrate that will be used by the Per-Title algorithm. It will not generate any rendition with a higher bitrate.

Memberof

PerTitleConfiguration

-
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

+
maxBitrateStepSize?: number

The maximum ratio between the bitrates of neighbouring renditions, e.g., if the first bitrate is 240,000, a maximum ratio of 1.5 will require the next higher bitrate to be at most 360,000

Memberof

PerTitleConfiguration

-
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

+
minBitrate?: number

The minimum bitrate that will be used by the Per-Title algorithm.

Memberof

PerTitleConfiguration

-
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

+
minBitrateStepSize?: number

The minimum ratio between the bitrates of generated renditions, e.g. if the first bitrate is 240,000, a minimum ratio of 1.5 will require the next higher bitrate to be at least 360,000

Memberof

PerTitleConfiguration

-
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

+
resolutionScaleFactor?: number

This factor influences the resolution selection of the per-title algorithm. The default value is 0.0. negative values will lead to results where the algorithm will choose lower resolutions for given bitrates. A positive value will result in higher resolutions to be selected. The range of the factor is -5.0 to +5.0. Please note that changing this factor might also lead to slightly different bitrate selection by the algorithm.

Memberof

PerTitleConfiguration

-
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

+
targetQualityCrf?: number

Desired target quality of the highest representation expressed as CRF value

Memberof

PerTitleConfiguration

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/Vp9VideoConfiguration.html b/docs/classes/Vp9VideoConfiguration.html index b3862d2db..32536928d 100644 --- a/docs/classes/Vp9VideoConfiguration.html +++ b/docs/classes/Vp9VideoConfiguration.html @@ -1,5 +1,5 @@ Vp9VideoConfiguration | @bitmovin/api-sdk

Class Vp9VideoConfiguration

Export

Vp9VideoConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

aqMode?: Vp9AqMode

Memberof

Vp9VideoConfiguration

-
arnrMaxFrames?: number

altref noise reduction max frame count.

+

Constructors

Properties

aqMode?: Vp9AqMode

Memberof

Vp9VideoConfiguration

+
arnrMaxFrames?: number

altref noise reduction max frame count.

Memberof

Vp9VideoConfiguration

-
arnrStrength?: number

altref noise reduction filter strength.

+
arnrStrength?: number

altref noise reduction filter strength.

Memberof

Vp9VideoConfiguration

-
arnrType?: Vp9ArnrType

Memberof

Vp9VideoConfiguration

-
autoLevelSetup?: AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate. In the case the target level is set explicitly, the maximum bitrate and buffer size are calculated based on the defined level. Explicitly setting rateOvershootPct, or clientBufferSize properties will disable the automatic calculation.

+
arnrType?: Vp9ArnrType

Memberof

Vp9VideoConfiguration

+
autoLevelSetup?: AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate. In the case the target level is set explicitly, the maximum bitrate and buffer size are calculated based on the defined level. Explicitly setting rateOvershootPct, or clientBufferSize properties will disable the automatic calculation.

Memberof

Vp9VideoConfiguration

-
automaticAltRefFramesEnabled?: boolean

Enable automatic alternate reference frames (2pass only)

+
automaticAltRefFramesEnabled?: boolean

Enable automatic alternate reference frames (2pass only)

Memberof

Vp9VideoConfiguration

-
biasPct?: number

CBR/VBR bias (0=CBR, 100=VBR)

+
biasPct?: number

CBR/VBR bias (0=CBR, 100=VBR)

Memberof

Vp9VideoConfiguration

-
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

+
bitrate?: number

Target bitrate for the encoded video in bps. Either bitrate or crf is required.

Memberof

VideoConfiguration

-
clientBufferSize?: number

Client buffer size (ms)

+
clientBufferSize?: number

Client buffer size (ms)

Memberof

Vp9VideoConfiguration

-
clientInitialBufferSize?: number

Client initial buffer size (ms)

+
clientInitialBufferSize?: number

Client initial buffer size (ms)

Memberof

Vp9VideoConfiguration

-
colorConfig?: ColorConfig

Memberof

VideoConfiguration

-
cpuUsed?: number

Controls the tradeoff between compression efficiency and encoding speed. Higher values indicate a faster encoding. The minimum value for width * height >= 1280 * 720 is 2. If the value is too low it will be overridden.

+
colorConfig?: ColorConfig

Memberof

VideoConfiguration

+
cpuUsed?: number

Controls the tradeoff between compression efficiency and encoding speed. Higher values indicate a faster encoding. The minimum value for width * height >= 1280 * 720 is 2. If the value is too low it will be overridden.

Memberof

Vp9VideoConfiguration

-
createdAt?: Date

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

+
createdAt?: Date

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

Memberof

BitmovinResource

-
crf?: number

Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.

+
crf?: number

Constant rate factor for quality-based variable bitrate. Either bitrate or crf is required.

Memberof

Vp9VideoConfiguration

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

+
displayAspectRatio?: DisplayAspectRatio

Specifies a display aspect ratio (DAR) to be enforced. The sample aspect ratio (SAR) will be adjusted accordingly. If set then sampleAspectRatioNumerator and sampleAspectRatioDenominator are not allowed.

Memberof

VideoConfiguration

-
dynamicRangeFormat?: Vp9DynamicRangeFormat

Automatically configures the VP9 Video Codec to be compatible with the given SDR/HLG format. Bitmovin recommends to use the dynamic range format together with a preset configuration to achieve good results. Explicitly configured properties will take precedence over dynamic range format settings, which in turn will take precedence over preset configurations.

+
dynamicRangeFormat?: Vp9DynamicRangeFormat

Automatically configures the VP9 Video Codec to be compatible with the given SDR/HLG format. Bitmovin recommends to use the dynamic range format together with a preset configuration to achieve good results. Explicitly configured properties will take precedence over dynamic range format settings, which in turn will take precedence over preset configurations.

Memberof

Vp9VideoConfiguration

-
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

+
encodingMode?: EncodingMode

The mode of the encoding. When this is set, encodingMode (liveEncodingMode) must not be set in the (live) encoding start request.

Memberof

VideoConfiguration

-
errorResiliencyEnabled?: boolean

Enables error resiliency feature

+
errorResiliencyEnabled?: boolean

Enables error resiliency feature

Memberof

Vp9VideoConfiguration

-
frameParallel?: boolean

Enable frame parallel decodability features

+
frameParallel?: boolean

Enable frame parallel decodability features

Memberof

Vp9VideoConfiguration

-
height?: number

Height of the encoded video in pixels

+
height?: number

Height of the encoded video in pixels

Memberof

VideoConfiguration

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
lagInFrames?: number

Number of frames to look ahead for alternate reference frame selection.

+
lagInFrames?: number

Number of frames to look ahead for alternate reference frame selection.

Memberof

Vp9VideoConfiguration

-
lossless?: boolean

Lossless mode

+
lossless?: boolean

Lossless mode

Memberof

Vp9VideoConfiguration

-
maxGop?: number

Maximum GOP length, the maximum distance between I-frames

+
maxGop?: number

Maximum GOP length, the maximum distance between I-frames

Memberof

Vp9VideoConfiguration

-
maxIntraRate?: number

Maximum I-frame bitrate (percentage) 0=unlimited

+
maxIntraRate?: number

Maximum I-frame bitrate (percentage) 0=unlimited

Memberof

Vp9VideoConfiguration

-
maxKeyframeInterval?: number

Maximum interval in seconds between key frames

+
maxKeyframeInterval?: number

Maximum interval in seconds between key frames

Memberof

Vp9VideoConfiguration

-
minGop?: number

Minimum GOP length, the minimum distance between I-frames.

+
minGop?: number

Minimum GOP length, the minimum distance between I-frames.

Memberof

Vp9VideoConfiguration

-
minKeyframeInterval?: number

Minimum interval in seconds between key frames

+
minKeyframeInterval?: number

Minimum interval in seconds between key frames

Memberof

Vp9VideoConfiguration

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
noiseSensitivity?: boolean

Enable noise sensitivity on Y channel

+
noiseSensitivity?: boolean

Enable noise sensitivity on Y channel

Memberof

Vp9VideoConfiguration

-
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

+
pixelFormat?: PixelFormat

Describes the color encoding, bit depth, and chroma subsampling of each pixel in the output image.

Memberof

VideoConfiguration

-
presetConfiguration?: PresetConfiguration

Choose from a set of preset configurations tailored for common use cases. Check out VP9 Presets to see which values get applied by each preset. Explicitly setting a property to a different value will override the preset's value for that property.

+
presetConfiguration?: PresetConfiguration

Choose from a set of preset configurations tailored for common use cases. Check out VP9 Presets to see which values get applied by each preset. Explicitly setting a property to a different value will override the preset's value for that property.

Memberof

Vp9VideoConfiguration

-
qpMax?: number

Maximum quantization factor.

+
qpMax?: number

Maximum quantization factor.

Memberof

Vp9VideoConfiguration

-
qpMin?: number

Minimum quantization factor.

+
qpMin?: number

Minimum quantization factor.

Memberof

Vp9VideoConfiguration

-
quality?: Vp9Quality

Memberof

Vp9VideoConfiguration

-
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

+
quality?: Vp9Quality

Memberof

Vp9VideoConfiguration

+
rate?: number

Target frame rate of the encoded video. Must be set for live encodings

Memberof

VideoConfiguration

-
rateOvershootPct?: number

Datarate overshoot (max) target (percentage).

+
rateOvershootPct?: number

Datarate overshoot (max) target (percentage).

Memberof

Vp9VideoConfiguration

-
rateUndershootPct?: number

Datarate undershoot (min) target (percentage).

+
rateUndershootPct?: number

Datarate undershoot (min) target (percentage).

Memberof

Vp9VideoConfiguration

-
rowMultiThreadingEnabled?: boolean

Enable row based non-deterministic multi-threading

+
rowMultiThreadingEnabled?: boolean

Enable row based non-deterministic multi-threading

Memberof

Vp9VideoConfiguration

-
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioDenominator?: number

The denominator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioNumerator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

+
sampleAspectRatioNumerator?: number

The numerator of the sample aspect ratio (also known as pixel aspect ratio). Must be set if sampleAspectRatioDenominator is set. If set then displayAspectRatio is not allowed.

Memberof

VideoConfiguration

-
sharpness?: number

Loop filter sharpness.

+
sharpness?: number

Loop filter sharpness.

Memberof

Vp9VideoConfiguration

-
staticThresh?: number

A change threshold on blocks below which they will be skipped by the encoder.

+
staticThresh?: number

A change threshold on blocks below which they will be skipped by the encoder.

Memberof

Vp9VideoConfiguration

-
targetLevel?: number

Target level (255: off, 0: only keep level stats; 10: level 1.0; 11: level 1.1; ... 62: level 6.2)

+
targetLevel?: number

Target level (255: off, 0: only keep level stats; 10: level 1.0; 11: level 1.1; ... 62: level 6.2)

Memberof

Vp9VideoConfiguration

-
tileColumns?: number

Number of tile columns to use, log2. Depending on the encoding width there are limitations on this value. The minimum values are 2 for width >= 1920 and 1 for width >= 1280. The minimum width of each tile is 256 pixels so the maximum values are 0 for width < 256, 1 for width < 512, 2 for width < 1024, 3 for width < 2048, 4 for width < 4096, 5 for width < 8192. If the value is too high or too low it will be overridden.

+
tileColumns?: number

Number of tile columns to use, log2. Depending on the encoding width there are limitations on this value. The minimum values are 2 for width >= 1920 and 1 for width >= 1280. The minimum width of each tile is 256 pixels so the maximum values are 0 for width < 256, 1 for width < 512, 2 for width < 1024, 3 for width < 2048, 4 for width < 4096, 5 for width < 8192. If the value is too high or too low it will be overridden.

Memberof

Vp9VideoConfiguration

-
tileRows?: number

Number of tile rows to use, log2.

+
tileRows?: number

Number of tile rows to use, log2.

Memberof

Vp9VideoConfiguration

-
type: CodecConfigType = CodecConfigType.VP9

Discriminator property for CodecConfiguration

+
type: CodecConfigType = CodecConfigType.VP9

Discriminator property for CodecConfiguration

Memberof

Vp9VideoConfiguration

-
width?: number

Width of the encoded video in pixels

+
width?: number

Width of the encoded video in pixels

Memberof

VideoConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/VttMediaInfo.html b/docs/classes/VttMediaInfo.html index d031c0e19..921f6f495 100644 --- a/docs/classes/VttMediaInfo.html +++ b/docs/classes/VttMediaInfo.html @@ -1,5 +1,5 @@ VttMediaInfo | @bitmovin/api-sdk

Export

VttMediaInfo

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

+

Constructors

Properties

assocLanguage?: string

Identifies a language that is associated with the Rendition.

Memberof

BasicMediaInfo

-
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

+
autoselect?: boolean

If set to true, the client MAY choose to play this Rendition in the absence of explicit user preference.

Memberof

BasicMediaInfo

-
characteristics?: string[]

Contains Uniform Type Identifiers

+
characteristics?: string[]

Contains Uniform Type Identifiers

Memberof

BasicMediaInfo

-
forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

+
forced?: boolean

A value of true indicates that the Rendition contains content which is considered essential to play.

Memberof

VttMediaInfo

-
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

+
groupId?: string

The value is a quoted-string which specifies the group to which the Rendition belongs. (required)

Memberof

BasicMediaInfo

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

+
isDefault?: boolean

If set to true, the client SHOULD play this Rendition of the content in the absence of information from the user.

Memberof

BasicMediaInfo

-
language?: string

Primary language in the rendition.

+
language?: string

Primary language in the rendition.

Memberof

BasicMediaInfo

-
name?: string

Human readable description of the rendition. (required)

+
name?: string

Human readable description of the rendition. (required)

Memberof

BasicMediaInfo

-
uri?: string

The URI of the Rendition (required)

+
uri?: string

The URI of the Rendition (required)

Memberof

VttMediaInfo

-
vttUrl?: string

The URL of the referenced VTT file (required)

+
vttUrl?: string

The URL of the referenced VTT file (required)

Memberof

VttMediaInfo

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WatchFolder.html b/docs/classes/WatchFolder.html index 34735a9be..8fb573c9d 100644 --- a/docs/classes/WatchFolder.html +++ b/docs/classes/WatchFolder.html @@ -1,5 +1,5 @@ WatchFolder | @bitmovin/api-sdk

Export

WatchFolder

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-

Memberof

WatchFolder

-
modifiedAt?: Date

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

+

Memberof

WatchFolder

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: WatchFolderOutput[]

Memberof

WatchFolder

-

The current status of the Watch Folder. The default value is STOPPED (required)

+
outputs?: WatchFolderOutput[]

Memberof

WatchFolder

+

The current status of the Watch Folder. The default value is STOPPED (required)

Memberof

WatchFolder

-
statusText?: string

A description text of the current status (required)

+
statusText?: string

A description text of the current status (required)

Memberof

WatchFolder

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WatchFolderInput.html b/docs/classes/WatchFolderInput.html index 6c47e70aa..3289ad58e 100644 --- a/docs/classes/WatchFolderInput.html +++ b/docs/classes/WatchFolderInput.html @@ -1,9 +1,9 @@ WatchFolderInput | @bitmovin/api-sdk

Class WatchFolderInput

Export

WatchFolderInput

-

Constructors

Constructors

Properties

Constructors

Properties

inputId?: string

Input id (required)

+

Constructors

Properties

inputId?: string

Input id (required)

Memberof

WatchFolderInput

-
inputPath?: string

Path of the directory to monitor (required)

+
inputPath?: string

Path of the directory to monitor (required)

Memberof

WatchFolderInput

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WatchFolderOutput.html b/docs/classes/WatchFolderOutput.html index 40a067768..2738382fa 100644 --- a/docs/classes/WatchFolderOutput.html +++ b/docs/classes/WatchFolderOutput.html @@ -1,9 +1,9 @@ WatchFolderOutput | @bitmovin/api-sdk

Class WatchFolderOutput

Export

WatchFolderOutput

-

Constructors

Constructors

Properties

Constructors

Properties

outputId?: string

Id of the corresponding output (required)

+

Constructors

Properties

outputId?: string

Id of the corresponding output (required)

Memberof

WatchFolderOutput

-
outputPath?: string

Subdirectory where to save the files to (required)

+
outputPath?: string

Subdirectory where to save the files to (required)

Memberof

WatchFolderOutput

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WatermarkFilter.html b/docs/classes/WatermarkFilter.html index 85f522202..b75447cc2 100644 --- a/docs/classes/WatermarkFilter.html +++ b/docs/classes/WatermarkFilter.html @@ -1,5 +1,5 @@ WatermarkFilter | @bitmovin/api-sdk

Export

WatermarkFilter

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

bottom?: number

Distance from the bottom edge of the input video to the bottom edge of the watermark image. May not be set if 'top' is set.

+

Constructors

Properties

bottom?: number

Distance from the bottom edge of the input video to the bottom edge of the watermark image. May not be set if 'top' is set.

Memberof

WatermarkFilter

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
image?: string

URL of the file to be used as watermark image. Supported image formats: PNG, JPEG, BMP, GIF (required)

+
image?: string

URL of the file to be used as watermark image. Supported image formats: PNG, JPEG, BMP, GIF (required)

Memberof

WatermarkFilter

-
left?: number

Distance from the left edge of the input video to the left edge of the watermark image. May not be set if 'right' is set.

+
left?: number

Distance from the left edge of the input video to the left edge of the watermark image. May not be set if 'right' is set.

Memberof

WatermarkFilter

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
right?: number

Distance from the right edge of the input video to the right edge of the watermark image . May not be set if 'left' is set.

+
right?: number

Distance from the right edge of the input video to the right edge of the watermark image . May not be set if 'left' is set.

Memberof

WatermarkFilter

-
top?: number

Distance from the top edge of the input video to the top edge of the watermark image. May not be set if 'bottom' is set.

+
top?: number

Distance from the top edge of the input video to the top edge of the watermark image. May not be set if 'bottom' is set.

Memberof

WatermarkFilter

-
type: FilterType = FilterType.WATERMARK

Discriminator property for Filter

+
type: FilterType = FilterType.WATERMARK

Discriminator property for Filter

Memberof

WatermarkFilter

-

Specifies if the values of 'left', 'right', 'top' and 'bottom' are interpreted as pixels or as a percentage of the input video's dimensions.

+

Specifies if the values of 'left', 'right', 'top' and 'bottom' are interpreted as pixels or as a percentage of the input video's dimensions.

Memberof

WatermarkFilter

-
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • AZURE_SPEECH_TO_CAPTIONS: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    AZURE_SPEECH_TO_CAPTIONS: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/WebVttConfiguration.html b/docs/classes/WebVttConfiguration.html index a1deef1da..6ef77309e 100644 --- a/docs/classes/WebVttConfiguration.html +++ b/docs/classes/WebVttConfiguration.html @@ -1,5 +1,5 @@ WebVttConfiguration | @bitmovin/api-sdk

Class WebVttConfiguration

Export

WebVttConfiguration

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

appendOptionalZeroHour?: boolean

If set to true, the hours section on webvtt timestamp values will explicitely have zeroes instead of being omitted for values where hours = 0.

+

Constructors

Properties

appendOptionalZeroHour?: boolean

If set to true, the hours section on webvtt timestamp values will explicitely have zeroes instead of being omitted for values where hours = 0.

Memberof

WebVttConfiguration

-
createdAt?: Date

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

+
createdAt?: Date

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

Memberof

BitmovinResource

-
cueIdentifierPolicy?: WebVttCueIdentifierPolicy

Memberof

WebVttConfiguration

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+
cueIdentifierPolicy?: WebVttCueIdentifierPolicy

Memberof

WebVttConfiguration

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoreRegion?: boolean

If set to true, the region information of the resulting webvtt file will be omitted. Defaults to false.

+
ignoreRegion?: boolean

If set to true, the region information of the resulting webvtt file will be omitted. Defaults to false.

Memberof

WebVttConfiguration

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
styling?: WebVttStyling

Memberof

WebVttConfiguration

-
type: CodecConfigType = CodecConfigType.WEBVTT

Discriminator property for CodecConfiguration

+
styling?: WebVttStyling

Memberof

WebVttConfiguration

+
type: CodecConfigType = CodecConfigType.WEBVTT

Discriminator property for CodecConfiguration

Memberof

WebVttConfiguration

-
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

  • AAC: string
  • AC3: string
  • AUDIO_PASSTHROUGH: string
  • AV1: string
  • DD: string
  • DDPLUS: string
  • DOLBY_ATMOS: string
  • DTS: string
  • DTSX: string
  • DTS_PASSTHROUGH: string
  • DVB_SUBTITLE: string
  • EAC3: string
  • H262: string
  • H264: string
  • H265: string
  • HE_AAC_V1: string
  • HE_AAC_V2: string
  • IMSC: string
  • MJPEG: string
  • MP2: string
  • MP3: string
  • OPUS: string
  • PCM: string
  • VORBIS: string
  • VP8: string
  • VP9: string
  • WEBVTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AAC: string;
    AC3: string;
    AUDIO_PASSTHROUGH: string;
    AV1: string;
    DD: string;
    DDPLUS: string;
    DOLBY_ATMOS: string;
    DTS: string;
    DTSX: string;
    DTS_PASSTHROUGH: string;
    DVB_SUBTITLE: string;
    EAC3: string;
    H262: string;
    H264: string;
    H265: string;
    HE_AAC_V1: string;
    HE_AAC_V2: string;
    IMSC: string;
    MJPEG: string;
    MP2: string;
    MP3: string;
    OPUS: string;
    PCM: string;
    VORBIS: string;
    VP8: string;
    VP9: string;
    WEBVTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/WebVttSidecarFile.html b/docs/classes/WebVttSidecarFile.html index ba2008e9e..04c376eb9 100644 --- a/docs/classes/WebVttSidecarFile.html +++ b/docs/classes/WebVttSidecarFile.html @@ -1,6 +1,6 @@ WebVttSidecarFile | @bitmovin/api-sdk

Class WebVttSidecarFile

An external WebVTT file that is added to an encoding. The size limit for a sidecar file is 10 MB

Export

WebVttSidecarFile

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
errorMode?: SidecarErrorMode

This defines how errors should be handled

+
errorMode?: SidecarErrorMode

This defines how errors should be handled

Memberof

SidecarFile

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
inputId?: string

Id of input (required)

+
inputId?: string

Id of input (required)

Memberof

SidecarFile

-
inputPath?: string

Path to sidecar file (required)

+
inputPath?: string

Path to sidecar file (required)

Memberof

SidecarFile

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

SidecarFile

-

Memberof

WebVttSidecarFile

-
type: WEB_VTT = SidecarFileType.WEB_VTT

Discriminator property for SidecarFile

+
outputs?: EncodingOutput[]

Memberof

SidecarFile

+

Memberof

WebVttSidecarFile

+
type: WEB_VTT = SidecarFileType.WEB_VTT

Discriminator property for SidecarFile

Memberof

WebVttSidecarFile

-
_discriminatorMapping: {
    WEB_VTT: string;
} = ...

Type declaration

  • WEB_VTT: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    WEB_VTT: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/WebVttSidecarFileSegmentation.html b/docs/classes/WebVttSidecarFileSegmentation.html index 1aa812020..8da769058 100644 --- a/docs/classes/WebVttSidecarFileSegmentation.html +++ b/docs/classes/WebVttSidecarFileSegmentation.html @@ -1,7 +1,7 @@ WebVttSidecarFileSegmentation | @bitmovin/api-sdk

Class WebVttSidecarFileSegmentation

The segmenting configuration for this WebVTT sidecar file. If this is set, the given vtt file will be chunked.

Export

WebVttSidecarFileSegmentation

-

Constructors

Constructors

Properties

Constructors

Properties

segmentLength?: number

The length of the WebVTT fragments in seconds (required)

+

Constructors

Properties

segmentLength?: number

The length of the WebVTT fragments in seconds (required)

Memberof

WebVttSidecarFileSegmentation

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WebVttStyling.html b/docs/classes/WebVttStyling.html index 388f2202b..832d83e00 100644 --- a/docs/classes/WebVttStyling.html +++ b/docs/classes/WebVttStyling.html @@ -1,5 +1,5 @@ WebVttStyling | @bitmovin/api-sdk

Export

WebVttStyling

-

Constructors

Constructors

Properties

Constructors

Properties

Memberof

WebVttStyling

-
\ No newline at end of file +

Constructors

Properties

Memberof

WebVttStyling

+
\ No newline at end of file diff --git a/docs/classes/Webhook.html b/docs/classes/Webhook.html index 5527a457d..9029042ce 100644 --- a/docs/classes/Webhook.html +++ b/docs/classes/Webhook.html @@ -1,5 +1,5 @@ Webhook | @bitmovin/api-sdk

Export

Webhook

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
insecureSsl?: boolean

Skip verification of the SSL certificate

+
insecureSsl?: boolean

Skip verification of the SSL certificate

Memberof

Webhook

-

HTTP method used for the webhook

+

HTTP method used for the webhook

Memberof

Webhook

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
schema?: any

JSON schema of the webhook payload

+
schema?: any

JSON schema of the webhook payload

Memberof

Webhook

-
signature?: WebhookSignature

Signature used for the webhook

+
signature?: WebhookSignature

Signature used for the webhook

Memberof

Webhook

-
url?: string

Webhook URL (required)

+
url?: string

Webhook URL (required)

Memberof

Webhook

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WebhookNotification.html b/docs/classes/WebhookNotification.html index 60a66998f..bd62005f1 100644 --- a/docs/classes/WebhookNotification.html +++ b/docs/classes/WebhookNotification.html @@ -1,5 +1,5 @@ WebhookNotification | @bitmovin/api-sdk

Class WebhookNotification

Export

WebhookNotification

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

category?: string

Memberof

Notification

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+

Constructors

Properties

category?: string

Memberof

Notification

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

-
eventType?: string

Memberof

Notification

-
id?: string

Id of the resource (required)

+
eventType?: string

Memberof

Notification

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
insecureSsl?: boolean

Skip verification of the SSL certificate

+
insecureSsl?: boolean

Skip verification of the SSL certificate

Memberof

WebhookNotification

-

HTTP method used for the webhook

+

HTTP method used for the webhook

Memberof

WebhookNotification

-
muted?: boolean

Memberof

Notification

-
resolve?: boolean

Notify when condition resolves after it was met

+
muted?: boolean

Memberof

Notification

+
resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

-
resourceId?: string

Specific resource, e.g. encoding id

+
resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

-
resourceType?: string

Memberof

Notification

-
signature?: WebhookSignature

Signature used for the webhook

+
resourceType?: string

Memberof

Notification

+
signature?: WebhookSignature

Signature used for the webhook

Memberof

WebhookNotification

-
triggeredAt?: Date

Last time the notification was triggered

+
triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

-
type?: string

Memberof

Notification

-
url?: string

The destination URL where the webhook data is send to (required)

+
type?: string

Memberof

Notification

+
url?: string

The destination URL where the webhook data is send to (required)

Memberof

WebhookNotification

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WebhookNotificationWithStreamConditions.html b/docs/classes/WebhookNotificationWithStreamConditions.html index 97687efd9..63ae57b9f 100644 --- a/docs/classes/WebhookNotificationWithStreamConditions.html +++ b/docs/classes/WebhookNotificationWithStreamConditions.html @@ -1,5 +1,5 @@ WebhookNotificationWithStreamConditions | @bitmovin/api-sdk

Class WebhookNotificationWithStreamConditions

Export

WebhookNotificationWithStreamConditions

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

category?: string

Memberof

Notification

-
conditions?: AbstractCondition

Memberof

WebhookNotificationWithStreamConditions

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+

Constructors

Properties

category?: string

Memberof

Notification

+
conditions?: AbstractCondition

Memberof

WebhookNotificationWithStreamConditions

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

-
eventType?: string

Memberof

Notification

-
id?: string

Id of the resource (required)

+
eventType?: string

Memberof

Notification

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
insecureSsl?: boolean

Skip verification of the SSL certificate

+
insecureSsl?: boolean

Skip verification of the SSL certificate

Memberof

WebhookNotification

-

HTTP method used for the webhook

+

HTTP method used for the webhook

Memberof

WebhookNotification

-
muted?: boolean

Memberof

Notification

-
resolve?: boolean

Notify when condition resolves after it was met

+
muted?: boolean

Memberof

Notification

+
resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

-
resourceId?: string

Specific resource, e.g. encoding id

+
resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

-
resourceType?: string

Memberof

Notification

-
signature?: WebhookSignature

Signature used for the webhook

+
resourceType?: string

Memberof

Notification

+
signature?: WebhookSignature

Signature used for the webhook

Memberof

WebhookNotification

-
triggeredAt?: Date

Last time the notification was triggered

+
triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

-
type?: string

Memberof

Notification

-
url?: string

The destination URL where the webhook data is send to (required)

+
type?: string

Memberof

Notification

+
url?: string

The destination URL where the webhook data is send to (required)

Memberof

WebhookNotification

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WebhookNotificationWithStreamConditionsRequest.html b/docs/classes/WebhookNotificationWithStreamConditionsRequest.html index 439062e92..eea5e5d40 100644 --- a/docs/classes/WebhookNotificationWithStreamConditionsRequest.html +++ b/docs/classes/WebhookNotificationWithStreamConditionsRequest.html @@ -1,5 +1,5 @@ WebhookNotificationWithStreamConditionsRequest | @bitmovin/api-sdk

Class WebhookNotificationWithStreamConditionsRequest

Export

WebhookNotificationWithStreamConditionsRequest

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

category?: string

Memberof

Notification

-
conditions?: AbstractCondition

Memberof

WebhookNotificationWithStreamConditionsRequest

-
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

+

Constructors

Properties

category?: string

Memberof

Notification

+
conditions?: AbstractCondition

Memberof

WebhookNotificationWithStreamConditionsRequest

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

Notification

-
eventType?: string

Memberof

Notification

-
id?: string

Id of the resource (required)

+
eventType?: string

Memberof

Notification

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
insecureSsl?: boolean

Skip verification of the SSL certificate

+
insecureSsl?: boolean

Skip verification of the SSL certificate

Memberof

WebhookNotification

-

HTTP method used for the webhook

+

HTTP method used for the webhook

Memberof

WebhookNotification

-
muted?: boolean

Memberof

Notification

-
resolve?: boolean

Notify when condition resolves after it was met

+
muted?: boolean

Memberof

Notification

+
resolve?: boolean

Notify when condition resolves after it was met

Memberof

Notification

-
resourceId?: string

Specific resource, e.g. encoding id

+
resourceId?: string

Specific resource, e.g. encoding id

Memberof

Notification

-
resourceType?: string

Memberof

Notification

-
signature?: WebhookSignature

Signature used for the webhook

+
resourceType?: string

Memberof

Notification

+
signature?: WebhookSignature

Signature used for the webhook

Memberof

WebhookNotification

-
triggeredAt?: Date

Last time the notification was triggered

+
triggeredAt?: Date

Last time the notification was triggered

Memberof

Notification

-
type?: string

Memberof

Notification

-
url?: string

The destination URL where the webhook data is send to (required)

+
type?: string

Memberof

Notification

+
url?: string

The destination URL where the webhook data is send to (required)

Memberof

WebhookNotification

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WebhookSignature.html b/docs/classes/WebhookSignature.html index 9f7f44cb9..078f83069 100644 --- a/docs/classes/WebhookSignature.html +++ b/docs/classes/WebhookSignature.html @@ -1,9 +1,9 @@ WebhookSignature | @bitmovin/api-sdk

Class WebhookSignature

Export

WebhookSignature

-

Constructors

Constructors

Properties

Constructors

Properties

key?: string

The key of the signature (required)

+

Constructors

Properties

key?: string

The key of the signature (required)

Memberof

WebhookSignature

-
type?: HMAC

The signature type used for the webhook. Selects one of the supported signatures. The signature is attached to the list of headers with the key Bitmovin-Signature. In case of the HMAC type the SHA512 hashing algorithm is used to generate an authentication code from the webhook body. (required)

+
type?: HMAC

The signature type used for the webhook. Selects one of the supported signatures. The signature is attached to the list of headers with the key Bitmovin-Signature. In case of the HMAC type the SHA512 hashing algorithm is used to generate an authentication code from the webhook body. (required)

Memberof

WebhookSignature

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/WebmMuxing.html b/docs/classes/WebmMuxing.html index d98d84575..958614105 100644 --- a/docs/classes/WebmMuxing.html +++ b/docs/classes/WebmMuxing.html @@ -1,5 +1,5 @@ WebmMuxing | @bitmovin/api-sdk

Export

WebmMuxing

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

+

Constructors

Properties

avgBitrate?: number

Average bitrate. Available after encoding finishes.

Memberof

Muxing

-
createdAt?: Date

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

+
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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

+
ignoredBy?: Ignoring[]

This read-only property is set during the analysis step of the encoding. If it contains items, the Muxing has been ignored during the encoding process according to its 'streamConditionsMode'

Memberof

Muxing

-
initSegmentName?: string

Init segment name

+
initSegmentName?: string

Init segment name

Memberof

WebmMuxing

-
initSegmentNameTemplate?: string

Segment naming policy containing a placeholder of the format '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the initSegmentName property. Intended to avoid re-use of segment names after restarting a live encoding. If initSegmentNameTemplate is set, initSegmentName must not be set.

+
initSegmentNameTemplate?: string

Segment naming policy containing a placeholder of the format '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the initSegmentName property. Intended to avoid re-use of segment names after restarting a live encoding. If initSegmentNameTemplate is set, initSegmentName must not be set.

Memberof

WebmMuxing

-
maxBitrate?: number

Max bitrate. Available after encoding finishes.

+
maxBitrate?: number

Max bitrate. Available after encoding finishes.

Memberof

Muxing

-
minBitrate?: number

Min bitrate. Available after encoding finishes.

+
minBitrate?: number

Min bitrate. Available after encoding finishes.

Memberof

Muxing

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Muxing

-
segmentLength?: number

Length of the fragments in seconds (required)

+
outputs?: EncodingOutput[]

Memberof

Muxing

+
segmentLength?: number

Length of the fragments in seconds (required)

Memberof

WebmMuxing

-
segmentNaming?: string

Segment naming policy

+
segmentNaming?: string

Segment naming policy

Memberof

WebmMuxing

-
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

+
segmentNamingTemplate?: string

Segment naming policy containing one or both of the following placeholders: - '{rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) on each (re)start of the encoding. The resulting string will be copied to the segmentNaming property. Intended to avoid re-use of segment names after restarting a live encoding. - '{segment_rand_chars:x}', which will be replaced by a random alphanumeric string of length x (default 32) for each different segment. This is intended to avoid guessing segment URLs by replacing segment numbers. If segmentNamingTemplate is set, segmentNaming must not be set.

Memberof

WebmMuxing

-
segmentsMuxed?: number

Number of segments which have been encoded

+
segmentsMuxed?: number

Number of segments which have been encoded

Memberof

WebmMuxing

-
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

+
streamConditionsMode?: StreamConditionsMode

Specifies how to proceed with the Muxing when some of its Streams are ignored (see 'condition' property of the Stream resource). The settings only make a difference for Muxings with more than one Stream. When retrieving the resource after the analysis step of the encoding has finished, 'ignoredBy' will indicate if and why it has been ignored.

Memberof

Muxing

-
streams?: MuxingStream[]

Memberof

Muxing

-
type: MuxingType = MuxingType.WEBM

Discriminator property for Muxing

+
streams?: MuxingStream[]

Memberof

Muxing

+
type: MuxingType = MuxingType.WEBM

Discriminator property for Muxing

Memberof

WebmMuxing

-
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

  • BROADCAST_TS: string
  • CHUNKED_TEXT: string
  • CMAF: string
  • FMP4: string
  • MP3: string
  • MP4: string
  • MXF: string
  • PACKED_AUDIO: string
  • PROGRESSIVE_MOV: string
  • PROGRESSIVE_TS: string
  • PROGRESSIVE_WAV: string
  • PROGRESSIVE_WEBM: string
  • SEGMENTED_RAW: string
  • TEXT: string
  • TS: string
  • WEBM: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    BROADCAST_TS: string;
    CHUNKED_TEXT: string;
    CMAF: string;
    FMP4: string;
    MP3: string;
    MP4: string;
    MXF: string;
    PACKED_AUDIO: string;
    PROGRESSIVE_MOV: string;
    PROGRESSIVE_TS: string;
    PROGRESSIVE_WAV: string;
    PROGRESSIVE_WEBM: string;
    SEGMENTED_RAW: string;
    TEXT: string;
    TS: string;
    WEBM: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/WidevineDrm.html b/docs/classes/WidevineDrm.html index 12f7ee448..e76edea86 100644 --- a/docs/classes/WidevineDrm.html +++ b/docs/classes/WidevineDrm.html @@ -1,5 +1,5 @@ WidevineDrm | @bitmovin/api-sdk

Export

WidevineDrm

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
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.

+
description?: string

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

Memberof

BitmovinResource

-
id?: string

Id of the resource (required)

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
key?: string

16 byte Encryption key, 32 hexadecimal characters (required)

+
key?: string

16 byte Encryption key, 32 hexadecimal characters (required)

Memberof

WidevineDrm

-
kid?: string

16 byte Key id, 32 hexadecimal characters (required)

+
kid?: string

16 byte Key id, 32 hexadecimal characters (required)

Memberof

WidevineDrm

-
modifiedAt?: Date

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

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
outputs?: EncodingOutput[]

Memberof

Drm

-
pssh?: string

Base 64 Encoded (required)

+
outputs?: EncodingOutput[]

Memberof

Drm

+
pssh?: string

Base 64 Encoded (required)

Memberof

WidevineDrm

-
type: DrmType = DrmType.WIDEVINE

Discriminator property for Drm

+
type: DrmType = DrmType.WIDEVINE

Discriminator property for Drm

Memberof

WidevineDrm

-
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

  • AES: string
  • CENC: string
  • CLEARKEY: string
  • FAIRPLAY: string
  • MARLIN: string
  • PLAYREADY: string
  • PRIMETIME: string
  • SPEKE: string
  • WIDEVINE: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AES: string;
    CENC: string;
    CLEARKEY: string;
    FAIRPLAY: string;
    MARLIN: string;
    PLAYREADY: string;
    PRIMETIME: string;
    SPEKE: string;
    WIDEVINE: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/XmlNamespace.html b/docs/classes/XmlNamespace.html index 50af1bec1..a5798c510 100644 --- a/docs/classes/XmlNamespace.html +++ b/docs/classes/XmlNamespace.html @@ -1,9 +1,9 @@ XmlNamespace | @bitmovin/api-sdk

Export

XmlNamespace

-

Constructors

Constructors

Properties

Constructors

Properties

prefix?: string

Name of the XML Namespace reference (required)

+

Constructors

Properties

prefix?: string

Name of the XML Namespace reference (required)

Memberof

XmlNamespace

-
uri?: string

Source of the XML Namespace reference (required)

+
uri?: string

Source of the XML Namespace reference (required)

Memberof

XmlNamespace

-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/ZixiInput.html b/docs/classes/ZixiInput.html index 017e83f6f..344746b9e 100644 --- a/docs/classes/ZixiInput.html +++ b/docs/classes/ZixiInput.html @@ -1,5 +1,5 @@ ZixiInput | @bitmovin/api-sdk

Export

ZixiInput

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

+

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.

+
customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

-
decryptionKey?: string

Memberof

ZixiInput

-
decryptionType?: string

Memberof

ZixiInput

-
description?: string

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

+
decryptionKey?: string

Memberof

ZixiInput

+
decryptionType?: string

Memberof

ZixiInput

+
description?: string

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

Memberof

BitmovinResource

-
host?: string

Memberof

ZixiInput

-
id?: string

Id of the resource (required)

+
host?: string

Memberof

ZixiInput

+
id?: string

Id of the resource (required)

Memberof

BitmovinResponse

-
latency?: number

Memberof

ZixiInput

-
minBitrate?: number

Memberof

ZixiInput

-
modifiedAt?: Date

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

+
latency?: number

Memberof

ZixiInput

+
minBitrate?: number

Memberof

ZixiInput

+
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.

+
name?: string

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

Memberof

BitmovinResource

-
password?: string

Memberof

ZixiInput

-
port?: number

Memberof

ZixiInput

-
stream?: string

Memberof

ZixiInput

-
type: InputType = InputType.ZIXI

Discriminator property for Input

+
password?: string

Memberof

ZixiInput

+
port?: number

Memberof

ZixiInput

+
stream?: string

Memberof

ZixiInput

+
type: InputType = InputType.ZIXI

Discriminator property for Input

Memberof

ZixiInput

-
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'
\ No newline at end of file +
_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

_discriminatorName: "type" = 'type'
\ No newline at end of file diff --git a/docs/classes/default.html b/docs/classes/default.html index e8968f2fc..50592e175 100644 --- a/docs/classes/default.html +++ b/docs/classes/default.html @@ -1,6 +1,6 @@ default | @bitmovin/api-sdk

BitmovinApi - object-oriented interface

Export

BitmovinApi

-

Hierarchy

  • BaseAPI
    • default

Constructors

Hierarchy

  • BaseAPI
    • default

Constructors

Properties

Constructors

Properties

account: default
analytics: default
encoding: default
general: default
notifications: default
player: default
restClient: RestClient
streams: default
\ No newline at end of file +

Constructors

Properties

account: default
analytics: default
encoding: default
general: default
notifications: default
player: default
restClient: RestClient
streams: default
\ No newline at end of file diff --git a/docs/enums/AacChannelLayout.html b/docs/enums/AacChannelLayout.html index 0f291ec03..825b49e02 100644 --- a/docs/enums/AacChannelLayout.html +++ b/docs/enums/AacChannelLayout.html @@ -1,4 +1,4 @@ -AacChannelLayout | @bitmovin/api-sdk

Enumeration AacChannelLayout

Export

Enumeration Members

CL_4_0 +AacChannelLayout | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CL_4_0: "4.0"
CL_5_0_BACK: "5.0_BACK"
CL_5_1_BACK: "5.1_BACK"
CL_7_1: "7.1"
CL_7_1_WIDE_BACK: "7.1_WIDE_BACK"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/Ac3ChannelLayout.html b/docs/enums/Ac3ChannelLayout.html index b69541e4c..aaa05be6b 100644 --- a/docs/enums/Ac3ChannelLayout.html +++ b/docs/enums/Ac3ChannelLayout.html @@ -1,4 +1,4 @@ -Ac3ChannelLayout | @bitmovin/api-sdk

Enumeration Ac3ChannelLayout

Export

Enumeration Members

CL_2_1 +Ac3ChannelLayout | @bitmovin/api-sdk

Enumeration Ac3ChannelLayout

Export

Enumeration Members

Enumeration Members

CL_2_1: "2.1"
CL_2_2: "2.2"
CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_0_BACK: "5.0_BACK"
CL_5_1: "5.1"
CL_5_1_BACK: "5.1_BACK"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file +

Enumeration Members

CL_2_1: "2.1"
CL_2_2: "2.2"
CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_0_BACK: "5.0_BACK"
CL_5_1: "5.1"
CL_5_1_BACK: "5.1_BACK"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/AclPermission.html b/docs/enums/AclPermission.html index ec1886811..8f0133d19 100644 --- a/docs/enums/AclPermission.html +++ b/docs/enums/AclPermission.html @@ -1,3 +1,3 @@ -AclPermission | @bitmovin/api-sdk

Enumeration AclPermission

Export

Enumeration Members

PRIVATE +AclPermission | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

PRIVATE: "PRIVATE"
PUBLIC_READ: "PUBLIC_READ"
\ No newline at end of file diff --git a/docs/enums/AdAnalyticsAttribute.html b/docs/enums/AdAnalyticsAttribute.html index 34213ef1c..bca0543d2 100644 --- a/docs/enums/AdAnalyticsAttribute.html +++ b/docs/enums/AdAnalyticsAttribute.html @@ -1,4 +1,4 @@ -AdAnalyticsAttribute | @bitmovin/api-sdk

Enumeration AdAnalyticsAttribute

Export

Enumeration Members

ADVERTISER_NAME +AdAnalyticsAttribute | @bitmovin/api-sdk

Enumeration AdAnalyticsAttribute

Export

Enumeration Members

ADVERTISER_NAME: "ADVERTISER_NAME"
AD_CLICKTHROUGH_URL: "AD_CLICKTHROUGH_URL"
AD_DESCRIPTION: "AD_DESCRIPTION"
AD_DURATION: "AD_DURATION"
AD_FALLBACK_INDEX: "AD_FALLBACK_INDEX"
AD_ID: "AD_ID"
AD_ID_PLAYER: "AD_ID_PLAYER"
AD_IMPRESSION_ID: "AD_IMPRESSION_ID"
AD_IS_PERSISTENT: "AD_IS_PERSISTENT"
AD_MODULE: "AD_MODULE"
AD_OFFSET: "AD_OFFSET"
AD_PLAYBACK_HEIGHT: "AD_PLAYBACK_HEIGHT"
AD_PLAYBACK_WIDTH: "AD_PLAYBACK_WIDTH"
AD_POD_POSITION: "AD_POD_POSITION"
AD_POSITION: "AD_POSITION"
AD_PRELOAD_OFFSET: "AD_PRELOAD_OFFSET"
AD_REPLACE_CONTENT_DURATION: "AD_REPLACE_CONTENT_DURATION"
AD_SCHEDULE_TIME: "AD_SCHEDULE_TIME"
AD_SKIPPABLE: "AD_SKIPPABLE"
AD_SKIP_AFTER: "AD_SKIP_AFTER"
AD_STARTUP_TIME: "AD_STARTUP_TIME"
AD_SYSTEM: "AD_SYSTEM"
AD_TAG_PATH: "AD_TAG_PATH"
AD_TAG_SERVER: "AD_TAG_SERVER"
AD_TAG_TYPE: "AD_TAG_TYPE"
AD_TAG_URL: "AD_TAG_URL"
AD_TITLE: "AD_TITLE"
AD_WRAPPER_ADS_COUNT: "AD_WRAPPER_ADS_COUNT"
ANALYTICS_VERSION: "ANALYTICS_VERSION"
API_FRAMEWORK: "API_FRAMEWORK"
AUDIO_BITRATE: "AUDIO_BITRATE"
AUDIO_CODEC: "AUDIO_CODEC"
AUTOPLAY: "AUTOPLAY"
BROWSER: "BROWSER"
BROWSER_VERSION_MAJOR: "BROWSER_VERSION_MAJOR"
CDN_PROVIDER: "CDN_PROVIDER"
CITY: "CITY"
CLICKED: "CLICKED"
CLICK_PERCENTAGE: "CLICK_PERCENTAGE"
CLICK_POSITION: "CLICK_POSITION"
CLIENT_TIME: "CLIENT_TIME"
CLOSED: "CLOSED"
CLOSE_PERCENTAGE: "CLOSE_PERCENTAGE"
CLOSE_POSITION: "CLOSE_POSITION"
COMPLETED: "COMPLETED"
COUNTRY: "COUNTRY"
CREATIVE_AD_ID: "CREATIVE_AD_ID"
CREATIVE_ID: "CREATIVE_ID"
CUSTOM_DATA_1: "CUSTOM_DATA_1"
CUSTOM_DATA_10: "CUSTOM_DATA_10"
CUSTOM_DATA_11: "CUSTOM_DATA_11"
CUSTOM_DATA_12: "CUSTOM_DATA_12"
CUSTOM_DATA_13: "CUSTOM_DATA_13"
CUSTOM_DATA_14: "CUSTOM_DATA_14"
CUSTOM_DATA_15: "CUSTOM_DATA_15"
CUSTOM_DATA_16: "CUSTOM_DATA_16"
CUSTOM_DATA_17: "CUSTOM_DATA_17"
CUSTOM_DATA_18: "CUSTOM_DATA_18"
CUSTOM_DATA_19: "CUSTOM_DATA_19"
CUSTOM_DATA_2: "CUSTOM_DATA_2"
CUSTOM_DATA_20: "CUSTOM_DATA_20"
CUSTOM_DATA_21: "CUSTOM_DATA_21"
CUSTOM_DATA_22: "CUSTOM_DATA_22"
CUSTOM_DATA_23: "CUSTOM_DATA_23"
CUSTOM_DATA_24: "CUSTOM_DATA_24"
CUSTOM_DATA_25: "CUSTOM_DATA_25"
CUSTOM_DATA_26: "CUSTOM_DATA_26"
CUSTOM_DATA_27: "CUSTOM_DATA_27"
CUSTOM_DATA_28: "CUSTOM_DATA_28"
CUSTOM_DATA_29: "CUSTOM_DATA_29"
CUSTOM_DATA_3: "CUSTOM_DATA_3"
CUSTOM_DATA_30: "CUSTOM_DATA_30"
CUSTOM_DATA_4: "CUSTOM_DATA_4"
CUSTOM_DATA_5: "CUSTOM_DATA_5"
CUSTOM_DATA_6: "CUSTOM_DATA_6"
CUSTOM_DATA_7: "CUSTOM_DATA_7"
CUSTOM_DATA_8: "CUSTOM_DATA_8"
CUSTOM_DATA_9: "CUSTOM_DATA_9"
CUSTOM_USER_ID: "CUSTOM_USER_ID"
DAY: "DAY"
DEAL_ID: "DEAL_ID"
DEVICE_CLASS: "DEVICE_CLASS"
DEVICE_TYPE: "DEVICE_TYPE"
DOMAIN: "DOMAIN"
ERROR_CODE: "ERROR_CODE"
ERROR_PERCENTAGE: "ERROR_PERCENTAGE"
ERROR_POSITION: "ERROR_POSITION"
EXIT_POSITION: "EXIT_POSITION"
EXPERIMENT_NAME: "EXPERIMENT_NAME"
HOUR: "HOUR"
IP_ADDRESS: "IP_ADDRESS"
ISP: "ISP"
IS_LINEAR: "IS_LINEAR"
LANGUAGE: "LANGUAGE"
LICENSE_KEY: "LICENSE_KEY"
MANIFEST_DOWNLOAD_TIME: "MANIFEST_DOWNLOAD_TIME"
MEDIA_PATH: "MEDIA_PATH"
MEDIA_SERVER: "MEDIA_SERVER"
MEDIA_URL: "MEDIA_URL"
MIDPOINT: "MIDPOINT"
MINUTE: "MINUTE"
MIN_SUGGESTED_DURATION: "MIN_SUGGESTED_DURATION"
MONTH: "MONTH"
OPERATINGSYSTEM: "OPERATINGSYSTEM"
OPERATINGSYSTEM_VERSION_MAJOR: "OPERATINGSYSTEM_VERSION_MAJOR"
PAGE_LOAD_TIME: "PAGE_LOAD_TIME"
PAGE_LOAD_TYPE: "PAGE_LOAD_TYPE"
PATH: "PATH"
PERCENTAGE_IN_VIEWPORT: "PERCENTAGE_IN_VIEWPORT"
PLATFORM: "PLATFORM"
PLAYER: "PLAYER"
PLAYER_KEY: "PLAYER_KEY"
PLAYER_STARTUPTIME: "PLAYER_STARTUPTIME"
PLAYER_TECH: "PLAYER_TECH"
PLAYER_VERSION: "PLAYER_VERSION"
PLAY_PERCENTAGE: "PLAY_PERCENTAGE"
QUARTILE_1: "QUARTILE_1"
QUARTILE_3: "QUARTILE_3"
REGION: "REGION"
SCALE_FACTOR: "SCALE_FACTOR"
SCREEN_HEIGHT: "SCREEN_HEIGHT"
SCREEN_ORIENTATION: "SCREEN_ORIENTATION"
SCREEN_WIDTH: "SCREEN_WIDTH"
SIZE: "SIZE"
SKIPPED: "SKIPPED"
SKIP_PERCENTAGE: "SKIP_PERCENTAGE"
SKIP_POSITION: "SKIP_POSITION"
STARTED: "STARTED"
STREAM_FORMAT: "STREAM_FORMAT"
SURVEY_URL: "SURVEY_URL"
TIME: "TIME"
TIME_IN_VIEWPORT: "TIME_IN_VIEWPORT"
TIME_PLAYED: "TIME_PLAYED"
UNIVERSAL_AD_ID_REGISTRY: "UNIVERSAL_AD_ID_REGISTRY"
UNIVERSAL_AD_ID_VALUE: "UNIVERSAL_AD_ID_VALUE"
USER_ID: "USER_ID"
VIDEO_BITRATE: "VIDEO_BITRATE"
VIDEO_CODEC: "VIDEO_CODEC"
VIDEO_ID: "VIDEO_ID"
VIDEO_IMPRESSION_ID: "VIDEO_IMPRESSION_ID"
VIDEO_TITLE: "VIDEO_TITLE"
VIDEO_WINDOW_HEIGHT: "VIDEO_WINDOW_HEIGHT"
VIDEO_WINDOW_WIDTH: "VIDEO_WINDOW_WIDTH"
\ No newline at end of file +

Enumeration Members

ADVERTISER_NAME: "ADVERTISER_NAME"
AD_CLICKTHROUGH_URL: "AD_CLICKTHROUGH_URL"
AD_DESCRIPTION: "AD_DESCRIPTION"
AD_DURATION: "AD_DURATION"
AD_FALLBACK_INDEX: "AD_FALLBACK_INDEX"
AD_ID: "AD_ID"
AD_ID_PLAYER: "AD_ID_PLAYER"
AD_IMPRESSION_ID: "AD_IMPRESSION_ID"
AD_IS_PERSISTENT: "AD_IS_PERSISTENT"
AD_MODULE: "AD_MODULE"
AD_OFFSET: "AD_OFFSET"
AD_PLAYBACK_HEIGHT: "AD_PLAYBACK_HEIGHT"
AD_PLAYBACK_WIDTH: "AD_PLAYBACK_WIDTH"
AD_POD_POSITION: "AD_POD_POSITION"
AD_POSITION: "AD_POSITION"
AD_PRELOAD_OFFSET: "AD_PRELOAD_OFFSET"
AD_REPLACE_CONTENT_DURATION: "AD_REPLACE_CONTENT_DURATION"
AD_SCHEDULE_TIME: "AD_SCHEDULE_TIME"
AD_SKIPPABLE: "AD_SKIPPABLE"
AD_SKIP_AFTER: "AD_SKIP_AFTER"
AD_STARTUP_TIME: "AD_STARTUP_TIME"
AD_SYSTEM: "AD_SYSTEM"
AD_TAG_PATH: "AD_TAG_PATH"
AD_TAG_SERVER: "AD_TAG_SERVER"
AD_TAG_TYPE: "AD_TAG_TYPE"
AD_TAG_URL: "AD_TAG_URL"
AD_TITLE: "AD_TITLE"
AD_WRAPPER_ADS_COUNT: "AD_WRAPPER_ADS_COUNT"
ANALYTICS_VERSION: "ANALYTICS_VERSION"
API_FRAMEWORK: "API_FRAMEWORK"
AUDIO_BITRATE: "AUDIO_BITRATE"
AUDIO_CODEC: "AUDIO_CODEC"
AUTOPLAY: "AUTOPLAY"
BROWSER: "BROWSER"
BROWSER_VERSION_MAJOR: "BROWSER_VERSION_MAJOR"
CDN_PROVIDER: "CDN_PROVIDER"
CITY: "CITY"
CLICKED: "CLICKED"
CLICK_PERCENTAGE: "CLICK_PERCENTAGE"
CLICK_POSITION: "CLICK_POSITION"
CLIENT_TIME: "CLIENT_TIME"
CLOSED: "CLOSED"
CLOSE_PERCENTAGE: "CLOSE_PERCENTAGE"
CLOSE_POSITION: "CLOSE_POSITION"
COMPLETED: "COMPLETED"
COUNTRY: "COUNTRY"
CREATIVE_AD_ID: "CREATIVE_AD_ID"
CREATIVE_ID: "CREATIVE_ID"
CUSTOM_DATA_1: "CUSTOM_DATA_1"
CUSTOM_DATA_10: "CUSTOM_DATA_10"
CUSTOM_DATA_11: "CUSTOM_DATA_11"
CUSTOM_DATA_12: "CUSTOM_DATA_12"
CUSTOM_DATA_13: "CUSTOM_DATA_13"
CUSTOM_DATA_14: "CUSTOM_DATA_14"
CUSTOM_DATA_15: "CUSTOM_DATA_15"
CUSTOM_DATA_16: "CUSTOM_DATA_16"
CUSTOM_DATA_17: "CUSTOM_DATA_17"
CUSTOM_DATA_18: "CUSTOM_DATA_18"
CUSTOM_DATA_19: "CUSTOM_DATA_19"
CUSTOM_DATA_2: "CUSTOM_DATA_2"
CUSTOM_DATA_20: "CUSTOM_DATA_20"
CUSTOM_DATA_21: "CUSTOM_DATA_21"
CUSTOM_DATA_22: "CUSTOM_DATA_22"
CUSTOM_DATA_23: "CUSTOM_DATA_23"
CUSTOM_DATA_24: "CUSTOM_DATA_24"
CUSTOM_DATA_25: "CUSTOM_DATA_25"
CUSTOM_DATA_26: "CUSTOM_DATA_26"
CUSTOM_DATA_27: "CUSTOM_DATA_27"
CUSTOM_DATA_28: "CUSTOM_DATA_28"
CUSTOM_DATA_29: "CUSTOM_DATA_29"
CUSTOM_DATA_3: "CUSTOM_DATA_3"
CUSTOM_DATA_30: "CUSTOM_DATA_30"
CUSTOM_DATA_4: "CUSTOM_DATA_4"
CUSTOM_DATA_5: "CUSTOM_DATA_5"
CUSTOM_DATA_6: "CUSTOM_DATA_6"
CUSTOM_DATA_7: "CUSTOM_DATA_7"
CUSTOM_DATA_8: "CUSTOM_DATA_8"
CUSTOM_DATA_9: "CUSTOM_DATA_9"
CUSTOM_USER_ID: "CUSTOM_USER_ID"
DAY: "DAY"
DEAL_ID: "DEAL_ID"
DEVICE_CLASS: "DEVICE_CLASS"
DEVICE_TYPE: "DEVICE_TYPE"
DOMAIN: "DOMAIN"
ERROR_CODE: "ERROR_CODE"
ERROR_PERCENTAGE: "ERROR_PERCENTAGE"
ERROR_POSITION: "ERROR_POSITION"
EXIT_POSITION: "EXIT_POSITION"
EXPERIMENT_NAME: "EXPERIMENT_NAME"
HOUR: "HOUR"
IP_ADDRESS: "IP_ADDRESS"
ISP: "ISP"
IS_LINEAR: "IS_LINEAR"
LANGUAGE: "LANGUAGE"
LICENSE_KEY: "LICENSE_KEY"
MANIFEST_DOWNLOAD_TIME: "MANIFEST_DOWNLOAD_TIME"
MEDIA_PATH: "MEDIA_PATH"
MEDIA_SERVER: "MEDIA_SERVER"
MEDIA_URL: "MEDIA_URL"
MIDPOINT: "MIDPOINT"
MINUTE: "MINUTE"
MIN_SUGGESTED_DURATION: "MIN_SUGGESTED_DURATION"
MONTH: "MONTH"
OPERATINGSYSTEM: "OPERATINGSYSTEM"
OPERATINGSYSTEM_VERSION_MAJOR: "OPERATINGSYSTEM_VERSION_MAJOR"
PAGE_LOAD_TIME: "PAGE_LOAD_TIME"
PAGE_LOAD_TYPE: "PAGE_LOAD_TYPE"
PATH: "PATH"
PERCENTAGE_IN_VIEWPORT: "PERCENTAGE_IN_VIEWPORT"
PLATFORM: "PLATFORM"
PLAYER: "PLAYER"
PLAYER_KEY: "PLAYER_KEY"
PLAYER_STARTUPTIME: "PLAYER_STARTUPTIME"
PLAYER_TECH: "PLAYER_TECH"
PLAYER_VERSION: "PLAYER_VERSION"
PLAY_PERCENTAGE: "PLAY_PERCENTAGE"
QUARTILE_1: "QUARTILE_1"
QUARTILE_3: "QUARTILE_3"
REGION: "REGION"
SCALE_FACTOR: "SCALE_FACTOR"
SCREEN_HEIGHT: "SCREEN_HEIGHT"
SCREEN_ORIENTATION: "SCREEN_ORIENTATION"
SCREEN_WIDTH: "SCREEN_WIDTH"
SIZE: "SIZE"
SKIPPED: "SKIPPED"
SKIP_PERCENTAGE: "SKIP_PERCENTAGE"
SKIP_POSITION: "SKIP_POSITION"
STARTED: "STARTED"
STREAM_FORMAT: "STREAM_FORMAT"
SURVEY_URL: "SURVEY_URL"
TIME: "TIME"
TIME_IN_VIEWPORT: "TIME_IN_VIEWPORT"
TIME_PLAYED: "TIME_PLAYED"
UNIVERSAL_AD_ID_REGISTRY: "UNIVERSAL_AD_ID_REGISTRY"
UNIVERSAL_AD_ID_VALUE: "UNIVERSAL_AD_ID_VALUE"
USER_ID: "USER_ID"
VIDEO_BITRATE: "VIDEO_BITRATE"
VIDEO_CODEC: "VIDEO_CODEC"
VIDEO_ID: "VIDEO_ID"
VIDEO_IMPRESSION_ID: "VIDEO_IMPRESSION_ID"
VIDEO_TITLE: "VIDEO_TITLE"
VIDEO_WINDOW_HEIGHT: "VIDEO_WINDOW_HEIGHT"
VIDEO_WINDOW_WIDTH: "VIDEO_WINDOW_WIDTH"
\ No newline at end of file diff --git a/docs/enums/AdaptationSetRole.html b/docs/enums/AdaptationSetRole.html index 0f62994de..3bf22257a 100644 --- a/docs/enums/AdaptationSetRole.html +++ b/docs/enums/AdaptationSetRole.html @@ -1,8 +1,8 @@ -AdaptationSetRole | @bitmovin/api-sdk

Enumeration AdaptationSetRole

Export

Enumeration Members

ALTERNATE +AdaptationSetRole | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ALTERNATE: "ALTERNATE"
CAPTION: "CAPTION"
COMMENTARY: "COMMENTARY"
DUB: "DUB"
MAIN: "MAIN"
SUBTITLE: "SUBTITLE"
SUPPLEMENTARY: "SUPPLEMENTARY"
\ No newline at end of file diff --git a/docs/enums/AdaptationSetType.html b/docs/enums/AdaptationSetType.html index 24dbb66a1..f89296fc7 100644 --- a/docs/enums/AdaptationSetType.html +++ b/docs/enums/AdaptationSetType.html @@ -1,5 +1,5 @@ -AdaptationSetType | @bitmovin/api-sdk

Enumeration AdaptationSetType

Export

Enumeration Members

AUDIO +AdaptationSetType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AUDIO: "AUDIO"
IMAGE: "IMAGE"
SUBTITLE: "SUBTITLE"
VIDEO: "VIDEO"
\ No newline at end of file diff --git a/docs/enums/AdaptiveQuantMode.html b/docs/enums/AdaptiveQuantMode.html index ddd2597ad..0e830c4c3 100644 --- a/docs/enums/AdaptiveQuantMode.html +++ b/docs/enums/AdaptiveQuantMode.html @@ -1,5 +1,5 @@ -AdaptiveQuantMode | @bitmovin/api-sdk

Enumeration AdaptiveQuantMode

Export

Enumeration Members

AUTO_VARIANCE +AdaptiveQuantMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AUTO_VARIANCE: "AUTO_VARIANCE"
AUTO_VARIANCE_DARK_SCENES: "AUTO_VARIANCE_DARK_SCENES"
DISABLED: "DISABLED"
VARIANCE: "VARIANCE"
\ No newline at end of file diff --git a/docs/enums/AesEncryptionMethod.html b/docs/enums/AesEncryptionMethod.html index e1dfbb6e3..ab73ae9d4 100644 --- a/docs/enums/AesEncryptionMethod.html +++ b/docs/enums/AesEncryptionMethod.html @@ -1,4 +1,4 @@ AesEncryptionMethod | @bitmovin/api-sdk

Enumeration AesEncryptionMethod

Detailed encryption method

-

Export

\ No newline at end of file +

Enumeration Members

AES_128: "AES_128"
SAMPLE_AES: "SAMPLE_AES"
\ No newline at end of file diff --git a/docs/enums/AkamaiCloudRegion.html b/docs/enums/AkamaiCloudRegion.html index f9418d3f4..d287ac99f 100644 --- a/docs/enums/AkamaiCloudRegion.html +++ b/docs/enums/AkamaiCloudRegion.html @@ -1,4 +1,4 @@ -AkamaiCloudRegion | @bitmovin/api-sdk

Enumeration AkamaiCloudRegion

Export

Enumeration Members

BR_GRU +AkamaiCloudRegion | @bitmovin/api-sdk

Enumeration AkamaiCloudRegion

Export

Enumeration Members

Enumeration Members

BR_GRU: "BR_GRU"
ES_MAD: "ES_MAD"
FR_PAR: "FR_PAR"
ID_CGK: "ID_CGK"
IN_MAA: "IN_MAA"
IT_MIL: "IT_MIL"
JP_OSA: "JP_OSA"
NL_AMS: "NL_AMS"
SE_STO: "SE_STO"
US_LAX: "US_LAX"
US_MIA: "US_MIA"
US_ORD: "US_ORD"
US_SEA: "US_SEA"
\ No newline at end of file +

Enumeration Members

BR_GRU: "BR_GRU"
ES_MAD: "ES_MAD"
FR_PAR: "FR_PAR"
ID_CGK: "ID_CGK"
IN_MAA: "IN_MAA"
IT_MIL: "IT_MIL"
JP_OSA: "JP_OSA"
NL_AMS: "NL_AMS"
SE_STO: "SE_STO"
US_LAX: "US_LAX"
US_MIA: "US_MIA"
US_ORD: "US_ORD"
US_SEA: "US_SEA"
\ No newline at end of file diff --git a/docs/enums/AkamaiMslStreamFormat.html b/docs/enums/AkamaiMslStreamFormat.html index ddf988916..3c78bd140 100644 --- a/docs/enums/AkamaiMslStreamFormat.html +++ b/docs/enums/AkamaiMslStreamFormat.html @@ -1,4 +1,4 @@ -AkamaiMslStreamFormat | @bitmovin/api-sdk

Enumeration AkamaiMslStreamFormat

Export

Enumeration Members

CMAF +AkamaiMslStreamFormat | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CMAF: "CMAF"
DASH: "DASH"
HLS: "HLS"
\ No newline at end of file diff --git a/docs/enums/AkamaiMslVersion.html b/docs/enums/AkamaiMslVersion.html index 3d4c68878..0f93a037c 100644 --- a/docs/enums/AkamaiMslVersion.html +++ b/docs/enums/AkamaiMslVersion.html @@ -1,2 +1,2 @@ -AkamaiMslVersion | @bitmovin/api-sdk

Enumeration AkamaiMslVersion

Export

Enumeration Members

Enumeration Members

MSL4: "MSL4"
\ No newline at end of file +AkamaiMslVersion | @bitmovin/api-sdk

Enumeration AkamaiMslVersion

Export

Enumeration Members

Enumeration Members

MSL4: "MSL4"
\ No newline at end of file diff --git a/docs/enums/AnalyticsAttribute.html b/docs/enums/AnalyticsAttribute.html index 7ee01ff69..cf1c1ee16 100644 --- a/docs/enums/AnalyticsAttribute.html +++ b/docs/enums/AnalyticsAttribute.html @@ -1,4 +1,4 @@ -AnalyticsAttribute | @bitmovin/api-sdk

Enumeration AnalyticsAttribute

Export

Enumeration Members

ACTIVE_PLAYER_STARTUPTIME +AnalyticsAttribute | @bitmovin/api-sdk

Enumeration AnalyticsAttribute

Export

Enumeration Members

ACTIVE_PLAYER_STARTUPTIME: "ACTIVE_PLAYER_STARTUPTIME"
AD: "AD"
ANALYTICS_VERSION: "ANALYTICS_VERSION"
AUDIO_BITRATE: "AUDIO_BITRATE"
AUDIO_CODEC: "AUDIO_CODEC"
AUTOPLAY: "AUTOPLAY"
BROWSER: "BROWSER"
BROWSER_IS_BOT: "BROWSER_IS_BOT"
BROWSER_VERSION_MAJOR: "BROWSER_VERSION_MAJOR"
BUFFERED: "BUFFERED"
CAST_TECH: "CAST_TECH"
CDN_PROVIDER: "CDN_PROVIDER"
CITY: "CITY"
CLIENT_TIME: "CLIENT_TIME"
COUNTRY: "COUNTRY"
CUSTOM_DATA_1: "CUSTOM_DATA_1"
CUSTOM_DATA_10: "CUSTOM_DATA_10"
CUSTOM_DATA_11: "CUSTOM_DATA_11"
CUSTOM_DATA_12: "CUSTOM_DATA_12"
CUSTOM_DATA_13: "CUSTOM_DATA_13"
CUSTOM_DATA_14: "CUSTOM_DATA_14"
CUSTOM_DATA_15: "CUSTOM_DATA_15"
CUSTOM_DATA_16: "CUSTOM_DATA_16"
CUSTOM_DATA_17: "CUSTOM_DATA_17"
CUSTOM_DATA_18: "CUSTOM_DATA_18"
CUSTOM_DATA_19: "CUSTOM_DATA_19"
CUSTOM_DATA_2: "CUSTOM_DATA_2"
CUSTOM_DATA_20: "CUSTOM_DATA_20"
CUSTOM_DATA_21: "CUSTOM_DATA_21"
CUSTOM_DATA_22: "CUSTOM_DATA_22"
CUSTOM_DATA_23: "CUSTOM_DATA_23"
CUSTOM_DATA_24: "CUSTOM_DATA_24"
CUSTOM_DATA_25: "CUSTOM_DATA_25"
CUSTOM_DATA_26: "CUSTOM_DATA_26"
CUSTOM_DATA_27: "CUSTOM_DATA_27"
CUSTOM_DATA_28: "CUSTOM_DATA_28"
CUSTOM_DATA_29: "CUSTOM_DATA_29"
CUSTOM_DATA_3: "CUSTOM_DATA_3"
CUSTOM_DATA_30: "CUSTOM_DATA_30"
CUSTOM_DATA_4: "CUSTOM_DATA_4"
CUSTOM_DATA_5: "CUSTOM_DATA_5"
CUSTOM_DATA_6: "CUSTOM_DATA_6"
CUSTOM_DATA_7: "CUSTOM_DATA_7"
CUSTOM_DATA_8: "CUSTOM_DATA_8"
CUSTOM_DATA_9: "CUSTOM_DATA_9"
CUSTOM_USER_ID: "CUSTOM_USER_ID"
DAY: "DAY"
DEVICE_CLASS: "DEVICE_CLASS"
DEVICE_TYPE: "DEVICE_TYPE"
DOMAIN: "DOMAIN"
DRM_LOAD_TIME: "DRM_LOAD_TIME"
DRM_TYPE: "DRM_TYPE"
DROPPED_FRAMES: "DROPPED_FRAMES"
DURATION: "DURATION"
ERROR_CODE: "ERROR_CODE"
ERROR_MESSAGE: "ERROR_MESSAGE"
ERROR_PERCENTAGE: "ERROR_PERCENTAGE"
ERROR_RATE: "ERROR_RATE"
EXPERIMENT_NAME: "EXPERIMENT_NAME"
FUNCTION: "FUNCTION"
HOUR: "HOUR"
IMPRESSION_ID: "IMPRESSION_ID"
INITIAL_TIME_TO_TARGET_LATENCY: "INITIAL_TIME_TO_TARGET_LATENCY"
IP_ADDRESS: "IP_ADDRESS"
ISP: "ISP"
IS_CASTING: "IS_CASTING"
IS_LIVE: "IS_LIVE"
IS_LOW_LATENCY: "IS_LOW_LATENCY"
IS_MUTED: "IS_MUTED"
LANGUAGE: "LANGUAGE"
LATENCY: "LATENCY"
LICENSE_KEY: "LICENSE_KEY"
M3U8_URL: "M3U8_URL"
MINUTE: "MINUTE"
MONTH: "MONTH"
MPD_URL: "MPD_URL"
OPERATINGSYSTEM: "OPERATINGSYSTEM"
OPERATINGSYSTEM_VERSION_MAJOR: "OPERATINGSYSTEM_VERSION_MAJOR"
PAGE_LOAD_TIME: "PAGE_LOAD_TIME"
PAGE_LOAD_TYPE: "PAGE_LOAD_TYPE"
PATH: "PATH"
PAUSED: "PAUSED"
PLATFORM: "PLATFORM"
PLAYED: "PLAYED"
PLAYER: "PLAYER"
PLAYER_KEY: "PLAYER_KEY"
PLAYER_STARTUPTIME: "PLAYER_STARTUPTIME"
PLAYER_TECH: "PLAYER_TECH"
PLAYER_VERSION: "PLAYER_VERSION"
PROG_URL: "PROG_URL"
REBUFFER_PERCENTAGE: "REBUFFER_PERCENTAGE"
REGION: "REGION"
SCALE_FACTOR: "SCALE_FACTOR"
SCREEN_HEIGHT: "SCREEN_HEIGHT"
SCREEN_ORIENTATION: "SCREEN_ORIENTATION"
SCREEN_WIDTH: "SCREEN_WIDTH"
SEEKED: "SEEKED"
SEQUENCE_NUMBER: "SEQUENCE_NUMBER"
SIZE: "SIZE"
STARTUPTIME: "STARTUPTIME"
STREAM_FORMAT: "STREAM_FORMAT"
SUPPORTED_VIDEO_CODECS: "SUPPORTED_VIDEO_CODECS"
TARGET_LATENCY: "TARGET_LATENCY"
TARGET_LATENCY_DELTA: "TARGET_LATENCY_DELTA"
TIME: "TIME"
TIME_TO_TARGET_LATENCY: "TIME_TO_TARGET_LATENCY"
USER_ID: "USER_ID"
VIDEOSTART_FAILED: "VIDEOSTART_FAILED"
VIDEOSTART_FAILED_REASON: "VIDEOSTART_FAILED_REASON"
VIDEOTIME_END: "VIDEOTIME_END"
VIDEOTIME_START: "VIDEOTIME_START"
VIDEO_BITRATE: "VIDEO_BITRATE"
VIDEO_CODEC: "VIDEO_CODEC"
VIDEO_DURATION: "VIDEO_DURATION"
VIDEO_ID: "VIDEO_ID"
VIDEO_PLAYBACK_HEIGHT: "VIDEO_PLAYBACK_HEIGHT"
VIDEO_PLAYBACK_WIDTH: "VIDEO_PLAYBACK_WIDTH"
VIDEO_STARTUPTIME: "VIDEO_STARTUPTIME"
VIDEO_TITLE: "VIDEO_TITLE"
VIDEO_WINDOW_HEIGHT: "VIDEO_WINDOW_HEIGHT"
VIDEO_WINDOW_WIDTH: "VIDEO_WINDOW_WIDTH"
VIEWTIME: "VIEWTIME"
\ No newline at end of file +

Enumeration Members

ACTIVE_PLAYER_STARTUPTIME: "ACTIVE_PLAYER_STARTUPTIME"
AD: "AD"
ANALYTICS_VERSION: "ANALYTICS_VERSION"
AUDIO_BITRATE: "AUDIO_BITRATE"
AUDIO_CODEC: "AUDIO_CODEC"
AUTOPLAY: "AUTOPLAY"
BROWSER: "BROWSER"
BROWSER_IS_BOT: "BROWSER_IS_BOT"
BROWSER_VERSION_MAJOR: "BROWSER_VERSION_MAJOR"
BUFFERED: "BUFFERED"
CAST_TECH: "CAST_TECH"
CDN_PROVIDER: "CDN_PROVIDER"
CITY: "CITY"
CLIENT_TIME: "CLIENT_TIME"
COUNTRY: "COUNTRY"
CUSTOM_DATA_1: "CUSTOM_DATA_1"
CUSTOM_DATA_10: "CUSTOM_DATA_10"
CUSTOM_DATA_11: "CUSTOM_DATA_11"
CUSTOM_DATA_12: "CUSTOM_DATA_12"
CUSTOM_DATA_13: "CUSTOM_DATA_13"
CUSTOM_DATA_14: "CUSTOM_DATA_14"
CUSTOM_DATA_15: "CUSTOM_DATA_15"
CUSTOM_DATA_16: "CUSTOM_DATA_16"
CUSTOM_DATA_17: "CUSTOM_DATA_17"
CUSTOM_DATA_18: "CUSTOM_DATA_18"
CUSTOM_DATA_19: "CUSTOM_DATA_19"
CUSTOM_DATA_2: "CUSTOM_DATA_2"
CUSTOM_DATA_20: "CUSTOM_DATA_20"
CUSTOM_DATA_21: "CUSTOM_DATA_21"
CUSTOM_DATA_22: "CUSTOM_DATA_22"
CUSTOM_DATA_23: "CUSTOM_DATA_23"
CUSTOM_DATA_24: "CUSTOM_DATA_24"
CUSTOM_DATA_25: "CUSTOM_DATA_25"
CUSTOM_DATA_26: "CUSTOM_DATA_26"
CUSTOM_DATA_27: "CUSTOM_DATA_27"
CUSTOM_DATA_28: "CUSTOM_DATA_28"
CUSTOM_DATA_29: "CUSTOM_DATA_29"
CUSTOM_DATA_3: "CUSTOM_DATA_3"
CUSTOM_DATA_30: "CUSTOM_DATA_30"
CUSTOM_DATA_4: "CUSTOM_DATA_4"
CUSTOM_DATA_5: "CUSTOM_DATA_5"
CUSTOM_DATA_6: "CUSTOM_DATA_6"
CUSTOM_DATA_7: "CUSTOM_DATA_7"
CUSTOM_DATA_8: "CUSTOM_DATA_8"
CUSTOM_DATA_9: "CUSTOM_DATA_9"
CUSTOM_USER_ID: "CUSTOM_USER_ID"
DAY: "DAY"
DEVICE_CLASS: "DEVICE_CLASS"
DEVICE_TYPE: "DEVICE_TYPE"
DOMAIN: "DOMAIN"
DRM_LOAD_TIME: "DRM_LOAD_TIME"
DRM_TYPE: "DRM_TYPE"
DROPPED_FRAMES: "DROPPED_FRAMES"
DURATION: "DURATION"
ERROR_CODE: "ERROR_CODE"
ERROR_MESSAGE: "ERROR_MESSAGE"
ERROR_PERCENTAGE: "ERROR_PERCENTAGE"
ERROR_RATE: "ERROR_RATE"
EXPERIMENT_NAME: "EXPERIMENT_NAME"
FUNCTION: "FUNCTION"
HOUR: "HOUR"
IMPRESSION_ID: "IMPRESSION_ID"
INITIAL_TIME_TO_TARGET_LATENCY: "INITIAL_TIME_TO_TARGET_LATENCY"
IP_ADDRESS: "IP_ADDRESS"
ISP: "ISP"
IS_CASTING: "IS_CASTING"
IS_LIVE: "IS_LIVE"
IS_LOW_LATENCY: "IS_LOW_LATENCY"
IS_MUTED: "IS_MUTED"
LANGUAGE: "LANGUAGE"
LATENCY: "LATENCY"
LICENSE_KEY: "LICENSE_KEY"
M3U8_URL: "M3U8_URL"
MINUTE: "MINUTE"
MONTH: "MONTH"
MPD_URL: "MPD_URL"
OPERATINGSYSTEM: "OPERATINGSYSTEM"
OPERATINGSYSTEM_VERSION_MAJOR: "OPERATINGSYSTEM_VERSION_MAJOR"
PAGE_LOAD_TIME: "PAGE_LOAD_TIME"
PAGE_LOAD_TYPE: "PAGE_LOAD_TYPE"
PATH: "PATH"
PAUSED: "PAUSED"
PLATFORM: "PLATFORM"
PLAYED: "PLAYED"
PLAYER: "PLAYER"
PLAYER_KEY: "PLAYER_KEY"
PLAYER_STARTUPTIME: "PLAYER_STARTUPTIME"
PLAYER_TECH: "PLAYER_TECH"
PLAYER_VERSION: "PLAYER_VERSION"
PROG_URL: "PROG_URL"
REBUFFER_PERCENTAGE: "REBUFFER_PERCENTAGE"
REGION: "REGION"
SCALE_FACTOR: "SCALE_FACTOR"
SCREEN_HEIGHT: "SCREEN_HEIGHT"
SCREEN_ORIENTATION: "SCREEN_ORIENTATION"
SCREEN_WIDTH: "SCREEN_WIDTH"
SEEKED: "SEEKED"
SEQUENCE_NUMBER: "SEQUENCE_NUMBER"
SIZE: "SIZE"
STARTUPTIME: "STARTUPTIME"
STREAM_FORMAT: "STREAM_FORMAT"
SUPPORTED_VIDEO_CODECS: "SUPPORTED_VIDEO_CODECS"
TARGET_LATENCY: "TARGET_LATENCY"
TARGET_LATENCY_DELTA: "TARGET_LATENCY_DELTA"
TIME: "TIME"
TIME_TO_TARGET_LATENCY: "TIME_TO_TARGET_LATENCY"
USER_ID: "USER_ID"
VIDEOSTART_FAILED: "VIDEOSTART_FAILED"
VIDEOSTART_FAILED_REASON: "VIDEOSTART_FAILED_REASON"
VIDEOTIME_END: "VIDEOTIME_END"
VIDEOTIME_START: "VIDEOTIME_START"
VIDEO_BITRATE: "VIDEO_BITRATE"
VIDEO_CODEC: "VIDEO_CODEC"
VIDEO_DURATION: "VIDEO_DURATION"
VIDEO_ID: "VIDEO_ID"
VIDEO_PLAYBACK_HEIGHT: "VIDEO_PLAYBACK_HEIGHT"
VIDEO_PLAYBACK_WIDTH: "VIDEO_PLAYBACK_WIDTH"
VIDEO_STARTUPTIME: "VIDEO_STARTUPTIME"
VIDEO_TITLE: "VIDEO_TITLE"
VIDEO_WINDOW_HEIGHT: "VIDEO_WINDOW_HEIGHT"
VIDEO_WINDOW_WIDTH: "VIDEO_WINDOW_WIDTH"
VIEWTIME: "VIEWTIME"
\ No newline at end of file diff --git a/docs/enums/AnalyticsExportFileFormat.html b/docs/enums/AnalyticsExportFileFormat.html index 0738ad92a..1226a569d 100644 --- a/docs/enums/AnalyticsExportFileFormat.html +++ b/docs/enums/AnalyticsExportFileFormat.html @@ -1,4 +1,4 @@ AnalyticsExportFileFormat | @bitmovin/api-sdk

Enumeration AnalyticsExportFileFormat

Analytics Export File Format

-

Export

\ No newline at end of file +

Enumeration Members

CSV: "CSV"
PARQUET: "PARQUET"
\ No newline at end of file diff --git a/docs/enums/AnalyticsExportStatus.html b/docs/enums/AnalyticsExportStatus.html index 629000477..e080b1f89 100644 --- a/docs/enums/AnalyticsExportStatus.html +++ b/docs/enums/AnalyticsExportStatus.html @@ -1,5 +1,5 @@ -AnalyticsExportStatus | @bitmovin/api-sdk

Enumeration AnalyticsExportStatus

Export

Enumeration Members

ERROR +AnalyticsExportStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ERROR: "ERROR"
FINISHED: "FINISHED"
QUEUED: "QUEUED"
STARTED: "STARTED"
\ No newline at end of file diff --git a/docs/enums/AnalyticsExportType.html b/docs/enums/AnalyticsExportType.html index aa6ac4553..cd3d7ee39 100644 --- a/docs/enums/AnalyticsExportType.html +++ b/docs/enums/AnalyticsExportType.html @@ -1,3 +1,3 @@ -AnalyticsExportType | @bitmovin/api-sdk

Enumeration AnalyticsExportType

Export

Enumeration Members

ADS +AnalyticsExportType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ADS: "ADS"
SESSIONS: "SESSIONS"
\ No newline at end of file diff --git a/docs/enums/AnalyticsHttpRequestType.html b/docs/enums/AnalyticsHttpRequestType.html index 3476b2c6b..b76a376ba 100644 --- a/docs/enums/AnalyticsHttpRequestType.html +++ b/docs/enums/AnalyticsHttpRequestType.html @@ -1,4 +1,4 @@ -AnalyticsHttpRequestType | @bitmovin/api-sdk

Enumeration AnalyticsHttpRequestType

Export

Enumeration Members

DRM_LICENSE_WIDEVINE_ +AnalyticsHttpRequestType | @bitmovin/api-sdk

Enumeration AnalyticsHttpRequestType

Export

Enumeration Members

DRM_LICENSE_WIDEVINE_: "DRM_LICENSE_WIDEVINE,"
KEY_HLS_AES_: "KEY_HLS_AES,"
MANIFEST_DASH_: "MANIFEST_DASH,"
MANIFEST_HLS_MASTER_: "MANIFEST_HLS_MASTER,"
MANIFEST_HLS_VARIANT_: "MANIFEST_HLS_VARIANT,"
MANIFEST_SMOOTH_: "MANIFEST_SMOOTH,"
MEDIA_AUDIO_: "MEDIA_AUDIO,"
MEDIA_PROGRESSIVE_: "MEDIA_PROGRESSIVE,"
MEDIA_SUBTITLES_: "MEDIA_SUBTITLES,"
MEDIA_THUMBNAILS_: "MEDIA_THUMBNAILS,"
MEDIA_VIDEO_: "MEDIA_VIDEO,"
UNKNOWN: "UNKNOWN"
\ No newline at end of file +

Enumeration Members

DRM_LICENSE_WIDEVINE_: "DRM_LICENSE_WIDEVINE,"
KEY_HLS_AES_: "KEY_HLS_AES,"
MANIFEST_DASH_: "MANIFEST_DASH,"
MANIFEST_HLS_MASTER_: "MANIFEST_HLS_MASTER,"
MANIFEST_HLS_VARIANT_: "MANIFEST_HLS_VARIANT,"
MANIFEST_SMOOTH_: "MANIFEST_SMOOTH,"
MEDIA_AUDIO_: "MEDIA_AUDIO,"
MEDIA_PROGRESSIVE_: "MEDIA_PROGRESSIVE,"
MEDIA_SUBTITLES_: "MEDIA_SUBTITLES,"
MEDIA_THUMBNAILS_: "MEDIA_THUMBNAILS,"
MEDIA_VIDEO_: "MEDIA_VIDEO,"
UNKNOWN: "UNKNOWN"
\ No newline at end of file diff --git a/docs/enums/AnalyticsInterval.html b/docs/enums/AnalyticsInterval.html index 78a7cbb3f..24acdf2cc 100644 --- a/docs/enums/AnalyticsInterval.html +++ b/docs/enums/AnalyticsInterval.html @@ -1,5 +1,5 @@ -AnalyticsInterval | @bitmovin/api-sdk

Enumeration AnalyticsInterval

Export

Enumeration Members

DAY +AnalyticsInterval | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DAY: "DAY"
HOUR: "HOUR"
MINUTE: "MINUTE"
MONTH: "MONTH"
\ No newline at end of file diff --git a/docs/enums/AnalyticsOrder.html b/docs/enums/AnalyticsOrder.html index 780281838..ea575b98f 100644 --- a/docs/enums/AnalyticsOrder.html +++ b/docs/enums/AnalyticsOrder.html @@ -1,3 +1,3 @@ -AnalyticsOrder | @bitmovin/api-sdk

Enumeration AnalyticsOrder

Export

Enumeration Members

ASC +AnalyticsOrder | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ASC: "ASC"
DESC: "DESC"
\ No newline at end of file diff --git a/docs/enums/AnalyticsOutputType.html b/docs/enums/AnalyticsOutputType.html index 9818bee96..e70b4f1db 100644 --- a/docs/enums/AnalyticsOutputType.html +++ b/docs/enums/AnalyticsOutputType.html @@ -1,4 +1,4 @@ -AnalyticsOutputType | @bitmovin/api-sdk

Enumeration AnalyticsOutputType

Export

Enumeration Members

AZURE +AnalyticsOutputType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AZURE: "AZURE"
GCS_SERVICE_ACCOUNT: "GCS_SERVICE_ACCOUNT"
S3_ROLE_BASED: "S3_ROLE_BASED"
\ No newline at end of file diff --git a/docs/enums/AnalyticsQueryOperator.html b/docs/enums/AnalyticsQueryOperator.html index b2aedeb34..6b52a2bed 100644 --- a/docs/enums/AnalyticsQueryOperator.html +++ b/docs/enums/AnalyticsQueryOperator.html @@ -1,4 +1,4 @@ -AnalyticsQueryOperator | @bitmovin/api-sdk

Enumeration AnalyticsQueryOperator

Export

Enumeration Members

CONTAINS +AnalyticsQueryOperator | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CONTAINS: "CONTAINS"
EQ: "EQ"
GT: "GT"
GTE: "GTE"
IN: "IN"
LT: "LT"
LTE: "LTE"
NE: "NE"
NOTCONTAINS: "NOTCONTAINS"
\ No newline at end of file diff --git a/docs/enums/AspectMode.html b/docs/enums/AspectMode.html index 93b9e78ab..d0cacb997 100644 --- a/docs/enums/AspectMode.html +++ b/docs/enums/AspectMode.html @@ -1,4 +1,4 @@ -AspectMode | @bitmovin/api-sdk

Enumeration AspectMode

Export

Enumeration Members

CROP +AspectMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CROP: "CROP"
PAD: "PAD"
STRETCH: "STRETCH"
\ No newline at end of file diff --git a/docs/enums/AudioMixChannelLayout.html b/docs/enums/AudioMixChannelLayout.html index f2771fa23..a8ebe56f6 100644 --- a/docs/enums/AudioMixChannelLayout.html +++ b/docs/enums/AudioMixChannelLayout.html @@ -1,5 +1,5 @@ AudioMixChannelLayout | @bitmovin/api-sdk

Enumeration AudioMixChannelLayout

Channel layout of this audio mix

-

Export

Enumeration Members

Export

Enumeration Members

Enumeration Members

CL_2_1: "2.1"
CL_2_2: "2.2"
CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_0_BACK: "5.0_BACK"
CL_5_1: "5.1"
CL_5_1_BACK: "5.1_BACK"
CL_6_0: "6.0"
CL_6_0_FRONT: "6.0_FRONT"
CL_6_1: "6.1"
CL_6_1_BACK: "6.1_BACK"
CL_6_1_FRONT: "6.1_FRONT"
CL_7_0: "7.0"
CL_7_0_FRONT: "7.0_FRONT"
CL_7_1: "7.1"
CL_7_1_WIDE: "7.1_WIDE"
CL_7_1_WIDE_BACK: "7.1_WIDE_BACK"
CL_HEXAGONAL: "HEXAGONAL"
CL_MONO: "MONO"
CL_OCTAGONAL: "OCTAGONAL"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_STEREO_DOWNMIX: "STEREO_DOWNMIX"
CL_SURROUND: "SURROUND"
NONE: "NONE"
\ No newline at end of file +

Enumeration Members

CL_2_1: "2.1"
CL_2_2: "2.2"
CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_0_BACK: "5.0_BACK"
CL_5_1: "5.1"
CL_5_1_BACK: "5.1_BACK"
CL_6_0: "6.0"
CL_6_0_FRONT: "6.0_FRONT"
CL_6_1: "6.1"
CL_6_1_BACK: "6.1_BACK"
CL_6_1_FRONT: "6.1_FRONT"
CL_7_0: "7.0"
CL_7_0_FRONT: "7.0_FRONT"
CL_7_1: "7.1"
CL_7_1_WIDE: "7.1_WIDE"
CL_7_1_WIDE_BACK: "7.1_WIDE_BACK"
CL_HEXAGONAL: "HEXAGONAL"
CL_MONO: "MONO"
CL_OCTAGONAL: "OCTAGONAL"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_STEREO_DOWNMIX: "STEREO_DOWNMIX"
CL_SURROUND: "SURROUND"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/AudioMixChannelType.html b/docs/enums/AudioMixChannelType.html index afb859727..456b83ec8 100644 --- a/docs/enums/AudioMixChannelType.html +++ b/docs/enums/AudioMixChannelType.html @@ -1,5 +1,5 @@ AudioMixChannelType | @bitmovin/api-sdk

Enumeration AudioMixChannelType

Type of this channel

-

Export

\ No newline at end of file +

Enumeration Members

BACK_LEFT: "BACK_LEFT"
BACK_RIGHT: "BACK_RIGHT"
CENTER: "CENTER"
CHANNEL_NUMBER: "CHANNEL_NUMBER"
FRONT_LEFT: "FRONT_LEFT"
FRONT_RIGHT: "FRONT_RIGHT"
LOW_FREQUENCY: "LOW_FREQUENCY"
SURROUND_LEFT: "SURROUND_LEFT"
SURROUND_RIGHT: "SURROUND_RIGHT"
\ No newline at end of file diff --git a/docs/enums/AudioMixInputChannelLayout.html b/docs/enums/AudioMixInputChannelLayout.html index 3caf3b079..373053192 100644 --- a/docs/enums/AudioMixInputChannelLayout.html +++ b/docs/enums/AudioMixInputChannelLayout.html @@ -1,4 +1,4 @@ -AudioMixInputChannelLayout | @bitmovin/api-sdk

Enumeration AudioMixInputChannelLayout

Export

Enumeration Members

CL_2_1 +AudioMixInputChannelLayout | @bitmovin/api-sdk

Enumeration AudioMixInputChannelLayout

Export

Enumeration Members

Enumeration Members

CL_2_1: "2.1"
CL_2_2: "2.2"
CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_0_BACK: "5.0_BACK"
CL_5_1: "5.1"
CL_5_1_BACK: "5.1_BACK"
CL_6_0: "6.0"
CL_6_0_FRONT: "6.0_FRONT"
CL_6_1: "6.1"
CL_6_1_BACK: "6.1_BACK"
CL_6_1_FRONT: "6.1_FRONT"
CL_7_0: "7.0"
CL_7_0_FRONT: "7.0_FRONT"
CL_7_1: "7.1"
CL_7_1_WIDE: "7.1_WIDE"
CL_7_1_WIDE_BACK: "7.1_WIDE_BACK"
CL_HEXAGONAL: "HEXAGONAL"
CL_OCTAGONAL: "OCTAGONAL"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_STEREO_DOWNMIX: "STEREO_DOWNMIX"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file +

Enumeration Members

CL_2_1: "2.1"
CL_2_2: "2.2"
CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_0_BACK: "5.0_BACK"
CL_5_1: "5.1"
CL_5_1_BACK: "5.1_BACK"
CL_6_0: "6.0"
CL_6_0_FRONT: "6.0_FRONT"
CL_6_1: "6.1"
CL_6_1_BACK: "6.1_BACK"
CL_6_1_FRONT: "6.1_FRONT"
CL_7_0: "7.0"
CL_7_0_FRONT: "7.0_FRONT"
CL_7_1: "7.1"
CL_7_1_WIDE: "7.1_WIDE"
CL_7_1_WIDE_BACK: "7.1_WIDE_BACK"
CL_HEXAGONAL: "HEXAGONAL"
CL_OCTAGONAL: "OCTAGONAL"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_STEREO_DOWNMIX: "STEREO_DOWNMIX"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/AudioMixSourceChannelType.html b/docs/enums/AudioMixSourceChannelType.html index 668b7bdf5..0e83b2cbc 100644 --- a/docs/enums/AudioMixSourceChannelType.html +++ b/docs/enums/AudioMixSourceChannelType.html @@ -1,5 +1,5 @@ AudioMixSourceChannelType | @bitmovin/api-sdk

Enumeration AudioMixSourceChannelType

Type of this source channel

-

Export

Enumeration Members

Export

Enumeration Members

BACK_LEFT: "BACK_LEFT"
BACK_RIGHT: "BACK_RIGHT"
CENTER: "CENTER"
CHANNEL_NUMBER: "CHANNEL_NUMBER"
FRONT_LEFT: "FRONT_LEFT"
FRONT_RIGHT: "FRONT_RIGHT"
LOW_FREQUENCY: "LOW_FREQUENCY"
SURROUND_LEFT: "SURROUND_LEFT"
SURROUND_RIGHT: "SURROUND_RIGHT"
\ No newline at end of file +

Enumeration Members

BACK_LEFT: "BACK_LEFT"
BACK_RIGHT: "BACK_RIGHT"
CENTER: "CENTER"
CHANNEL_NUMBER: "CHANNEL_NUMBER"
FRONT_LEFT: "FRONT_LEFT"
FRONT_RIGHT: "FRONT_RIGHT"
LOW_FREQUENCY: "LOW_FREQUENCY"
SURROUND_LEFT: "SURROUND_LEFT"
SURROUND_RIGHT: "SURROUND_RIGHT"
\ No newline at end of file diff --git a/docs/enums/AudioVideoSyncMode.html b/docs/enums/AudioVideoSyncMode.html index 6fff14c94..dc5c9ea24 100644 --- a/docs/enums/AudioVideoSyncMode.html +++ b/docs/enums/AudioVideoSyncMode.html @@ -1,4 +1,4 @@ -AudioVideoSyncMode | @bitmovin/api-sdk

Enumeration AudioVideoSyncMode

Export

Enumeration Members

RESYNC_AT_START +AudioVideoSyncMode | @bitmovin/api-sdk

Enumeration AudioVideoSyncMode

Export

Enumeration Members

RESYNC_AT_START: "RESYNC_AT_START"
RESYNC_AT_START_AND_END: "RESYNC_AT_START_AND_END"
STANDARD: "STANDARD"
\ No newline at end of file +

Enumeration Members

RESYNC_AT_START: "RESYNC_AT_START"
RESYNC_AT_START_AND_END: "RESYNC_AT_START_AND_END"
STANDARD: "STANDARD"
\ No newline at end of file diff --git a/docs/enums/AudioVolumeFormat.html b/docs/enums/AudioVolumeFormat.html index 393fb0e37..8a2d756ad 100644 --- a/docs/enums/AudioVolumeFormat.html +++ b/docs/enums/AudioVolumeFormat.html @@ -1,5 +1,5 @@ AudioVolumeFormat | @bitmovin/api-sdk

Enumeration AudioVolumeFormat

Audio volume format

-

Export

Enumeration Members

DBL +

Export

Enumeration Members

DBL DBLP FLT FLTP @@ -12,4 +12,4 @@ S64P U8 U8P -

Enumeration Members

DBL: "DBL"
DBLP: "DBLP"
FLT: "FLT"
FLTP: "FLTP"
NONE: "NONE"
S16: "S16"
S16P: "S16P"
S32: "S32"
S32P: "S32P"
S64: "S64"
S64P: "S64P"
U8: "U8"
U8P: "U8P"
\ No newline at end of file +

Enumeration Members

DBL: "DBL"
DBLP: "DBLP"
FLT: "FLT"
FLTP: "FLTP"
NONE: "NONE"
S16: "S16"
S16P: "S16P"
S32: "S32"
S32P: "S32P"
S64: "S64"
S64P: "S64P"
U8: "U8"
U8P: "U8P"
\ No newline at end of file diff --git a/docs/enums/AudioVolumeUnit.html b/docs/enums/AudioVolumeUnit.html index bf42062d1..bce1da916 100644 --- a/docs/enums/AudioVolumeUnit.html +++ b/docs/enums/AudioVolumeUnit.html @@ -1,4 +1,4 @@ AudioVolumeUnit | @bitmovin/api-sdk

Enumeration AudioVolumeUnit

The unit in which the audio volume should be changed

-

Export

\ No newline at end of file +

Enumeration Members

DB: "DB"
PERCENT: "PERCENT"
\ No newline at end of file diff --git a/docs/enums/AutoLevelSetup.html b/docs/enums/AutoLevelSetup.html index abf1bc621..672a28d2a 100644 --- a/docs/enums/AutoLevelSetup.html +++ b/docs/enums/AutoLevelSetup.html @@ -1,4 +1,4 @@ AutoLevelSetup | @bitmovin/api-sdk

Enumeration AutoLevelSetup

Enable/disable automatic calculation of level, maxBitrate, and bufsize based on the least level that satisfies maximum property values for picture resolution, frame rate, and bit rate.

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/Av1PresetConfiguration.html b/docs/enums/Av1PresetConfiguration.html index 8e460335a..b601c2c10 100644 --- a/docs/enums/Av1PresetConfiguration.html +++ b/docs/enums/Av1PresetConfiguration.html @@ -1,4 +1,4 @@ -Av1PresetConfiguration | @bitmovin/api-sdk

Enumeration Av1PresetConfiguration

Export

Enumeration Members

VOD_QUALITY +Av1PresetConfiguration | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

VOD_QUALITY: "VOD_QUALITY"
VOD_SPEED: "VOD_SPEED"
VOD_STANDARD: "VOD_STANDARD"
\ No newline at end of file diff --git a/docs/enums/AvailabilityStartTimeMode.html b/docs/enums/AvailabilityStartTimeMode.html index 578ab49e5..15bbff71f 100644 --- a/docs/enums/AvailabilityStartTimeMode.html +++ b/docs/enums/AvailabilityStartTimeMode.html @@ -1,3 +1,3 @@ -AvailabilityStartTimeMode | @bitmovin/api-sdk

Enumeration AvailabilityStartTimeMode

Export

Enumeration Members

ON_FIRST_SEGMENT +AvailabilityStartTimeMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ON_FIRST_SEGMENT: "ON_FIRST_SEGMENT"
ON_STREAM_INGEST: "ON_STREAM_INGEST"
\ No newline at end of file diff --git a/docs/enums/AwsCloudRegion.html b/docs/enums/AwsCloudRegion.html index ae72d7336..c49937904 100644 --- a/docs/enums/AwsCloudRegion.html +++ b/docs/enums/AwsCloudRegion.html @@ -1,4 +1,4 @@ -AwsCloudRegion | @bitmovin/api-sdk

Enumeration AwsCloudRegion

Export

Enumeration Members

AP_NORTHEAST_1 +AwsCloudRegion | @bitmovin/api-sdk

Enumeration AwsCloudRegion

Export

Enumeration Members

AP_NORTHEAST_1: "AP_NORTHEAST_1"
AP_NORTHEAST_2: "AP_NORTHEAST_2"
AP_SOUTHEAST_1: "AP_SOUTHEAST_1"
AP_SOUTHEAST_2: "AP_SOUTHEAST_2"
AP_SOUTH_1: "AP_SOUTH_1"
CA_CENTRAL_1: "CA_CENTRAL_1"
EU_CENTRAL_1: "EU_CENTRAL_1"
EU_NORTH_1: "EU_NORTH_1"
EU_WEST_1: "EU_WEST_1"
EU_WEST_2: "EU_WEST_2"
EU_WEST_3: "EU_WEST_3"
SA_EAST_1: "SA_EAST_1"
US_EAST_1: "US_EAST_1"
US_EAST_2: "US_EAST_2"
US_WEST_1: "US_WEST_1"
US_WEST_2: "US_WEST_2"
\ No newline at end of file +

Enumeration Members

AP_NORTHEAST_1: "AP_NORTHEAST_1"
AP_NORTHEAST_2: "AP_NORTHEAST_2"
AP_SOUTHEAST_1: "AP_SOUTHEAST_1"
AP_SOUTHEAST_2: "AP_SOUTHEAST_2"
AP_SOUTH_1: "AP_SOUTH_1"
CA_CENTRAL_1: "CA_CENTRAL_1"
EU_CENTRAL_1: "EU_CENTRAL_1"
EU_NORTH_1: "EU_NORTH_1"
EU_WEST_1: "EU_WEST_1"
EU_WEST_2: "EU_WEST_2"
EU_WEST_3: "EU_WEST_3"
SA_EAST_1: "SA_EAST_1"
US_EAST_1: "US_EAST_1"
US_EAST_2: "US_EAST_2"
US_WEST_1: "US_WEST_1"
US_WEST_2: "US_WEST_2"
\ No newline at end of file diff --git a/docs/enums/AzureCloudRegion.html b/docs/enums/AzureCloudRegion.html index 4268ce93c..4aef833ca 100644 --- a/docs/enums/AzureCloudRegion.html +++ b/docs/enums/AzureCloudRegion.html @@ -1,4 +1,4 @@ -AzureCloudRegion | @bitmovin/api-sdk

Enumeration AzureCloudRegion

Export

Enumeration Members

ASIA_EAST +AzureCloudRegion | @bitmovin/api-sdk

Enumeration AzureCloudRegion

Export

Enumeration Members

ASIA_EAST: "ASIA_EAST"
ASIA_SOUTHEAST: "ASIA_SOUTHEAST"
AUSTRALIA_EAST: "AUSTRALIA_EAST"
AUSTRALIA_SOUTHEAST: "AUSTRALIA_SOUTHEAST"
BRAZIL_SOUTH: "BRAZIL_SOUTH"
CANADA_CENTRAL: "CANADA_CENTRAL"
EUROPE_NORTH: "EUROPE_NORTH"
EUROPE_WEST: "EUROPE_WEST"
FRANCE_CENTRAL: "FRANCE_CENTRAL"
GERMANY_WESTCENTRAL: "GERMANY_WESTCENTRAL"
INDIA_CENTRAL: "INDIA_CENTRAL"
INDIA_SOUTH: "INDIA_SOUTH"
JAPAN_EAST: "JAPAN_EAST"
JAPAN_WEST: "JAPAN_WEST"
KOREA_CENTRAL: "KOREA_CENTRAL"
UAE_NORTH: "UAE_NORTH"
UK_SOUTH: "UK_SOUTH"
US_CENTRAL: "US_CENTRAL"
US_EAST: "US_EAST"
US_EAST2: "US_EAST2"
US_NORTH_CENTRAL: "US_NORTH_CENTRAL"
US_SOUTH_CENTRAL: "US_SOUTH_CENTRAL"
US_WEST: "US_WEST"
US_WEST2: "US_WEST2"
\ No newline at end of file +

Enumeration Members

ASIA_EAST: "ASIA_EAST"
ASIA_SOUTHEAST: "ASIA_SOUTHEAST"
AUSTRALIA_EAST: "AUSTRALIA_EAST"
AUSTRALIA_SOUTHEAST: "AUSTRALIA_SOUTHEAST"
BRAZIL_SOUTH: "BRAZIL_SOUTH"
CANADA_CENTRAL: "CANADA_CENTRAL"
EUROPE_NORTH: "EUROPE_NORTH"
EUROPE_WEST: "EUROPE_WEST"
FRANCE_CENTRAL: "FRANCE_CENTRAL"
GERMANY_WESTCENTRAL: "GERMANY_WESTCENTRAL"
INDIA_CENTRAL: "INDIA_CENTRAL"
INDIA_SOUTH: "INDIA_SOUTH"
JAPAN_EAST: "JAPAN_EAST"
JAPAN_WEST: "JAPAN_WEST"
KOREA_CENTRAL: "KOREA_CENTRAL"
UAE_NORTH: "UAE_NORTH"
UK_SOUTH: "UK_SOUTH"
US_CENTRAL: "US_CENTRAL"
US_EAST: "US_EAST"
US_EAST2: "US_EAST2"
US_NORTH_CENTRAL: "US_NORTH_CENTRAL"
US_SOUTH_CENTRAL: "US_SOUTH_CENTRAL"
US_WEST: "US_WEST"
US_WEST2: "US_WEST2"
\ No newline at end of file diff --git a/docs/enums/AzureSpeechToCaptionsProfanity.html b/docs/enums/AzureSpeechToCaptionsProfanity.html index 244ad73b5..44f911bca 100644 --- a/docs/enums/AzureSpeechToCaptionsProfanity.html +++ b/docs/enums/AzureSpeechToCaptionsProfanity.html @@ -1,4 +1,4 @@ -AzureSpeechToCaptionsProfanity | @bitmovin/api-sdk

Enumeration AzureSpeechToCaptionsProfanity

Export

Enumeration Members

MASKED +AzureSpeechToCaptionsProfanity | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MASKED: "MASKED"
RAW: "RAW"
REMOVED: "REMOVED"
\ No newline at end of file diff --git a/docs/enums/BAdapt.html b/docs/enums/BAdapt.html index 96872b260..9c11121bb 100644 --- a/docs/enums/BAdapt.html +++ b/docs/enums/BAdapt.html @@ -1,4 +1,4 @@ -BAdapt | @bitmovin/api-sdk

Enumeration BAdapt

Export

Enumeration Members

FAST +BAdapt | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

FAST: "FAST"
FULL: "FULL"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/BitrateSelectionMode.html b/docs/enums/BitrateSelectionMode.html index 54be6c6ef..91a2d19fa 100644 --- a/docs/enums/BitrateSelectionMode.html +++ b/docs/enums/BitrateSelectionMode.html @@ -1,3 +1,3 @@ -BitrateSelectionMode | @bitmovin/api-sdk

Enumeration BitrateSelectionMode

Export

Enumeration Members

COMPLEXITY_RANGE +BitrateSelectionMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

COMPLEXITY_RANGE: "COMPLEXITY_RANGE"
OPTIMIZED: "OPTIMIZED"
\ No newline at end of file diff --git a/docs/enums/CaptionCharacterEncoding.html b/docs/enums/CaptionCharacterEncoding.html index 0b11ad521..475509ba2 100644 --- a/docs/enums/CaptionCharacterEncoding.html +++ b/docs/enums/CaptionCharacterEncoding.html @@ -1,5 +1,5 @@ CaptionCharacterEncoding | @bitmovin/api-sdk

Enumeration CaptionCharacterEncoding

Character encoding of the SRT file

-

Export

Enumeration Members

Export

Enumeration Members

Enumeration Members

ANSI_X3_4_1968: "ANSI_X3.4-1968"
ANSI_X3_4_1986: "ANSI_X3.4-1986"
ARABIC: "ARABIC"
ARMSCII_8: "ARMSCII-8"
ASCII: "ASCII"
ASMO_708: "ASMO-708"
BIG5: "BIG5"
BIG5HKSCS: "BIG5HKSCS"
BIG5_HKSCS: "BIG5-HKSCS"
BIG5_HKSCS_1999: "BIG5-HKSCS:1999"
BIG5_HKSCS_2001: "BIG5-HKSCS:2001"
BIG5_HKSCS_2004: "BIG5-HKSCS:2004"
BIG5_HKSCS_2008: "BIG5-HKSCS:2008"
BIGFIVE: "BIGFIVE"
BIG_5: "BIG-5"
BIG_FIVE: "BIG-FIVE"
C99: "C99"
CHAR: "CHAR"
CHINESE: "CHINESE"
CN: "CN"
CN_BIG5: "CN-BIG5"
CN_GB: "CN-GB"
CN_GB_ISOIR165: "CN-GB-ISOIR165"
CP1131: "CP1131"
CP1133: "CP1133"
CP1250: "CP1250"
CP1251: "CP1251"
CP1252: "CP1252"
CP1253: "CP1253"
CP1254: "CP1254"
CP1255: "CP1255"
CP1256: "CP1256"
CP1257: "CP1257"
CP1258: "CP1258"
CP1361: "CP1361"
CP154: "CP154"
CP367: "CP367"
CP819: "CP819"
CP850: "CP850"
CP862: "CP862"
CP866: "CP866"
CP874: "CP874"
CP932: "CP932"
CP936: "CP936"
CP949: "CP949"
CP950: "CP950"
CSASCII: "CSASCII"
CSBIG5: "CSBIG5"
CSEUCKR: "CSEUCKR"
CSEUCPKDFMTJAPANESE: "CSEUCPKDFMTJAPANESE"
CSEUCTW: "CSEUCTW"
CSGB2312: "CSGB2312"
CSHALFWIDTHKATAKANA: "CSHALFWIDTHKATAKANA"
CSHPROMAN8: "CSHPROMAN8"
CSIBM866: "CSIBM866"
CSISO14JISC6220RO: "CSISO14JISC6220RO"
CSISO159JISX02121990: "CSISO159JISX02121990"
CSISO2022CN: "CSISO2022CN"
CSISO2022JP: "CSISO2022JP"
CSISO2022JP2: "CSISO2022JP2"
CSISO2022KR: "CSISO2022KR"
CSISO57GB1988: "CSISO57GB1988"
CSISO58GB231280: "CSISO58GB231280"
CSISO87JISX0208: "CSISO87JISX0208"
CSISOLATIN1: "CSISOLATIN1"
CSISOLATIN2: "CSISOLATIN2"
CSISOLATIN3: "CSISOLATIN3"
CSISOLATIN4: "CSISOLATIN4"
CSISOLATIN5: "CSISOLATIN5"
CSISOLATIN6: "CSISOLATIN6"
CSISOLATINARABIC: "CSISOLATINARABIC"
CSISOLATINCYRILLIC: "CSISOLATINCYRILLIC"
CSISOLATINGREEK: "CSISOLATINGREEK"
CSISOLATINHEBREW: "CSISOLATINHEBREW"
CSKOI8R: "CSKOI8R"
CSKSC56011987: "CSKSC56011987"
CSKZ1048: "CSKZ1048"
CSMACINTOSH: "CSMACINTOSH"
CSPC850MULTILINGUAL: "CSPC850MULTILINGUAL"
CSPC862LATINHEBREW: "CSPC862LATINHEBREW"
CSPTCP154: "CSPTCP154"
CSSHIFTJIS: "CSSHIFTJIS"
CSUCS4: "CSUCS4"
CSUNICODE: "CSUNICODE"
CSUNICODE11: "CSUNICODE11"
CSUNICODE11UTF7: "CSUNICODE11UTF7"
CSVISCII: "CSVISCII"
CYRILLIC: "CYRILLIC"
CYRILLIC_ASIAN: "CYRILLIC-ASIAN"
ECMA_114: "ECMA-114"
ECMA_118: "ECMA-118"
ELOT_928: "ELOT_928"
EUCCN: "EUCCN"
EUCJP: "EUCJP"
EUCKR: "EUCKR"
EUCTW: "EUCTW"
EUC_CN: "EUC-CN"
EUC_JP: "EUC-JP"
EUC_KR: "EUC-KR"
EUC_TW: "EUC-TW"
EXTENDED_UNIX_CODE_PACKED_FORMAT_FOR_JAPANESE: "EXTENDED_UNIX_CODE_PACKED_FORMAT_FOR_JAPANESE"
GB18030: "GB18030"
GB2312: "GB2312"
GBK: "GBK"
GB_1988_80: "GB_1988-80"
GB_2312_80: "GB_2312-80"
GEORGIAN_ACADEMY: "GEORGIAN-ACADEMY"
GEORGIAN_PS: "GEORGIAN-PS"
GREEK: "GREEK"
GREEK8: "GREEK8"
HEBREW: "HEBREW"
HP_ROMAN8: "HP-ROMAN8"
HZ: "HZ"
HZ_GB_2312: "HZ-GB-2312"
IBM367: "IBM367"
IBM819: "IBM819"
IBM850: "IBM850"
IBM862: "IBM862"
IBM866: "IBM866"
IBM_CP1133: "IBM-CP1133"
ISO646_CN: "ISO646-CN"
ISO646_JP: "ISO646-JP"
ISO646_US: "ISO646-US"
ISO8859_1: "ISO8859-1"
ISO8859_10: "ISO8859-10"
ISO8859_11: "ISO8859-11"
ISO8859_13: "ISO8859-13"
ISO8859_14: "ISO8859-14"
ISO8859_15: "ISO8859-15"
ISO8859_16: "ISO8859-16"
ISO8859_2: "ISO8859-2"
ISO8859_3: "ISO8859-3"
ISO8859_4: "ISO8859-4"
ISO8859_5: "ISO8859-5"
ISO8859_6: "ISO8859-6"
ISO8859_7: "ISO8859-7"
ISO8859_8: "ISO8859-8"
ISO8859_9: "ISO8859-9"
ISO_10646_UCS_2: "ISO-10646-UCS-2"
ISO_10646_UCS_4: "ISO-10646-UCS-4"
ISO_2022_CN: "ISO-2022-CN"
ISO_2022_CN_EXT: "ISO-2022-CN-EXT"
ISO_2022_JP: "ISO-2022-JP"
ISO_2022_JP_1: "ISO-2022-JP-1"
ISO_2022_JP_2: "ISO-2022-JP-2"
ISO_2022_KR: "ISO-2022-KR"
ISO_646_IRV_1991: "ISO_646.IRV:1991"
ISO_8859_1: "ISO-8859-1"
ISO_8859_10: "ISO-8859-10"
ISO_8859_10_1992: "ISO_8859-10:1992"
ISO_8859_11: "ISO-8859-11"
ISO_8859_13: "ISO-8859-13"
ISO_8859_14: "ISO-8859-14"
ISO_8859_14_1998: "ISO_8859-14:1998"
ISO_8859_15: "ISO-8859-15"
ISO_8859_15_1998: "ISO_8859-15:1998"
ISO_8859_16: "ISO-8859-16"
ISO_8859_16_2001: "ISO_8859-16:2001"
ISO_8859_1_1987: "ISO_8859-1:1987"
ISO_8859_2: "ISO-8859-2"
ISO_8859_2_1987: "ISO_8859-2:1987"
ISO_8859_3: "ISO-8859-3"
ISO_8859_3_1988: "ISO_8859-3:1988"
ISO_8859_4: "ISO-8859-4"
ISO_8859_4_1988: "ISO_8859-4:1988"
ISO_8859_5: "ISO-8859-5"
ISO_8859_5_1988: "ISO_8859-5:1988"
ISO_8859_6: "ISO-8859-6"
ISO_8859_6_1987: "ISO_8859-6:1987"
ISO_8859_7: "ISO-8859-7"
ISO_8859_7_1987: "ISO_8859-7:1987"
ISO_8859_7_2003: "ISO_8859-7:2003"
ISO_8859_8: "ISO-8859-8"
ISO_8859_8_1988: "ISO_8859-8:1988"
ISO_8859_9: "ISO-8859-9"
ISO_8859_9_1989: "ISO_8859-9:1989"
ISO_CELTIC: "ISO-CELTIC"
ISO_IR_100: "ISO-IR-100"
ISO_IR_101: "ISO-IR-101"
ISO_IR_109: "ISO-IR-109"
ISO_IR_110: "ISO-IR-110"
ISO_IR_126: "ISO-IR-126"
ISO_IR_127: "ISO-IR-127"
ISO_IR_138: "ISO-IR-138"
ISO_IR_14: "ISO-IR-14"
ISO_IR_144: "ISO-IR-144"
ISO_IR_148: "ISO-IR-148"
ISO_IR_149: "ISO-IR-149"
ISO_IR_157: "ISO-IR-157"
ISO_IR_159: "ISO-IR-159"
ISO_IR_165: "ISO-IR-165"
ISO_IR_166: "ISO-IR-166"
ISO_IR_179: "ISO-IR-179"
ISO_IR_199: "ISO-IR-199"
ISO_IR_203: "ISO-IR-203"
ISO_IR_226: "ISO-IR-226"
ISO_IR_57: "ISO-IR-57"
ISO_IR_58: "ISO-IR-58"
ISO_IR_6: "ISO-IR-6"
ISO_IR_87: "ISO-IR-87"
JAVA: "JAVA"
JIS0208: "JIS0208"
JISX0201_1976: "JISX0201-1976"
JIS_C6220_1969_RO: "JIS_C6220-1969-RO"
JIS_C6226_1983: "JIS_C6226-1983"
JIS_X0201: "JIS_X0201"
JIS_X0208: "JIS_X0208"
JIS_X0208_1983: "JIS_X0208-1983"
JIS_X0208_1990: "JIS_X0208-1990"
JIS_X0212: "JIS_X0212"
JIS_X0212_1990: "JIS_X0212-1990"
JIS_X0212_1990_0: "JIS_X0212.1990-0"
JOHAB: "JOHAB"
JP: "JP"
KOI8_R: "KOI8-R"
KOI8_RU: "KOI8-RU"
KOI8_T: "KOI8-T"
KOI8_U: "KOI8-U"
KOREAN: "KOREAN"
KSC_5601: "KSC_5601"
KS_C_5601_1987: "KS_C_5601-1987"
KS_C_5601_1989: "KS_C_5601-1989"
KZ_1048: "KZ-1048"
L1: "L1"
L10: "L10"
L2: "L2"
L3: "L3"
L4: "L4"
L5: "L5"
L6: "L6"
L7: "L7"
L8: "L8"
LATIN1: "LATIN1"
LATIN10: "LATIN10"
LATIN2: "LATIN2"
LATIN3: "LATIN3"
LATIN4: "LATIN4"
LATIN5: "LATIN5"
LATIN6: "LATIN6"
LATIN7: "LATIN7"
LATIN8: "LATIN8"
LATIN_9: "LATIN-9"
MAC: "MAC"
MACARABIC: "MACARABIC"
MACCENTRALEUROPE: "MACCENTRALEUROPE"
MACCROATIAN: "MACCROATIAN"
MACCYRILLIC: "MACCYRILLIC"
MACGREEK: "MACGREEK"
MACHEBREW: "MACHEBREW"
MACICELAND: "MACICELAND"
MACINTOSH: "MACINTOSH"
MACROMAN: "MACROMAN"
MACROMANIA: "MACROMANIA"
MACTHAI: "MACTHAI"
MACTURKISH: "MACTURKISH"
MACUKRAINE: "MACUKRAINE"
MS936: "MS936"
MS_ANSI: "MS-ANSI"
MS_ARAB: "MS-ARAB"
MS_CYRL: "MS-CYRL"
MS_EE: "MS-EE"
MS_GREEK: "MS-GREEK"
MS_HEBR: "MS-HEBR"
MS_KANJI: "MS_KANJI"
MS_TURK: "MS-TURK"
MULELAO_1: "MULELAO-1"
NEXTSTEP: "NEXTSTEP"
PT154: "PT154"
PTCP154: "PTCP154"
R8: "R8"
RK1048: "RK1048"
ROMAN8: "ROMAN8"
SHIFT_JIS: "SHIFT-JIS"
SJIS: "SJIS"
STRK1048_2002: "STRK1048-2002"
TCVN: "TCVN"
TCVN5712_1: "TCVN5712-1"
TCVN5712_1_1993: "TCVN5712-1:1993"
TCVN_5712: "TCVN-5712"
TIS620: "TIS620"
TIS620_0: "TIS620-0"
TIS620_2529_1: "TIS620.2529-1"
TIS620_2533_0: "TIS620.2533-0"
TIS620_2533_1: "TIS620.2533-1"
TIS_620: "TIS-620"
UCS_2: "UCS-2"
UCS_2BE: "UCS-2BE"
UCS_2LE: "UCS-2LE"
UCS_2_INTERNAL: "UCS-2-INTERNAL"
UCS_2_SWAPPED: "UCS-2-SWAPPED"
UCS_4: "UCS-4"
UCS_4BE: "UCS-4BE"
UCS_4LE: "UCS-4LE"
UCS_4_INTERNAL: "UCS-4-INTERNAL"
UCS_4_SWAPPED: "UCS-4-SWAPPED"
UHC: "UHC"
UNICODEBIG: "UNICODEBIG"
UNICODELITTLE: "UNICODELITTLE"
UNICODE_1_1: "UNICODE-1-1"
UNICODE_1_1_UTF_7: "UNICODE-1-1-UTF-7"
US: "US"
US_ASCII: "US-ASCII"
UTF_16: "UTF-16"
UTF_16BE: "UTF-16BE"
UTF_16LE: "UTF-16LE"
UTF_32: "UTF-32"
UTF_32BE: "UTF-32BE"
UTF_32LE: "UTF-32LE"
UTF_7: "UTF-7"
UTF_8: "UTF-8"
VISCII: "VISCII"
VISCII1_1_1: "VISCII1.1-1"
WCHAR_T: "WCHAR_T"
WINBALTRIM: "WINBALTRIM"
WINDOWS_1250: "WINDOWS-1250"
WINDOWS_1251: "WINDOWS-1251"
WINDOWS_1252: "WINDOWS-1252"
WINDOWS_1253: "WINDOWS-1253"
WINDOWS_1254: "WINDOWS-1254"
WINDOWS_1255: "WINDOWS-1255"
WINDOWS_1256: "WINDOWS-1256"
WINDOWS_1257: "WINDOWS-1257"
WINDOWS_1258: "WINDOWS-1258"
WINDOWS_874: "WINDOWS-874"
WINDOWS_936: "WINDOWS-936"
X0201: "X0201"
X0208: "X0208"
X0212: "X0212"
\ No newline at end of file +

Enumeration Members

ANSI_X3_4_1968: "ANSI_X3.4-1968"
ANSI_X3_4_1986: "ANSI_X3.4-1986"
ARABIC: "ARABIC"
ARMSCII_8: "ARMSCII-8"
ASCII: "ASCII"
ASMO_708: "ASMO-708"
BIG5: "BIG5"
BIG5HKSCS: "BIG5HKSCS"
BIG5_HKSCS: "BIG5-HKSCS"
BIG5_HKSCS_1999: "BIG5-HKSCS:1999"
BIG5_HKSCS_2001: "BIG5-HKSCS:2001"
BIG5_HKSCS_2004: "BIG5-HKSCS:2004"
BIG5_HKSCS_2008: "BIG5-HKSCS:2008"
BIGFIVE: "BIGFIVE"
BIG_5: "BIG-5"
BIG_FIVE: "BIG-FIVE"
C99: "C99"
CHAR: "CHAR"
CHINESE: "CHINESE"
CN: "CN"
CN_BIG5: "CN-BIG5"
CN_GB: "CN-GB"
CN_GB_ISOIR165: "CN-GB-ISOIR165"
CP1131: "CP1131"
CP1133: "CP1133"
CP1250: "CP1250"
CP1251: "CP1251"
CP1252: "CP1252"
CP1253: "CP1253"
CP1254: "CP1254"
CP1255: "CP1255"
CP1256: "CP1256"
CP1257: "CP1257"
CP1258: "CP1258"
CP1361: "CP1361"
CP154: "CP154"
CP367: "CP367"
CP819: "CP819"
CP850: "CP850"
CP862: "CP862"
CP866: "CP866"
CP874: "CP874"
CP932: "CP932"
CP936: "CP936"
CP949: "CP949"
CP950: "CP950"
CSASCII: "CSASCII"
CSBIG5: "CSBIG5"
CSEUCKR: "CSEUCKR"
CSEUCPKDFMTJAPANESE: "CSEUCPKDFMTJAPANESE"
CSEUCTW: "CSEUCTW"
CSGB2312: "CSGB2312"
CSHALFWIDTHKATAKANA: "CSHALFWIDTHKATAKANA"
CSHPROMAN8: "CSHPROMAN8"
CSIBM866: "CSIBM866"
CSISO14JISC6220RO: "CSISO14JISC6220RO"
CSISO159JISX02121990: "CSISO159JISX02121990"
CSISO2022CN: "CSISO2022CN"
CSISO2022JP: "CSISO2022JP"
CSISO2022JP2: "CSISO2022JP2"
CSISO2022KR: "CSISO2022KR"
CSISO57GB1988: "CSISO57GB1988"
CSISO58GB231280: "CSISO58GB231280"
CSISO87JISX0208: "CSISO87JISX0208"
CSISOLATIN1: "CSISOLATIN1"
CSISOLATIN2: "CSISOLATIN2"
CSISOLATIN3: "CSISOLATIN3"
CSISOLATIN4: "CSISOLATIN4"
CSISOLATIN5: "CSISOLATIN5"
CSISOLATIN6: "CSISOLATIN6"
CSISOLATINARABIC: "CSISOLATINARABIC"
CSISOLATINCYRILLIC: "CSISOLATINCYRILLIC"
CSISOLATINGREEK: "CSISOLATINGREEK"
CSISOLATINHEBREW: "CSISOLATINHEBREW"
CSKOI8R: "CSKOI8R"
CSKSC56011987: "CSKSC56011987"
CSKZ1048: "CSKZ1048"
CSMACINTOSH: "CSMACINTOSH"
CSPC850MULTILINGUAL: "CSPC850MULTILINGUAL"
CSPC862LATINHEBREW: "CSPC862LATINHEBREW"
CSPTCP154: "CSPTCP154"
CSSHIFTJIS: "CSSHIFTJIS"
CSUCS4: "CSUCS4"
CSUNICODE: "CSUNICODE"
CSUNICODE11: "CSUNICODE11"
CSUNICODE11UTF7: "CSUNICODE11UTF7"
CSVISCII: "CSVISCII"
CYRILLIC: "CYRILLIC"
CYRILLIC_ASIAN: "CYRILLIC-ASIAN"
ECMA_114: "ECMA-114"
ECMA_118: "ECMA-118"
ELOT_928: "ELOT_928"
EUCCN: "EUCCN"
EUCJP: "EUCJP"
EUCKR: "EUCKR"
EUCTW: "EUCTW"
EUC_CN: "EUC-CN"
EUC_JP: "EUC-JP"
EUC_KR: "EUC-KR"
EUC_TW: "EUC-TW"
EXTENDED_UNIX_CODE_PACKED_FORMAT_FOR_JAPANESE: "EXTENDED_UNIX_CODE_PACKED_FORMAT_FOR_JAPANESE"
GB18030: "GB18030"
GB2312: "GB2312"
GBK: "GBK"
GB_1988_80: "GB_1988-80"
GB_2312_80: "GB_2312-80"
GEORGIAN_ACADEMY: "GEORGIAN-ACADEMY"
GEORGIAN_PS: "GEORGIAN-PS"
GREEK: "GREEK"
GREEK8: "GREEK8"
HEBREW: "HEBREW"
HP_ROMAN8: "HP-ROMAN8"
HZ: "HZ"
HZ_GB_2312: "HZ-GB-2312"
IBM367: "IBM367"
IBM819: "IBM819"
IBM850: "IBM850"
IBM862: "IBM862"
IBM866: "IBM866"
IBM_CP1133: "IBM-CP1133"
ISO646_CN: "ISO646-CN"
ISO646_JP: "ISO646-JP"
ISO646_US: "ISO646-US"
ISO8859_1: "ISO8859-1"
ISO8859_10: "ISO8859-10"
ISO8859_11: "ISO8859-11"
ISO8859_13: "ISO8859-13"
ISO8859_14: "ISO8859-14"
ISO8859_15: "ISO8859-15"
ISO8859_16: "ISO8859-16"
ISO8859_2: "ISO8859-2"
ISO8859_3: "ISO8859-3"
ISO8859_4: "ISO8859-4"
ISO8859_5: "ISO8859-5"
ISO8859_6: "ISO8859-6"
ISO8859_7: "ISO8859-7"
ISO8859_8: "ISO8859-8"
ISO8859_9: "ISO8859-9"
ISO_10646_UCS_2: "ISO-10646-UCS-2"
ISO_10646_UCS_4: "ISO-10646-UCS-4"
ISO_2022_CN: "ISO-2022-CN"
ISO_2022_CN_EXT: "ISO-2022-CN-EXT"
ISO_2022_JP: "ISO-2022-JP"
ISO_2022_JP_1: "ISO-2022-JP-1"
ISO_2022_JP_2: "ISO-2022-JP-2"
ISO_2022_KR: "ISO-2022-KR"
ISO_646_IRV_1991: "ISO_646.IRV:1991"
ISO_8859_1: "ISO-8859-1"
ISO_8859_10: "ISO-8859-10"
ISO_8859_10_1992: "ISO_8859-10:1992"
ISO_8859_11: "ISO-8859-11"
ISO_8859_13: "ISO-8859-13"
ISO_8859_14: "ISO-8859-14"
ISO_8859_14_1998: "ISO_8859-14:1998"
ISO_8859_15: "ISO-8859-15"
ISO_8859_15_1998: "ISO_8859-15:1998"
ISO_8859_16: "ISO-8859-16"
ISO_8859_16_2001: "ISO_8859-16:2001"
ISO_8859_1_1987: "ISO_8859-1:1987"
ISO_8859_2: "ISO-8859-2"
ISO_8859_2_1987: "ISO_8859-2:1987"
ISO_8859_3: "ISO-8859-3"
ISO_8859_3_1988: "ISO_8859-3:1988"
ISO_8859_4: "ISO-8859-4"
ISO_8859_4_1988: "ISO_8859-4:1988"
ISO_8859_5: "ISO-8859-5"
ISO_8859_5_1988: "ISO_8859-5:1988"
ISO_8859_6: "ISO-8859-6"
ISO_8859_6_1987: "ISO_8859-6:1987"
ISO_8859_7: "ISO-8859-7"
ISO_8859_7_1987: "ISO_8859-7:1987"
ISO_8859_7_2003: "ISO_8859-7:2003"
ISO_8859_8: "ISO-8859-8"
ISO_8859_8_1988: "ISO_8859-8:1988"
ISO_8859_9: "ISO-8859-9"
ISO_8859_9_1989: "ISO_8859-9:1989"
ISO_CELTIC: "ISO-CELTIC"
ISO_IR_100: "ISO-IR-100"
ISO_IR_101: "ISO-IR-101"
ISO_IR_109: "ISO-IR-109"
ISO_IR_110: "ISO-IR-110"
ISO_IR_126: "ISO-IR-126"
ISO_IR_127: "ISO-IR-127"
ISO_IR_138: "ISO-IR-138"
ISO_IR_14: "ISO-IR-14"
ISO_IR_144: "ISO-IR-144"
ISO_IR_148: "ISO-IR-148"
ISO_IR_149: "ISO-IR-149"
ISO_IR_157: "ISO-IR-157"
ISO_IR_159: "ISO-IR-159"
ISO_IR_165: "ISO-IR-165"
ISO_IR_166: "ISO-IR-166"
ISO_IR_179: "ISO-IR-179"
ISO_IR_199: "ISO-IR-199"
ISO_IR_203: "ISO-IR-203"
ISO_IR_226: "ISO-IR-226"
ISO_IR_57: "ISO-IR-57"
ISO_IR_58: "ISO-IR-58"
ISO_IR_6: "ISO-IR-6"
ISO_IR_87: "ISO-IR-87"
JAVA: "JAVA"
JIS0208: "JIS0208"
JISX0201_1976: "JISX0201-1976"
JIS_C6220_1969_RO: "JIS_C6220-1969-RO"
JIS_C6226_1983: "JIS_C6226-1983"
JIS_X0201: "JIS_X0201"
JIS_X0208: "JIS_X0208"
JIS_X0208_1983: "JIS_X0208-1983"
JIS_X0208_1990: "JIS_X0208-1990"
JIS_X0212: "JIS_X0212"
JIS_X0212_1990: "JIS_X0212-1990"
JIS_X0212_1990_0: "JIS_X0212.1990-0"
JOHAB: "JOHAB"
JP: "JP"
KOI8_R: "KOI8-R"
KOI8_RU: "KOI8-RU"
KOI8_T: "KOI8-T"
KOI8_U: "KOI8-U"
KOREAN: "KOREAN"
KSC_5601: "KSC_5601"
KS_C_5601_1987: "KS_C_5601-1987"
KS_C_5601_1989: "KS_C_5601-1989"
KZ_1048: "KZ-1048"
L1: "L1"
L10: "L10"
L2: "L2"
L3: "L3"
L4: "L4"
L5: "L5"
L6: "L6"
L7: "L7"
L8: "L8"
LATIN1: "LATIN1"
LATIN10: "LATIN10"
LATIN2: "LATIN2"
LATIN3: "LATIN3"
LATIN4: "LATIN4"
LATIN5: "LATIN5"
LATIN6: "LATIN6"
LATIN7: "LATIN7"
LATIN8: "LATIN8"
LATIN_9: "LATIN-9"
MAC: "MAC"
MACARABIC: "MACARABIC"
MACCENTRALEUROPE: "MACCENTRALEUROPE"
MACCROATIAN: "MACCROATIAN"
MACCYRILLIC: "MACCYRILLIC"
MACGREEK: "MACGREEK"
MACHEBREW: "MACHEBREW"
MACICELAND: "MACICELAND"
MACINTOSH: "MACINTOSH"
MACROMAN: "MACROMAN"
MACROMANIA: "MACROMANIA"
MACTHAI: "MACTHAI"
MACTURKISH: "MACTURKISH"
MACUKRAINE: "MACUKRAINE"
MS936: "MS936"
MS_ANSI: "MS-ANSI"
MS_ARAB: "MS-ARAB"
MS_CYRL: "MS-CYRL"
MS_EE: "MS-EE"
MS_GREEK: "MS-GREEK"
MS_HEBR: "MS-HEBR"
MS_KANJI: "MS_KANJI"
MS_TURK: "MS-TURK"
MULELAO_1: "MULELAO-1"
NEXTSTEP: "NEXTSTEP"
PT154: "PT154"
PTCP154: "PTCP154"
R8: "R8"
RK1048: "RK1048"
ROMAN8: "ROMAN8"
SHIFT_JIS: "SHIFT-JIS"
SJIS: "SJIS"
STRK1048_2002: "STRK1048-2002"
TCVN: "TCVN"
TCVN5712_1: "TCVN5712-1"
TCVN5712_1_1993: "TCVN5712-1:1993"
TCVN_5712: "TCVN-5712"
TIS620: "TIS620"
TIS620_0: "TIS620-0"
TIS620_2529_1: "TIS620.2529-1"
TIS620_2533_0: "TIS620.2533-0"
TIS620_2533_1: "TIS620.2533-1"
TIS_620: "TIS-620"
UCS_2: "UCS-2"
UCS_2BE: "UCS-2BE"
UCS_2LE: "UCS-2LE"
UCS_2_INTERNAL: "UCS-2-INTERNAL"
UCS_2_SWAPPED: "UCS-2-SWAPPED"
UCS_4: "UCS-4"
UCS_4BE: "UCS-4BE"
UCS_4LE: "UCS-4LE"
UCS_4_INTERNAL: "UCS-4-INTERNAL"
UCS_4_SWAPPED: "UCS-4-SWAPPED"
UHC: "UHC"
UNICODEBIG: "UNICODEBIG"
UNICODELITTLE: "UNICODELITTLE"
UNICODE_1_1: "UNICODE-1-1"
UNICODE_1_1_UTF_7: "UNICODE-1-1-UTF-7"
US: "US"
US_ASCII: "US-ASCII"
UTF_16: "UTF-16"
UTF_16BE: "UTF-16BE"
UTF_16LE: "UTF-16LE"
UTF_32: "UTF-32"
UTF_32BE: "UTF-32BE"
UTF_32LE: "UTF-32LE"
UTF_7: "UTF-7"
UTF_8: "UTF-8"
VISCII: "VISCII"
VISCII1_1_1: "VISCII1.1-1"
WCHAR_T: "WCHAR_T"
WINBALTRIM: "WINBALTRIM"
WINDOWS_1250: "WINDOWS-1250"
WINDOWS_1251: "WINDOWS-1251"
WINDOWS_1252: "WINDOWS-1252"
WINDOWS_1253: "WINDOWS-1253"
WINDOWS_1254: "WINDOWS-1254"
WINDOWS_1255: "WINDOWS-1255"
WINDOWS_1256: "WINDOWS-1256"
WINDOWS_1257: "WINDOWS-1257"
WINDOWS_1258: "WINDOWS-1258"
WINDOWS_874: "WINDOWS-874"
WINDOWS_936: "WINDOWS-936"
X0201: "X0201"
X0208: "X0208"
X0212: "X0212"
\ No newline at end of file diff --git a/docs/enums/CdnProvider.html b/docs/enums/CdnProvider.html index 7b3d4cae1..9091539fc 100644 --- a/docs/enums/CdnProvider.html +++ b/docs/enums/CdnProvider.html @@ -1,3 +1,3 @@ -CdnProvider | @bitmovin/api-sdk

Enumeration CdnProvider

Export

Enumeration Members

AKAMAI +CdnProvider | @bitmovin/api-sdk

Enumeration CdnProvider

Export

Enumeration Members

Enumeration Members

AKAMAI: "AKAMAI"
AWS: "AWS"
\ No newline at end of file +

Enumeration Members

AKAMAI: "AKAMAI"
AWS: "AWS"
\ No newline at end of file diff --git a/docs/enums/Cea608ChannelType.html b/docs/enums/Cea608ChannelType.html index af982c1b7..ffad724eb 100644 --- a/docs/enums/Cea608ChannelType.html +++ b/docs/enums/Cea608ChannelType.html @@ -1,4 +1,4 @@ Cea608ChannelType | @bitmovin/api-sdk

Enumeration Cea608ChannelType

Subtitle channel track

-

Export

\ No newline at end of file +

Enumeration Members

CC1: "CC1"
CC3: "CC3"
\ No newline at end of file diff --git a/docs/enums/ChannelLayout.html b/docs/enums/ChannelLayout.html index 8b7ba0181..06b9c4759 100644 --- a/docs/enums/ChannelLayout.html +++ b/docs/enums/ChannelLayout.html @@ -1,4 +1,4 @@ -ChannelLayout | @bitmovin/api-sdk

Enumeration ChannelLayout

Export

Enumeration Members

CL_STEREO +ChannelLayout | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CL_STEREO: "STEREO"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/ChannelsAttributeForAudio.html b/docs/enums/ChannelsAttributeForAudio.html index 1fb3509ee..b1c7ece11 100644 --- a/docs/enums/ChannelsAttributeForAudio.html +++ b/docs/enums/ChannelsAttributeForAudio.html @@ -1,4 +1,4 @@ -ChannelsAttributeForAudio | @bitmovin/api-sdk

Enumeration ChannelsAttributeForAudio

Export

Enumeration Members

ALWAYS +ChannelsAttributeForAudio | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ALWAYS: "ALWAYS"
LEGACY: "LEGACY"
STANDARD_CONFORM: "STANDARD_CONFORM"
\ No newline at end of file diff --git a/docs/enums/ChromaLocation.html b/docs/enums/ChromaLocation.html index 1f0dd1c08..6a852fee6 100644 --- a/docs/enums/ChromaLocation.html +++ b/docs/enums/ChromaLocation.html @@ -1,8 +1,8 @@ -ChromaLocation | @bitmovin/api-sdk

Enumeration ChromaLocation

Export

Enumeration Members

BOTTOM +ChromaLocation | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

BOTTOM: "BOTTOM"
BOTTOMLEFT: "BOTTOMLEFT"
CENTER: "CENTER"
LEFT: "LEFT"
TOP: "TOP"
TOPLEFT: "TOPLEFT"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file diff --git a/docs/enums/CloudRegion.html b/docs/enums/CloudRegion.html index 01e0b1e98..9c594c337 100644 --- a/docs/enums/CloudRegion.html +++ b/docs/enums/CloudRegion.html @@ -1,4 +1,4 @@ -CloudRegion | @bitmovin/api-sdk

Enumeration CloudRegion

Export

Enumeration Members

AFRICA +CloudRegion | @bitmovin/api-sdk

Enumeration CloudRegion

Export

Enumeration Members

AFRICA: "AFRICA"
AKAMAI_BR_GRU: "AKAMAI_BR_GRU"
AKAMAI_ES_MAD: "AKAMAI_ES_MAD"
AKAMAI_FR_PAR: "AKAMAI_FR_PAR"
AKAMAI_ID_CGK: "AKAMAI_ID_CGK"
AKAMAI_IN_MAA: "AKAMAI_IN_MAA"
AKAMAI_IT_MIL: "AKAMAI_IT_MIL"
AKAMAI_JP_OSA: "AKAMAI_JP_OSA"
AKAMAI_NL_AMS: "AKAMAI_NL_AMS"
AKAMAI_SE_STO: "AKAMAI_SE_STO"
AKAMAI_US_LAX: "AKAMAI_US_LAX"
AKAMAI_US_MIA: "AKAMAI_US_MIA"
AKAMAI_US_ORD: "AKAMAI_US_ORD"
AKAMAI_US_SEA: "AKAMAI_US_SEA"
ASIA: "ASIA"
AUSTRALIA: "AUSTRALIA"
AUTO: "AUTO"
AWS: "AWS"
AWS_AP_NORTHEAST_1: "AWS_AP_NORTHEAST_1"
AWS_AP_NORTHEAST_2: "AWS_AP_NORTHEAST_2"
AWS_AP_SOUTHEAST_1: "AWS_AP_SOUTHEAST_1"
AWS_AP_SOUTHEAST_2: "AWS_AP_SOUTHEAST_2"
AWS_AP_SOUTH_1: "AWS_AP_SOUTH_1"
AWS_CA_CENTRAL_1: "AWS_CA_CENTRAL_1"
AWS_EU_CENTRAL_1: "AWS_EU_CENTRAL_1"
AWS_EU_NORTH_1: "AWS_EU_NORTH_1"
AWS_EU_WEST_1: "AWS_EU_WEST_1"
AWS_EU_WEST_2: "AWS_EU_WEST_2"
AWS_EU_WEST_3: "AWS_EU_WEST_3"
AWS_SA_EAST_1: "AWS_SA_EAST_1"
AWS_US_EAST_1: "AWS_US_EAST_1"
AWS_US_EAST_2: "AWS_US_EAST_2"
AWS_US_WEST_1: "AWS_US_WEST_1"
AWS_US_WEST_2: "AWS_US_WEST_2"
AZURE_ASIA_EAST: "AZURE_ASIA_EAST"
AZURE_ASIA_SOUTHEAST: "AZURE_ASIA_SOUTHEAST"
AZURE_AUSTRALIA_EAST: "AZURE_AUSTRALIA_EAST"
AZURE_AUSTRALIA_SOUTHEAST: "AZURE_AUSTRALIA_SOUTHEAST"
AZURE_BRAZIL_SOUTH: "AZURE_BRAZIL_SOUTH"
AZURE_CANADA_CENTRAL: "AZURE_CANADA_CENTRAL"
AZURE_EUROPE_NORTH: "AZURE_EUROPE_NORTH"
AZURE_EUROPE_WEST: "AZURE_EUROPE_WEST"
AZURE_FRANCE_CENTRAL: "AZURE_FRANCE_CENTRAL"
AZURE_GERMANY_WESTCENTRAL: "AZURE_GERMANY_WESTCENTRAL"
AZURE_INDIA_CENTRAL: "AZURE_INDIA_CENTRAL"
AZURE_INDIA_SOUTH: "AZURE_INDIA_SOUTH"
AZURE_JAPAN_EAST: "AZURE_JAPAN_EAST"
AZURE_JAPAN_WEST: "AZURE_JAPAN_WEST"
AZURE_KOREA_CENTRAL: "AZURE_KOREA_CENTRAL"
AZURE_UAE_NORTH: "AZURE_UAE_NORTH"
AZURE_UK_SOUTH: "AZURE_UK_SOUTH"
AZURE_US_CENTRAL: "AZURE_US_CENTRAL"
AZURE_US_EAST: "AZURE_US_EAST"
AZURE_US_EAST2: "AZURE_US_EAST2"
AZURE_US_NORTH_CENTRAL: "AZURE_US_NORTH_CENTRAL"
AZURE_US_SOUTH_CENTRAL: "AZURE_US_SOUTH_CENTRAL"
AZURE_US_WEST: "AZURE_US_WEST"
AZURE_US_WEST2: "AZURE_US_WEST2"
EUROPE: "EUROPE"
EXTERNAL: "EXTERNAL"
GOOGLE: "GOOGLE"
GOOGLE_ASIA_EAST_1: "GOOGLE_ASIA_EAST_1"
GOOGLE_ASIA_EAST_2: "GOOGLE_ASIA_EAST_2"
GOOGLE_ASIA_NORTHEAST_1: "GOOGLE_ASIA_NORTHEAST_1"
GOOGLE_ASIA_SOUTHEAST_1: "GOOGLE_ASIA_SOUTHEAST_1"
GOOGLE_ASIA_SOUTH_1: "GOOGLE_ASIA_SOUTH_1"
GOOGLE_AUSTRALIA_SOUTHEAST_1: "GOOGLE_AUSTRALIA_SOUTHEAST_1"
GOOGLE_EUROPE_NORTH_1: "GOOGLE_EUROPE_NORTH_1"
GOOGLE_EUROPE_WEST_1: "GOOGLE_EUROPE_WEST_1"
GOOGLE_EUROPE_WEST_2: "GOOGLE_EUROPE_WEST_2"
GOOGLE_EUROPE_WEST_3: "GOOGLE_EUROPE_WEST_3"
GOOGLE_EUROPE_WEST_4: "GOOGLE_EUROPE_WEST_4"
GOOGLE_ME_CENTRAL_2: "GOOGLE_ME_CENTRAL_2"
GOOGLE_NORTHAMERICA_NORTHEAST_1: "GOOGLE_NORTHAMERICA_NORTHEAST_1"
GOOGLE_SOUTHAMERICA_EAST_1: "GOOGLE_SOUTHAMERICA_EAST_1"
GOOGLE_US_CENTRAL_1: "GOOGLE_US_CENTRAL_1"
GOOGLE_US_EAST_1: "GOOGLE_US_EAST_1"
GOOGLE_US_EAST_4: "GOOGLE_US_EAST_4"
GOOGLE_US_WEST_1: "GOOGLE_US_WEST_1"
GOOGLE_US_WEST_2: "GOOGLE_US_WEST_2"
NORTH_AMERICA: "NORTH_AMERICA"
OCI_EU_FRANKFURT_1: "OCI_EU_FRANKFURT_1"
OCI_US_ASHBURN_1: "OCI_US_ASHBURN_1"
SOUTH_AMERICA: "SOUTH_AMERICA"
\ No newline at end of file +

Enumeration Members

AFRICA: "AFRICA"
AKAMAI_BR_GRU: "AKAMAI_BR_GRU"
AKAMAI_ES_MAD: "AKAMAI_ES_MAD"
AKAMAI_FR_PAR: "AKAMAI_FR_PAR"
AKAMAI_ID_CGK: "AKAMAI_ID_CGK"
AKAMAI_IN_MAA: "AKAMAI_IN_MAA"
AKAMAI_IT_MIL: "AKAMAI_IT_MIL"
AKAMAI_JP_OSA: "AKAMAI_JP_OSA"
AKAMAI_NL_AMS: "AKAMAI_NL_AMS"
AKAMAI_SE_STO: "AKAMAI_SE_STO"
AKAMAI_US_LAX: "AKAMAI_US_LAX"
AKAMAI_US_MIA: "AKAMAI_US_MIA"
AKAMAI_US_ORD: "AKAMAI_US_ORD"
AKAMAI_US_SEA: "AKAMAI_US_SEA"
ASIA: "ASIA"
AUSTRALIA: "AUSTRALIA"
AUTO: "AUTO"
AWS: "AWS"
AWS_AP_NORTHEAST_1: "AWS_AP_NORTHEAST_1"
AWS_AP_NORTHEAST_2: "AWS_AP_NORTHEAST_2"
AWS_AP_SOUTHEAST_1: "AWS_AP_SOUTHEAST_1"
AWS_AP_SOUTHEAST_2: "AWS_AP_SOUTHEAST_2"
AWS_AP_SOUTH_1: "AWS_AP_SOUTH_1"
AWS_CA_CENTRAL_1: "AWS_CA_CENTRAL_1"
AWS_EU_CENTRAL_1: "AWS_EU_CENTRAL_1"
AWS_EU_NORTH_1: "AWS_EU_NORTH_1"
AWS_EU_WEST_1: "AWS_EU_WEST_1"
AWS_EU_WEST_2: "AWS_EU_WEST_2"
AWS_EU_WEST_3: "AWS_EU_WEST_3"
AWS_SA_EAST_1: "AWS_SA_EAST_1"
AWS_US_EAST_1: "AWS_US_EAST_1"
AWS_US_EAST_2: "AWS_US_EAST_2"
AWS_US_WEST_1: "AWS_US_WEST_1"
AWS_US_WEST_2: "AWS_US_WEST_2"
AZURE_ASIA_EAST: "AZURE_ASIA_EAST"
AZURE_ASIA_SOUTHEAST: "AZURE_ASIA_SOUTHEAST"
AZURE_AUSTRALIA_EAST: "AZURE_AUSTRALIA_EAST"
AZURE_AUSTRALIA_SOUTHEAST: "AZURE_AUSTRALIA_SOUTHEAST"
AZURE_BRAZIL_SOUTH: "AZURE_BRAZIL_SOUTH"
AZURE_CANADA_CENTRAL: "AZURE_CANADA_CENTRAL"
AZURE_EUROPE_NORTH: "AZURE_EUROPE_NORTH"
AZURE_EUROPE_WEST: "AZURE_EUROPE_WEST"
AZURE_FRANCE_CENTRAL: "AZURE_FRANCE_CENTRAL"
AZURE_GERMANY_WESTCENTRAL: "AZURE_GERMANY_WESTCENTRAL"
AZURE_INDIA_CENTRAL: "AZURE_INDIA_CENTRAL"
AZURE_INDIA_SOUTH: "AZURE_INDIA_SOUTH"
AZURE_JAPAN_EAST: "AZURE_JAPAN_EAST"
AZURE_JAPAN_WEST: "AZURE_JAPAN_WEST"
AZURE_KOREA_CENTRAL: "AZURE_KOREA_CENTRAL"
AZURE_UAE_NORTH: "AZURE_UAE_NORTH"
AZURE_UK_SOUTH: "AZURE_UK_SOUTH"
AZURE_US_CENTRAL: "AZURE_US_CENTRAL"
AZURE_US_EAST: "AZURE_US_EAST"
AZURE_US_EAST2: "AZURE_US_EAST2"
AZURE_US_NORTH_CENTRAL: "AZURE_US_NORTH_CENTRAL"
AZURE_US_SOUTH_CENTRAL: "AZURE_US_SOUTH_CENTRAL"
AZURE_US_WEST: "AZURE_US_WEST"
AZURE_US_WEST2: "AZURE_US_WEST2"
EUROPE: "EUROPE"
EXTERNAL: "EXTERNAL"
GOOGLE: "GOOGLE"
GOOGLE_ASIA_EAST_1: "GOOGLE_ASIA_EAST_1"
GOOGLE_ASIA_EAST_2: "GOOGLE_ASIA_EAST_2"
GOOGLE_ASIA_NORTHEAST_1: "GOOGLE_ASIA_NORTHEAST_1"
GOOGLE_ASIA_SOUTHEAST_1: "GOOGLE_ASIA_SOUTHEAST_1"
GOOGLE_ASIA_SOUTH_1: "GOOGLE_ASIA_SOUTH_1"
GOOGLE_AUSTRALIA_SOUTHEAST_1: "GOOGLE_AUSTRALIA_SOUTHEAST_1"
GOOGLE_EUROPE_NORTH_1: "GOOGLE_EUROPE_NORTH_1"
GOOGLE_EUROPE_WEST_1: "GOOGLE_EUROPE_WEST_1"
GOOGLE_EUROPE_WEST_2: "GOOGLE_EUROPE_WEST_2"
GOOGLE_EUROPE_WEST_3: "GOOGLE_EUROPE_WEST_3"
GOOGLE_EUROPE_WEST_4: "GOOGLE_EUROPE_WEST_4"
GOOGLE_ME_CENTRAL_2: "GOOGLE_ME_CENTRAL_2"
GOOGLE_NORTHAMERICA_NORTHEAST_1: "GOOGLE_NORTHAMERICA_NORTHEAST_1"
GOOGLE_SOUTHAMERICA_EAST_1: "GOOGLE_SOUTHAMERICA_EAST_1"
GOOGLE_US_CENTRAL_1: "GOOGLE_US_CENTRAL_1"
GOOGLE_US_EAST_1: "GOOGLE_US_EAST_1"
GOOGLE_US_EAST_4: "GOOGLE_US_EAST_4"
GOOGLE_US_WEST_1: "GOOGLE_US_WEST_1"
GOOGLE_US_WEST_2: "GOOGLE_US_WEST_2"
NORTH_AMERICA: "NORTH_AMERICA"
OCI_EU_FRANKFURT_1: "OCI_EU_FRANKFURT_1"
OCI_US_ASHBURN_1: "OCI_US_ASHBURN_1"
SOUTH_AMERICA: "SOUTH_AMERICA"
\ No newline at end of file diff --git a/docs/enums/CodecConfigType.html b/docs/enums/CodecConfigType.html index fb7fde59c..84f207fda 100644 --- a/docs/enums/CodecConfigType.html +++ b/docs/enums/CodecConfigType.html @@ -1,4 +1,4 @@ -CodecConfigType | @bitmovin/api-sdk

Enumeration CodecConfigType

Export

Enumeration Members

AAC +CodecConfigType | @bitmovin/api-sdk

Enumeration CodecConfigType

Export

Enumeration Members

AAC AC3 AUDIO_PASSTHROUGH AV1 @@ -25,4 +25,4 @@ VP8 VP9 WEBVTT -

Enumeration Members

AAC: "AAC"
AC3: "AC3"
AUDIO_PASSTHROUGH: "AUDIO_PASSTHROUGH"
AV1: "AV1"
DD: "DD"
DDPLUS: "DDPLUS"
DOLBY_ATMOS: "DOLBY_ATMOS"
DTS: "DTS"
DTSX: "DTSX"
DTS_PASSTHROUGH: "DTS_PASSTHROUGH"
DVB_SUBTITLE: "DVB_SUBTITLE"
EAC3: "EAC3"
H262: "H262"
H264: "H264"
H265: "H265"
HE_AAC_V1: "HE_AAC_V1"
HE_AAC_V2: "HE_AAC_V2"
IMSC: "IMSC"
MJPEG: "MJPEG"
MP2: "MP2"
MP3: "MP3"
OPUS: "OPUS"
PCM: "PCM"
VORBIS: "VORBIS"
VP8: "VP8"
VP9: "VP9"
WEBVTT: "WEBVTT"
\ No newline at end of file +

Enumeration Members

AAC: "AAC"
AC3: "AC3"
AUDIO_PASSTHROUGH: "AUDIO_PASSTHROUGH"
AV1: "AV1"
DD: "DD"
DDPLUS: "DDPLUS"
DOLBY_ATMOS: "DOLBY_ATMOS"
DTS: "DTS"
DTSX: "DTSX"
DTS_PASSTHROUGH: "DTS_PASSTHROUGH"
DVB_SUBTITLE: "DVB_SUBTITLE"
EAC3: "EAC3"
H262: "H262"
H264: "H264"
H265: "H265"
HE_AAC_V1: "HE_AAC_V1"
HE_AAC_V2: "HE_AAC_V2"
IMSC: "IMSC"
MJPEG: "MJPEG"
MP2: "MP2"
MP3: "MP3"
OPUS: "OPUS"
PCM: "PCM"
VORBIS: "VORBIS"
VP8: "VP8"
VP9: "VP9"
WEBVTT: "WEBVTT"
\ No newline at end of file diff --git a/docs/enums/ColorPrimaries.html b/docs/enums/ColorPrimaries.html index 30a8e9ed1..691c4c3d7 100644 --- a/docs/enums/ColorPrimaries.html +++ b/docs/enums/ColorPrimaries.html @@ -1,4 +1,4 @@ -ColorPrimaries | @bitmovin/api-sdk

Enumeration ColorPrimaries

Export

Enumeration Members

BT2020 +ColorPrimaries | @bitmovin/api-sdk

Enumeration ColorPrimaries

Export

Enumeration Members

Enumeration Members

BT2020: "BT2020"
BT470BG: "BT470BG"
BT470M: "BT470M"
BT709: "BT709"
FILM: "FILM"
JEDEC_P22: "JEDEC_P22"
SMPTE170M: "SMPTE170M"
SMPTE240M: "SMPTE240M"
SMPTE428: "SMPTE428"
SMPTE431: "SMPTE431"
SMPTE432: "SMPTE432"
SMPTEST428_1: "SMPTEST428_1"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file +

Enumeration Members

BT2020: "BT2020"
BT470BG: "BT470BG"
BT470M: "BT470M"
BT709: "BT709"
FILM: "FILM"
JEDEC_P22: "JEDEC_P22"
SMPTE170M: "SMPTE170M"
SMPTE240M: "SMPTE240M"
SMPTE428: "SMPTE428"
SMPTE431: "SMPTE431"
SMPTE432: "SMPTE432"
SMPTEST428_1: "SMPTEST428_1"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file diff --git a/docs/enums/ColorRange.html b/docs/enums/ColorRange.html index 385d5e8ed..ff1ce85fd 100644 --- a/docs/enums/ColorRange.html +++ b/docs/enums/ColorRange.html @@ -1,5 +1,5 @@ ColorRange | @bitmovin/api-sdk

Enumeration ColorRange

The color range to be applied

-

Export

\ No newline at end of file +

Enumeration Members

JPEG: "JPEG"
MPEG: "MPEG"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file diff --git a/docs/enums/ColorSpace.html b/docs/enums/ColorSpace.html index 71339e51a..616b09e84 100644 --- a/docs/enums/ColorSpace.html +++ b/docs/enums/ColorSpace.html @@ -1,5 +1,5 @@ ColorSpace | @bitmovin/api-sdk

Enumeration ColorSpace

The color space to be applied

-

Export

Enumeration Members

Export

Enumeration Members

Enumeration Members

BT2020_CL: "BT2020_CL"
BT2020_NCL: "BT2020_NCL"
BT470BG: "BT470BG"
BT709: "BT709"
FCC: "FCC"
RGB: "RGB"
SMPTE170M: "SMPTE170M"
SMPTE2085: "SMPTE2085"
SMPTE240M: "SMPTE240M"
UNSPECIFIED: "UNSPECIFIED"
YCGCO: "YCGCO"
YCOCG: "YCOCG"
\ No newline at end of file +

Enumeration Members

BT2020_CL: "BT2020_CL"
BT2020_NCL: "BT2020_NCL"
BT470BG: "BT470BG"
BT709: "BT709"
FCC: "FCC"
RGB: "RGB"
SMPTE170M: "SMPTE170M"
SMPTE2085: "SMPTE2085"
SMPTE240M: "SMPTE240M"
UNSPECIFIED: "UNSPECIFIED"
YCGCO: "YCGCO"
YCOCG: "YCOCG"
\ No newline at end of file diff --git a/docs/enums/ColorTransfer.html b/docs/enums/ColorTransfer.html index b4c2f81f0..ebfb5d866 100644 --- a/docs/enums/ColorTransfer.html +++ b/docs/enums/ColorTransfer.html @@ -1,4 +1,4 @@ -ColorTransfer | @bitmovin/api-sdk

Enumeration ColorTransfer

Export

Enumeration Members

ARIB_STD_B67 +ColorTransfer | @bitmovin/api-sdk

Enumeration ColorTransfer

Export

Enumeration Members

ARIB_STD_B67: "ARIB_STD_B67"
BT1361_ECG: "BT1361_ECG"
BT2020_10: "BT2020_10"
BT2020_12: "BT2020_12"
BT709: "BT709"
GAMMA22: "GAMMA22"
GAMMA28: "GAMMA28"
IEC61966_2_1: "IEC61966_2_1"
IEC61966_2_4: "IEC61966_2_4"
LINEAR: "LINEAR"
LOG: "LOG"
LOG_SQRT: "LOG_SQRT"
SMPTE170M: "SMPTE170M"
SMPTE2084: "SMPTE2084"
SMPTE240M: "SMPTE240M"
SMPTE428: "SMPTE428"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file +

Enumeration Members

ARIB_STD_B67: "ARIB_STD_B67"
BT1361_ECG: "BT1361_ECG"
BT2020_10: "BT2020_10"
BT2020_12: "BT2020_12"
BT709: "BT709"
GAMMA22: "GAMMA22"
GAMMA28: "GAMMA28"
IEC61966_2_1: "IEC61966_2_1"
IEC61966_2_4: "IEC61966_2_4"
LINEAR: "LINEAR"
LOG: "LOG"
LOG_SQRT: "LOG_SQRT"
SMPTE170M: "SMPTE170M"
SMPTE2084: "SMPTE2084"
SMPTE240M: "SMPTE240M"
SMPTE428: "SMPTE428"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file diff --git a/docs/enums/ConditionAttribute.html b/docs/enums/ConditionAttribute.html index 305b2c410..68fbde0c6 100644 --- a/docs/enums/ConditionAttribute.html +++ b/docs/enums/ConditionAttribute.html @@ -1,5 +1,5 @@ ConditionAttribute | @bitmovin/api-sdk

Enumeration ConditionAttribute

The attribute that should be checked

-

Export

Enumeration Members

Export

Enumeration Members

ASPECTRATIO: "ASPECTRATIO"
AUDIOSTREAMCOUNT: "AUDIOSTREAMCOUNT"
BITRATE: "BITRATE"
CHANNELFORMAT: "CHANNELFORMAT"
CHANNELLAYOUT: "CHANNELLAYOUT"
CONNECTION_STATUS: "CONNECTION_STATUS"
CONNECTION_STATUS_JUST_CHANGED: "CONNECTION_STATUS_JUST_CHANGED"
DURATION: "DURATION"
FPS: "FPS"
HEIGHT: "HEIGHT"
INPUTSTREAM: "INPUTSTREAM"
LANGUAGE: "LANGUAGE"
ROTATION: "ROTATION"
STREAMCOUNT: "STREAMCOUNT"
VIDEOSTREAMCOUNT: "VIDEOSTREAMCOUNT"
WIDTH: "WIDTH"
\ No newline at end of file +

Enumeration Members

ASPECTRATIO: "ASPECTRATIO"
AUDIOSTREAMCOUNT: "AUDIOSTREAMCOUNT"
BITRATE: "BITRATE"
CHANNELFORMAT: "CHANNELFORMAT"
CHANNELLAYOUT: "CHANNELLAYOUT"
CONNECTION_STATUS: "CONNECTION_STATUS"
CONNECTION_STATUS_JUST_CHANGED: "CONNECTION_STATUS_JUST_CHANGED"
DURATION: "DURATION"
FPS: "FPS"
HEIGHT: "HEIGHT"
INPUTSTREAM: "INPUTSTREAM"
LANGUAGE: "LANGUAGE"
ROTATION: "ROTATION"
STREAMCOUNT: "STREAMCOUNT"
VIDEOSTREAMCOUNT: "VIDEOSTREAMCOUNT"
WIDTH: "WIDTH"
\ No newline at end of file diff --git a/docs/enums/ConditionOperator.html b/docs/enums/ConditionOperator.html index e409e6893..13ed324c1 100644 --- a/docs/enums/ConditionOperator.html +++ b/docs/enums/ConditionOperator.html @@ -1,8 +1,8 @@ ConditionOperator | @bitmovin/api-sdk

Enumeration ConditionOperator

The operator that should be used for the evaluation

-

Export

\ No newline at end of file +

Enumeration Members

EQUAL: "=="
GREATER_THAN: ">"
GREATER_THAN_OR_EQUAL: ">="
LESS_THAN: "<"
LESS_THAN_OR_EQUAL: "<="
NOT_EQUAL: "!="
\ No newline at end of file diff --git a/docs/enums/ConditionType.html b/docs/enums/ConditionType.html index c2c05bd84..f09749073 100644 --- a/docs/enums/ConditionType.html +++ b/docs/enums/ConditionType.html @@ -1,5 +1,5 @@ ConditionType | @bitmovin/api-sdk

Enumeration ConditionType

Type of the condition

-

Export

\ No newline at end of file +

Enumeration Members

AND: "AND"
CONDITION: "CONDITION"
OR: "OR"
\ No newline at end of file diff --git a/docs/enums/ConvertSccPositionMode.html b/docs/enums/ConvertSccPositionMode.html index 65a195fc0..10ed4f44e 100644 --- a/docs/enums/ConvertSccPositionMode.html +++ b/docs/enums/ConvertSccPositionMode.html @@ -1,4 +1,4 @@ -ConvertSccPositionMode | @bitmovin/api-sdk

Enumeration ConvertSccPositionMode

Export

Enumeration Members

FULL +ConvertSccPositionMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

FULL: "FULL"
NONE: "NONE"
SIMPLE: "SIMPLE"
\ No newline at end of file diff --git a/docs/enums/DashEditionCompatibility.html b/docs/enums/DashEditionCompatibility.html index cab36f617..41e516474 100644 --- a/docs/enums/DashEditionCompatibility.html +++ b/docs/enums/DashEditionCompatibility.html @@ -1,2 +1,2 @@ -DashEditionCompatibility | @bitmovin/api-sdk

Enumeration DashEditionCompatibility

Export

Enumeration Members

V4 -

Enumeration Members

V4: "V4"
\ No newline at end of file +DashEditionCompatibility | @bitmovin/api-sdk

Enumeration DashEditionCompatibility

Export

Enumeration Members

V4 +

Enumeration Members

V4: "V4"
\ No newline at end of file diff --git a/docs/enums/DashManifestDefaultVersion.html b/docs/enums/DashManifestDefaultVersion.html index 4f19971b7..7da137db1 100644 --- a/docs/enums/DashManifestDefaultVersion.html +++ b/docs/enums/DashManifestDefaultVersion.html @@ -1,3 +1,3 @@ -DashManifestDefaultVersion | @bitmovin/api-sdk

Enumeration DashManifestDefaultVersion

Export

Enumeration Members

V1 +DashManifestDefaultVersion | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

V1: "V1"
V2: "V2"
\ No newline at end of file diff --git a/docs/enums/DashOnDemandRepresentationType.html b/docs/enums/DashOnDemandRepresentationType.html index 61c56a788..ecf076a72 100644 --- a/docs/enums/DashOnDemandRepresentationType.html +++ b/docs/enums/DashOnDemandRepresentationType.html @@ -1,3 +1,3 @@ -DashOnDemandRepresentationType | @bitmovin/api-sdk

Enumeration DashOnDemandRepresentationType

Export

Enumeration Members

SEGMENT_BASE +DashOnDemandRepresentationType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

SEGMENT_BASE: "SEGMENT_BASE"
SEGMENT_LIST: "SEGMENT_LIST"
\ No newline at end of file diff --git a/docs/enums/DashProfile.html b/docs/enums/DashProfile.html index 19860139b..936b1f5d7 100644 --- a/docs/enums/DashProfile.html +++ b/docs/enums/DashProfile.html @@ -1,3 +1,3 @@ -DashProfile | @bitmovin/api-sdk

Enumeration DashProfile

Export

Enumeration Members

LIVE +DashProfile | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

LIVE: "LIVE"
ON_DEMAND: "ON_DEMAND"
\ No newline at end of file diff --git a/docs/enums/DashRepresentationType.html b/docs/enums/DashRepresentationType.html index 60b75ad20..f724bad00 100644 --- a/docs/enums/DashRepresentationType.html +++ b/docs/enums/DashRepresentationType.html @@ -1,4 +1,4 @@ -DashRepresentationType | @bitmovin/api-sdk

Enumeration DashRepresentationType

Export

Enumeration Members

LIST +DashRepresentationType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

LIST: "LIST"
TEMPLATE: "TEMPLATE"
TIMELINE: "TIMELINE"
\ No newline at end of file diff --git a/docs/enums/DashRepresentationTypeDiscriminator.html b/docs/enums/DashRepresentationTypeDiscriminator.html index 94f11122a..6b3eacea0 100644 --- a/docs/enums/DashRepresentationTypeDiscriminator.html +++ b/docs/enums/DashRepresentationTypeDiscriminator.html @@ -1,4 +1,4 @@ -DashRepresentationTypeDiscriminator | @bitmovin/api-sdk

Enumeration DashRepresentationTypeDiscriminator

Export

Enumeration Members

CHUNKED_TEXT +DashRepresentationTypeDiscriminator | @bitmovin/api-sdk

Enumeration DashRepresentationTypeDiscriminator

Export

Enumeration Members

Enumeration Members

CHUNKED_TEXT: "CHUNKED_TEXT"
CMAF: "CMAF"
CONTENT_PROTECTION: "CONTENT_PROTECTION"
DRM_FMP4: "DRM_FMP4"
DRM_MP4: "DRM_MP4"
FMP4: "FMP4"
IMSC: "IMSC"
MP4: "MP4"
PROGRESSIVE_WEBM: "PROGRESSIVE_WEBM"
SPRITE: "SPRITE"
VTT: "VTT"
WEBM: "WEBM"
\ No newline at end of file +

Enumeration Members

CHUNKED_TEXT: "CHUNKED_TEXT"
CMAF: "CMAF"
CONTENT_PROTECTION: "CONTENT_PROTECTION"
DRM_FMP4: "DRM_FMP4"
DRM_MP4: "DRM_MP4"
FMP4: "FMP4"
IMSC: "IMSC"
MP4: "MP4"
PROGRESSIVE_WEBM: "PROGRESSIVE_WEBM"
SPRITE: "SPRITE"
VTT: "VTT"
WEBM: "WEBM"
\ No newline at end of file diff --git a/docs/enums/DashRepresentationTypeMode.html b/docs/enums/DashRepresentationTypeMode.html index c64d951e6..294533728 100644 --- a/docs/enums/DashRepresentationTypeMode.html +++ b/docs/enums/DashRepresentationTypeMode.html @@ -1,3 +1,3 @@ -DashRepresentationTypeMode | @bitmovin/api-sdk

Enumeration DashRepresentationTypeMode

Export

Enumeration Members

TEMPLATE_ADAPTATION_SET +DashRepresentationTypeMode | @bitmovin/api-sdk

Enumeration DashRepresentationTypeMode

Export

Enumeration Members

TEMPLATE_ADAPTATION_SET: "TEMPLATE_ADAPTATION_SET"
TEMPLATE_REPRESENTATION: "TEMPLATE_REPRESENTATION"
\ No newline at end of file +

Enumeration Members

TEMPLATE_ADAPTATION_SET: "TEMPLATE_ADAPTATION_SET"
TEMPLATE_REPRESENTATION: "TEMPLATE_REPRESENTATION"
\ No newline at end of file diff --git a/docs/enums/DecodingErrorMode.html b/docs/enums/DecodingErrorMode.html index 5b79fdb19..9c5581795 100644 --- a/docs/enums/DecodingErrorMode.html +++ b/docs/enums/DecodingErrorMode.html @@ -1,3 +1,3 @@ -DecodingErrorMode | @bitmovin/api-sdk

Enumeration DecodingErrorMode

Export

Enumeration Members

DUPLICATE_FRAMES +DecodingErrorMode | @bitmovin/api-sdk

Enumeration DecodingErrorMode

Export

Enumeration Members

Enumeration Members

DUPLICATE_FRAMES: "DUPLICATE_FRAMES"
FAIL_ON_ERROR: "FAIL_ON_ERROR"
\ No newline at end of file +

Enumeration Members

DUPLICATE_FRAMES: "DUPLICATE_FRAMES"
FAIL_ON_ERROR: "FAIL_ON_ERROR"
\ No newline at end of file diff --git a/docs/enums/DeinterlaceAutoEnable.html b/docs/enums/DeinterlaceAutoEnable.html index 607a5f5a7..e6da6b384 100644 --- a/docs/enums/DeinterlaceAutoEnable.html +++ b/docs/enums/DeinterlaceAutoEnable.html @@ -1,5 +1,5 @@ DeinterlaceAutoEnable | @bitmovin/api-sdk

Enumeration DeinterlaceAutoEnable

Specifies if the Deinterlace Filter should be applied unconditionally or only on demand.

-

Export

Enumeration Members

Export

Enumeration Members

ALWAYS_ON: "ALWAYS_ON"
META_DATA_AND_CONTENT_BASED: "META_DATA_AND_CONTENT_BASED"
META_DATA_BASED: "META_DATA_BASED"
\ No newline at end of file +

Enumeration Members

ALWAYS_ON: "ALWAYS_ON"
META_DATA_AND_CONTENT_BASED: "META_DATA_AND_CONTENT_BASED"
META_DATA_BASED: "META_DATA_BASED"
\ No newline at end of file diff --git a/docs/enums/DeinterlaceFrameSelectionMode.html b/docs/enums/DeinterlaceFrameSelectionMode.html index 64700b2e4..5322dddbf 100644 --- a/docs/enums/DeinterlaceFrameSelectionMode.html +++ b/docs/enums/DeinterlaceFrameSelectionMode.html @@ -1,4 +1,4 @@ DeinterlaceFrameSelectionMode | @bitmovin/api-sdk

Enumeration DeinterlaceFrameSelectionMode

Specifies which frames to deinterlace

-

Export

\ No newline at end of file +

Enumeration Members

ALL: "ALL"
INTERLACED: "INTERLACED"
\ No newline at end of file diff --git a/docs/enums/DeinterlaceMode.html b/docs/enums/DeinterlaceMode.html index 640111c68..76e2eea60 100644 --- a/docs/enums/DeinterlaceMode.html +++ b/docs/enums/DeinterlaceMode.html @@ -1,6 +1,6 @@ DeinterlaceMode | @bitmovin/api-sdk

Enumeration DeinterlaceMode

Specifies the method how fields are converted to frames

-

Export

\ No newline at end of file +

Enumeration Members

FIELD: "FIELD"
FIELD_NOSPATIAL: "FIELD_NOSPATIAL"
FRAME: "FRAME"
FRAME_NOSPATIAL: "FRAME_NOSPATIAL"
\ No newline at end of file diff --git a/docs/enums/DolbyAtmosDialogueIntelligence.html b/docs/enums/DolbyAtmosDialogueIntelligence.html index 738f93b36..240628feb 100644 --- a/docs/enums/DolbyAtmosDialogueIntelligence.html +++ b/docs/enums/DolbyAtmosDialogueIntelligence.html @@ -1,4 +1,4 @@ DolbyAtmosDialogueIntelligence | @bitmovin/api-sdk

Enumeration DolbyAtmosDialogueIntelligence

Whether to use the Dialogue Intelligence feature, which identifies and analyzes dialogue segments within audio as a basis for speech gating

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyAtmosInputFormat.html b/docs/enums/DolbyAtmosInputFormat.html index e77fb1e85..c8858d173 100644 --- a/docs/enums/DolbyAtmosInputFormat.html +++ b/docs/enums/DolbyAtmosInputFormat.html @@ -1,3 +1,3 @@ -DolbyAtmosInputFormat | @bitmovin/api-sdk

Enumeration DolbyAtmosInputFormat

Export

Enumeration Members

ADM +DolbyAtmosInputFormat | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ADM: "ADM"
DAMF: "DAMF"
\ No newline at end of file diff --git a/docs/enums/DolbyAtmosMeteringMode.html b/docs/enums/DolbyAtmosMeteringMode.html index ec1f0f92e..c6b6e7bc4 100644 --- a/docs/enums/DolbyAtmosMeteringMode.html +++ b/docs/enums/DolbyAtmosMeteringMode.html @@ -1,7 +1,7 @@ DolbyAtmosMeteringMode | @bitmovin/api-sdk

Enumeration DolbyAtmosMeteringMode

Algorithm to be used for measuring loudness

-

Export

\ No newline at end of file +

Enumeration Members

ITU_R_BS_1770_1: "ITU-R BS.1770-1"
ITU_R_BS_1770_2: "ITU-R BS.1770-2"
ITU_R_BS_1770_3: "ITU-R BS.1770-3"
ITU_R_BS_1770_4: "ITU-R BS.1770-4"
LEQ_A: "Leq (A)"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalCenterMixLevel.html b/docs/enums/DolbyDigitalCenterMixLevel.html index debce8779..5fe574975 100644 --- a/docs/enums/DolbyDigitalCenterMixLevel.html +++ b/docs/enums/DolbyDigitalCenterMixLevel.html @@ -1,4 +1,4 @@ -DolbyDigitalCenterMixLevel | @bitmovin/api-sdk

Enumeration DolbyDigitalCenterMixLevel

Export

Enumeration Members

MINUS_1_5_DB +DolbyDigitalCenterMixLevel | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MINUS_1_5_DB: "MINUS_1_5_DB"
MINUS_3_DB: "MINUS_3_DB"
MINUS_4_5_DB: "MINUS_4_5_DB"
MINUS_6_DB: "MINUS_6_DB"
MINUS_INFINITY_DB: "MINUS_INFINITY_DB"
PLUS_1_5_DB: "PLUS_1_5_DB"
PLUS_3_DB: "PLUS_3_DB"
ZERO_DB: "ZERO_DB"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalChannelLayout.html b/docs/enums/DolbyDigitalChannelLayout.html index 36cd4f1ec..47118258b 100644 --- a/docs/enums/DolbyDigitalChannelLayout.html +++ b/docs/enums/DolbyDigitalChannelLayout.html @@ -1,4 +1,4 @@ -DolbyDigitalChannelLayout | @bitmovin/api-sdk

Enumeration DolbyDigitalChannelLayout

Export

Enumeration Members

CL_3_1 +DolbyDigitalChannelLayout | @bitmovin/api-sdk

Enumeration DolbyDigitalChannelLayout

Export

Enumeration Members

Enumeration Members

CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_1: "5.1"
CL_BACK_SURROUND: "BACK_SURROUND"
CL_BACK_SURROUND_LFE: "BACK_SURROUND_LFE"
CL_QUAD: "QUAD"
CL_QUAD_LFE: "QUAD_LFE"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file +

Enumeration Members

CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_1: "5.1"
CL_BACK_SURROUND: "BACK_SURROUND"
CL_BACK_SURROUND_LFE: "BACK_SURROUND_LFE"
CL_QUAD: "QUAD"
CL_QUAD_LFE: "QUAD_LFE"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalDialogueIntelligence.html b/docs/enums/DolbyDigitalDialogueIntelligence.html index 1545e1807..adbbe4d78 100644 --- a/docs/enums/DolbyDigitalDialogueIntelligence.html +++ b/docs/enums/DolbyDigitalDialogueIntelligence.html @@ -1,4 +1,4 @@ DolbyDigitalDialogueIntelligence | @bitmovin/api-sdk

Enumeration DolbyDigitalDialogueIntelligence

Whether to use the Dolby Dialogue Intelligence feature, which identifies and analyzes dialogue segments within audio as a basis for speech gating

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalDownmixingPreferredMode.html b/docs/enums/DolbyDigitalDownmixingPreferredMode.html index 5e91a0185..8de36dccd 100644 --- a/docs/enums/DolbyDigitalDownmixingPreferredMode.html +++ b/docs/enums/DolbyDigitalDownmixingPreferredMode.html @@ -1,5 +1,5 @@ DolbyDigitalDownmixingPreferredMode | @bitmovin/api-sdk

Enumeration DolbyDigitalDownmixingPreferredMode

It indicates if downmixing mode is Dolby Surround compatible (LT_RT: Left total/Right total) or Dolby Pro Logic II (PRO_LOGIC_II). LO_RO for Left only/Right only: A downmix from a multichannel to a two‐channel output that is compatible for stereo or mono reproduction.

-

Export

\ No newline at end of file +

Enumeration Members

LO_RO: "LO_RO"
LT_RT: "LT_RT"
PRO_LOGIC_II: "PRO_LOGIC_II"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalDynamicRangeCompressionMode.html b/docs/enums/DolbyDigitalDynamicRangeCompressionMode.html index abdbbcbfd..42869b39a 100644 --- a/docs/enums/DolbyDigitalDynamicRangeCompressionMode.html +++ b/docs/enums/DolbyDigitalDynamicRangeCompressionMode.html @@ -1,8 +1,8 @@ DolbyDigitalDynamicRangeCompressionMode | @bitmovin/api-sdk

Enumeration DolbyDigitalDynamicRangeCompressionMode

Dynamic range compression processing mode

-

Export

\ No newline at end of file +

Enumeration Members

FILM_LIGHT: "FILM_LIGHT"
FILM_STANDARD: "FILM_STANDARD"
MUSIC_LIGHT: "MUSIC_LIGHT"
MUSIC_STANDARD: "MUSIC_STANDARD"
NONE: "NONE"
SPEECH: "SPEECH"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalEvolutionFrameworkControl.html b/docs/enums/DolbyDigitalEvolutionFrameworkControl.html index 9648f26e8..93443051c 100644 --- a/docs/enums/DolbyDigitalEvolutionFrameworkControl.html +++ b/docs/enums/DolbyDigitalEvolutionFrameworkControl.html @@ -1,4 +1,4 @@ DolbyDigitalEvolutionFrameworkControl | @bitmovin/api-sdk

Enumeration DolbyDigitalEvolutionFrameworkControl

Enable Dolby Evolution Framework control feature

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalLfeLowPassFilter.html b/docs/enums/DolbyDigitalLfeLowPassFilter.html index 8661962f3..cb3a64950 100644 --- a/docs/enums/DolbyDigitalLfeLowPassFilter.html +++ b/docs/enums/DolbyDigitalLfeLowPassFilter.html @@ -1,4 +1,4 @@ DolbyDigitalLfeLowPassFilter | @bitmovin/api-sdk

Enumeration DolbyDigitalLfeLowPassFilter

Low frequency effects low pass filter

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalLoudnessControlMode.html b/docs/enums/DolbyDigitalLoudnessControlMode.html index ed95d0ed0..5ab70fdc7 100644 --- a/docs/enums/DolbyDigitalLoudnessControlMode.html +++ b/docs/enums/DolbyDigitalLoudnessControlMode.html @@ -1,3 +1,3 @@ -DolbyDigitalLoudnessControlMode | @bitmovin/api-sdk

Enumeration DolbyDigitalLoudnessControlMode

Export

Enumeration Members

CORRECTION +DolbyDigitalLoudnessControlMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CORRECTION: "CORRECTION"
PASSTHROUGH: "PASSTHROUGH"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalLoudnessControlRegulationType.html b/docs/enums/DolbyDigitalLoudnessControlRegulationType.html index f1653b345..09fa596e6 100644 --- a/docs/enums/DolbyDigitalLoudnessControlRegulationType.html +++ b/docs/enums/DolbyDigitalLoudnessControlRegulationType.html @@ -1,5 +1,5 @@ -DolbyDigitalLoudnessControlRegulationType | @bitmovin/api-sdk

Enumeration DolbyDigitalLoudnessControlRegulationType

Export

Enumeration Members

ATSC_A85_AGILE +DolbyDigitalLoudnessControlRegulationType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ATSC_A85_AGILE: "ATSC_A85_AGILE"
ATSC_A85_FIXED: "ATSC_A85_FIXED"
EBU_R128: "EBU_R128"
MANUAL: "MANUAL"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalNinetyDegreePhaseShift.html b/docs/enums/DolbyDigitalNinetyDegreePhaseShift.html index caf1021db..53adfb129 100644 --- a/docs/enums/DolbyDigitalNinetyDegreePhaseShift.html +++ b/docs/enums/DolbyDigitalNinetyDegreePhaseShift.html @@ -1,4 +1,4 @@ DolbyDigitalNinetyDegreePhaseShift | @bitmovin/api-sdk

Enumeration DolbyDigitalNinetyDegreePhaseShift

A 90° phase shift can be applied to the surround channels during encoding. This is useful for generating multichannel bitstreams which, when downmixed, can create a true Dolby Surround compatible output (Left/Right)

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusCenterMixLevel.html b/docs/enums/DolbyDigitalPlusCenterMixLevel.html index bc7ffca66..83fff2335 100644 --- a/docs/enums/DolbyDigitalPlusCenterMixLevel.html +++ b/docs/enums/DolbyDigitalPlusCenterMixLevel.html @@ -1,4 +1,4 @@ -DolbyDigitalPlusCenterMixLevel | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusCenterMixLevel

Export

Enumeration Members

MINUS_1_5_DB +DolbyDigitalPlusCenterMixLevel | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MINUS_1_5_DB: "MINUS_1_5_DB"
MINUS_3_DB: "MINUS_3_DB"
MINUS_4_5_DB: "MINUS_4_5_DB"
MINUS_6_DB: "MINUS_6_DB"
MINUS_INFINITY_DB: "MINUS_INFINITY_DB"
PLUS_1_5_DB: "PLUS_1_5_DB"
PLUS_3_DB: "PLUS_3_DB"
ZERO_DB: "ZERO_DB"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusChannelLayout.html b/docs/enums/DolbyDigitalPlusChannelLayout.html index 2a8db27d2..57d1bbdc0 100644 --- a/docs/enums/DolbyDigitalPlusChannelLayout.html +++ b/docs/enums/DolbyDigitalPlusChannelLayout.html @@ -1,4 +1,4 @@ -DolbyDigitalPlusChannelLayout | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusChannelLayout

Export

Enumeration Members

CL_3_1 +DolbyDigitalPlusChannelLayout | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusChannelLayout

Export

Enumeration Members

Enumeration Members

CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_1: "5.1"
CL_BACK_SURROUND: "BACK_SURROUND"
CL_BACK_SURROUND_LFE: "BACK_SURROUND_LFE"
CL_QUAD: "QUAD"
CL_QUAD_LFE: "QUAD_LFE"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file +

Enumeration Members

CL_3_1: "3.1"
CL_4_0: "4.0"
CL_4_1: "4.1"
CL_5_0: "5.0"
CL_5_1: "5.1"
CL_BACK_SURROUND: "BACK_SURROUND"
CL_BACK_SURROUND_LFE: "BACK_SURROUND_LFE"
CL_QUAD: "QUAD"
CL_QUAD_LFE: "QUAD_LFE"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusDialogueIntelligence.html b/docs/enums/DolbyDigitalPlusDialogueIntelligence.html index 5319215c8..5ffda47d6 100644 --- a/docs/enums/DolbyDigitalPlusDialogueIntelligence.html +++ b/docs/enums/DolbyDigitalPlusDialogueIntelligence.html @@ -1,4 +1,4 @@ DolbyDigitalPlusDialogueIntelligence | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusDialogueIntelligence

Whether to use the Dolby Dialogue Intelligence feature, which identifies and analyzes dialogue segments within audio as a basis for speech gating

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusDownmixingPreferredMode.html b/docs/enums/DolbyDigitalPlusDownmixingPreferredMode.html index 3af1eb9ff..16878156c 100644 --- a/docs/enums/DolbyDigitalPlusDownmixingPreferredMode.html +++ b/docs/enums/DolbyDigitalPlusDownmixingPreferredMode.html @@ -1,5 +1,5 @@ DolbyDigitalPlusDownmixingPreferredMode | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusDownmixingPreferredMode

It indicates if downmixing mode is Dolby Surround compatible (LT_RT: Left total/Right total) or Dolby Pro Logic II (PRO_LOGIC_II). LO_RO for Left only/Right only: A downmix from a multichannel to a two‐channel output that is compatible for stereo or mono reproduction.

-

Export

\ No newline at end of file +

Enumeration Members

LO_RO: "LO_RO"
LT_RT: "LT_RT"
PRO_LOGIC_II: "PRO_LOGIC_II"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusDynamicRangeCompressionMode.html b/docs/enums/DolbyDigitalPlusDynamicRangeCompressionMode.html index 7dceb745b..8a970371d 100644 --- a/docs/enums/DolbyDigitalPlusDynamicRangeCompressionMode.html +++ b/docs/enums/DolbyDigitalPlusDynamicRangeCompressionMode.html @@ -1,8 +1,8 @@ DolbyDigitalPlusDynamicRangeCompressionMode | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusDynamicRangeCompressionMode

Dynamic range compression processing mode

-

Export

\ No newline at end of file +

Enumeration Members

FILM_LIGHT: "FILM_LIGHT"
FILM_STANDARD: "FILM_STANDARD"
MUSIC_LIGHT: "MUSIC_LIGHT"
MUSIC_STANDARD: "MUSIC_STANDARD"
NONE: "NONE"
SPEECH: "SPEECH"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusEvolutionFrameworkControl.html b/docs/enums/DolbyDigitalPlusEvolutionFrameworkControl.html index 9648c1022..20ae363e3 100644 --- a/docs/enums/DolbyDigitalPlusEvolutionFrameworkControl.html +++ b/docs/enums/DolbyDigitalPlusEvolutionFrameworkControl.html @@ -1,4 +1,4 @@ DolbyDigitalPlusEvolutionFrameworkControl | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusEvolutionFrameworkControl

Enable Dolby Evolution Framework control feature

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusLfeLowPassFilter.html b/docs/enums/DolbyDigitalPlusLfeLowPassFilter.html index 9fb075676..b0f6f13c3 100644 --- a/docs/enums/DolbyDigitalPlusLfeLowPassFilter.html +++ b/docs/enums/DolbyDigitalPlusLfeLowPassFilter.html @@ -1,4 +1,4 @@ DolbyDigitalPlusLfeLowPassFilter | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusLfeLowPassFilter

Low frequency effects low pass filter

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusLoudnessControlMode.html b/docs/enums/DolbyDigitalPlusLoudnessControlMode.html index 32540179c..4c21a3622 100644 --- a/docs/enums/DolbyDigitalPlusLoudnessControlMode.html +++ b/docs/enums/DolbyDigitalPlusLoudnessControlMode.html @@ -1,3 +1,3 @@ -DolbyDigitalPlusLoudnessControlMode | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusLoudnessControlMode

Export

Enumeration Members

CORRECTION +DolbyDigitalPlusLoudnessControlMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CORRECTION: "CORRECTION"
PASSTHROUGH: "PASSTHROUGH"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusLoudnessControlRegulationType.html b/docs/enums/DolbyDigitalPlusLoudnessControlRegulationType.html index 06f4487af..0b9ea054f 100644 --- a/docs/enums/DolbyDigitalPlusLoudnessControlRegulationType.html +++ b/docs/enums/DolbyDigitalPlusLoudnessControlRegulationType.html @@ -1,5 +1,5 @@ -DolbyDigitalPlusLoudnessControlRegulationType | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusLoudnessControlRegulationType

Export

Enumeration Members

ATSC_A85_AGILE +DolbyDigitalPlusLoudnessControlRegulationType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ATSC_A85_AGILE: "ATSC_A85_AGILE"
ATSC_A85_FIXED: "ATSC_A85_FIXED"
EBU_R128: "EBU_R128"
MANUAL: "MANUAL"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusNinetyDegreePhaseShift.html b/docs/enums/DolbyDigitalPlusNinetyDegreePhaseShift.html index a89b9f787..4eace08f8 100644 --- a/docs/enums/DolbyDigitalPlusNinetyDegreePhaseShift.html +++ b/docs/enums/DolbyDigitalPlusNinetyDegreePhaseShift.html @@ -1,4 +1,4 @@ DolbyDigitalPlusNinetyDegreePhaseShift | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusNinetyDegreePhaseShift

A 90° phase shift can be applied to the surround channels during encoding. This is useful for generating multichannel bitstreams which, when downmixed, can create a true Dolby Surround compatible output (Left/Right)

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusSurroundMixLevel.html b/docs/enums/DolbyDigitalPlusSurroundMixLevel.html index ba831e355..6b57a095a 100644 --- a/docs/enums/DolbyDigitalPlusSurroundMixLevel.html +++ b/docs/enums/DolbyDigitalPlusSurroundMixLevel.html @@ -1,6 +1,6 @@ -DolbyDigitalPlusSurroundMixLevel | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusSurroundMixLevel

Export

Enumeration Members

MINUS_1_5_DB +DolbyDigitalPlusSurroundMixLevel | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MINUS_1_5_DB: "MINUS_1_5_DB"
MINUS_3_DB: "MINUS_3_DB"
MINUS_4_5_DB: "MINUS_4_5_DB"
MINUS_6_DB: "MINUS_6_DB"
MINUS_INFINITY_DB: "MINUS_INFINITY_DB"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusSurroundMode.html b/docs/enums/DolbyDigitalPlusSurroundMode.html index 0dda17163..75406eac6 100644 --- a/docs/enums/DolbyDigitalPlusSurroundMode.html +++ b/docs/enums/DolbyDigitalPlusSurroundMode.html @@ -1,4 +1,4 @@ -DolbyDigitalPlusSurroundMode | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusSurroundMode

Export

Enumeration Members

DISABLED +DolbyDigitalPlusSurroundMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
NOT_INDICATED: "NOT_INDICATED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalPlusThreeDbAttenuation.html b/docs/enums/DolbyDigitalPlusThreeDbAttenuation.html index b259a7746..f7c064d80 100644 --- a/docs/enums/DolbyDigitalPlusThreeDbAttenuation.html +++ b/docs/enums/DolbyDigitalPlusThreeDbAttenuation.html @@ -1,4 +1,4 @@ DolbyDigitalPlusThreeDbAttenuation | @bitmovin/api-sdk

Enumeration DolbyDigitalPlusThreeDbAttenuation

–3 dB attenuation can be used to reduce the levels of the surround channels to compensate between the calibration of film dubbing stages and consumer replay environments. The surround channels in film studios are set 3 dB lower than the front channels (unlike consumer applications of 5.1), leading to the level on tape being 3 dB higher. Apply the 3 dB attenuation when using a master mixed in a film room.

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalSurroundMixLevel.html b/docs/enums/DolbyDigitalSurroundMixLevel.html index 4e1d5cde9..7428d9be5 100644 --- a/docs/enums/DolbyDigitalSurroundMixLevel.html +++ b/docs/enums/DolbyDigitalSurroundMixLevel.html @@ -1,6 +1,6 @@ -DolbyDigitalSurroundMixLevel | @bitmovin/api-sdk

Enumeration DolbyDigitalSurroundMixLevel

Export

Enumeration Members

MINUS_1_5_DB +DolbyDigitalSurroundMixLevel | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MINUS_1_5_DB: "MINUS_1_5_DB"
MINUS_3_DB: "MINUS_3_DB"
MINUS_4_5_DB: "MINUS_4_5_DB"
MINUS_6_DB: "MINUS_6_DB"
MINUS_INFINITY_DB: "MINUS_INFINITY_DB"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalSurroundMode.html b/docs/enums/DolbyDigitalSurroundMode.html index c9d21f117..05eb0a5a5 100644 --- a/docs/enums/DolbyDigitalSurroundMode.html +++ b/docs/enums/DolbyDigitalSurroundMode.html @@ -1,4 +1,4 @@ -DolbyDigitalSurroundMode | @bitmovin/api-sdk

Enumeration DolbyDigitalSurroundMode

Export

Enumeration Members

DISABLED +DolbyDigitalSurroundMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
NOT_INDICATED: "NOT_INDICATED"
\ No newline at end of file diff --git a/docs/enums/DolbyDigitalThreeDbAttenuation.html b/docs/enums/DolbyDigitalThreeDbAttenuation.html index f66f8ebaf..ccb2e8af3 100644 --- a/docs/enums/DolbyDigitalThreeDbAttenuation.html +++ b/docs/enums/DolbyDigitalThreeDbAttenuation.html @@ -1,4 +1,4 @@ DolbyDigitalThreeDbAttenuation | @bitmovin/api-sdk

Enumeration DolbyDigitalThreeDbAttenuation

–3 dB attenuation can be used to reduce the levels of the surround channels to compensate between the calibration of film dubbing stages and consumer replay environments. The surround channels in film studios are set 3 dB lower than the front channels (unlike consumer applications of 5.1), leading to the level on tape being 3 dB higher. Apply the 3 dB attenuation when using a master mixed in a film room.

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyVisionMetadataSource.html b/docs/enums/DolbyVisionMetadataSource.html index bc39daa6f..22757b127 100644 --- a/docs/enums/DolbyVisionMetadataSource.html +++ b/docs/enums/DolbyVisionMetadataSource.html @@ -1,3 +1,3 @@ -DolbyVisionMetadataSource | @bitmovin/api-sdk

Enumeration DolbyVisionMetadataSource

Export

Enumeration Members

EMBEDDED +DolbyVisionMetadataSource | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

EMBEDDED: "EMBEDDED"
INPUT_STREAM: "INPUT_STREAM"
\ No newline at end of file diff --git a/docs/enums/DolbyVisionPerStreamMode.html b/docs/enums/DolbyVisionPerStreamMode.html index 30e5ef407..1fe2afa64 100644 --- a/docs/enums/DolbyVisionPerStreamMode.html +++ b/docs/enums/DolbyVisionPerStreamMode.html @@ -1,3 +1,3 @@ -DolbyVisionPerStreamMode | @bitmovin/api-sdk

Enumeration DolbyVisionPerStreamMode

Export

Enumeration Members

DISABLED +DolbyVisionPerStreamMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/DolbyVisionProfile.html b/docs/enums/DolbyVisionProfile.html index 7241e3de6..3360af54d 100644 --- a/docs/enums/DolbyVisionProfile.html +++ b/docs/enums/DolbyVisionProfile.html @@ -1,6 +1,6 @@ -DolbyVisionProfile | @bitmovin/api-sdk

Enumeration DolbyVisionProfile

Export

Enumeration Members

AVC3_09 +DolbyVisionProfile | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AVC3_09: "AVC3_09"
DVHE_04: "DVHE_04"
DVHE_05: "DVHE_05"
DVHE_07: "DVHE_07"
HEV1_08: "HEV1_08"
\ No newline at end of file diff --git a/docs/enums/DolbyVisionTrackSampleEntryName.html b/docs/enums/DolbyVisionTrackSampleEntryName.html index 2599e0b0d..5fb4ca933 100644 --- a/docs/enums/DolbyVisionTrackSampleEntryName.html +++ b/docs/enums/DolbyVisionTrackSampleEntryName.html @@ -1,4 +1,4 @@ DolbyVisionTrackSampleEntryName | @bitmovin/api-sdk

Enumeration DolbyVisionTrackSampleEntryName

Dolby Vision track's sample entry name

-

Export

\ No newline at end of file +

Enumeration Members

DVH1: "DVH1"
DVHE: "DVHE"
\ No newline at end of file diff --git a/docs/enums/DrmType.html b/docs/enums/DrmType.html index 59046c608..18bd178d0 100644 --- a/docs/enums/DrmType.html +++ b/docs/enums/DrmType.html @@ -1,5 +1,5 @@ DrmType | @bitmovin/api-sdk

Enumeration DrmType

The type of the drm

-

Export

\ No newline at end of file +

Enumeration Members

AES: "AES"
CENC: "CENC"
CLEARKEY: "CLEARKEY"
FAIRPLAY: "FAIRPLAY"
MARLIN: "MARLIN"
PLAYREADY: "PLAYREADY"
PRIMETIME: "PRIMETIME"
SPEKE: "SPEKE"
WIDEVINE: "WIDEVINE"
\ No newline at end of file diff --git a/docs/enums/DtsMode.html b/docs/enums/DtsMode.html index 942326a2c..2761135df 100644 --- a/docs/enums/DtsMode.html +++ b/docs/enums/DtsMode.html @@ -1,3 +1,3 @@ -DtsMode | @bitmovin/api-sdk

Enumeration DtsMode

Export

Enumeration Members

DIGITAL_SURROUND +DtsMode | @bitmovin/api-sdk

Enumeration DtsMode

Export

Enumeration Members

Enumeration Members

DIGITAL_SURROUND: "DIGITAL_SURROUND"
EXPRESS_AUDIO: "EXPRESS_AUDIO"
\ No newline at end of file +

Enumeration Members

DIGITAL_SURROUND: "DIGITAL_SURROUND"
EXPRESS_AUDIO: "EXPRESS_AUDIO"
\ No newline at end of file diff --git a/docs/enums/DtsXChannelLayout.html b/docs/enums/DtsXChannelLayout.html index 4eefbc09e..82e9cd2f7 100644 --- a/docs/enums/DtsXChannelLayout.html +++ b/docs/enums/DtsXChannelLayout.html @@ -1,4 +1,4 @@ DtsXChannelLayout | @bitmovin/api-sdk

Enumeration DtsXChannelLayout

Can be 5.1 or 5.1.4

-

Export

\ No newline at end of file +

Enumeration Members

CL_5_1: "5.1"
CL_5_1_4: "5.1.4"
\ No newline at end of file diff --git a/docs/enums/EgressCategory.html b/docs/enums/EgressCategory.html index 0c9693dd2..71b745fae 100644 --- a/docs/enums/EgressCategory.html +++ b/docs/enums/EgressCategory.html @@ -1,3 +1,3 @@ -EgressCategory | @bitmovin/api-sdk

Enumeration EgressCategory

Export

Enumeration Members

TRANSFER +EgressCategory | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

TRANSFER: "TRANSFER"
TRANSFER_RETRY: "TRANSFER_RETRY"
\ No newline at end of file diff --git a/docs/enums/EncodingMode.html b/docs/enums/EncodingMode.html index 9c978736d..c98ce03c3 100644 --- a/docs/enums/EncodingMode.html +++ b/docs/enums/EncodingMode.html @@ -1,5 +1,5 @@ -EncodingMode | @bitmovin/api-sdk

Enumeration EncodingMode

Export

Enumeration Members

SINGLE_PASS +EncodingMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

SINGLE_PASS: "SINGLE_PASS"
STANDARD: "STANDARD"
THREE_PASS: "THREE_PASS"
TWO_PASS: "TWO_PASS"
\ No newline at end of file diff --git a/docs/enums/EncodingTemplate.html b/docs/enums/EncodingTemplate.html index 7511811c3..8b6adb54a 100644 --- a/docs/enums/EncodingTemplate.html +++ b/docs/enums/EncodingTemplate.html @@ -1,4 +1,4 @@ -EncodingTemplate | @bitmovin/api-sdk

Enumeration EncodingTemplate

Export

Enumeration Members

AV1 +EncodingTemplate | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AV1: "AV1"
H264: "H264"
H264_FIXED_RESOLUTIONS: "H264_FIXED_RESOLUTIONS"
\ No newline at end of file diff --git a/docs/enums/EncodingTemplateType.html b/docs/enums/EncodingTemplateType.html index 82cdc082c..784552f08 100644 --- a/docs/enums/EncodingTemplateType.html +++ b/docs/enums/EncodingTemplateType.html @@ -1,4 +1,4 @@ EncodingTemplateType | @bitmovin/api-sdk

Enumeration EncodingTemplateType

The Encoding Template type

-

Export

\ No newline at end of file +

Enumeration Members

LIVE: "LIVE"
VOD: "VOD"
\ No newline at end of file diff --git a/docs/enums/EncodingType.html b/docs/enums/EncodingType.html index 17ed92e24..5f7679ede 100644 --- a/docs/enums/EncodingType.html +++ b/docs/enums/EncodingType.html @@ -1,4 +1,4 @@ -EncodingType | @bitmovin/api-sdk

Enumeration EncodingType

Export

Enumeration Members

LIVE +EncodingType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

LIVE: "LIVE"
NONE: "NONE"
VOD: "VOD"
\ No newline at end of file diff --git a/docs/enums/EncryptionMode.html b/docs/enums/EncryptionMode.html index a3a6227db..caf8ccb10 100644 --- a/docs/enums/EncryptionMode.html +++ b/docs/enums/EncryptionMode.html @@ -1,4 +1,4 @@ EncryptionMode | @bitmovin/api-sdk

Enumeration EncryptionMode

The encryption method to use.

-

Export

\ No newline at end of file +

Enumeration Members

CBC: "CBC"
CTR: "CTR"
\ No newline at end of file diff --git a/docs/enums/EnhancedDeinterlaceAutoEnable.html b/docs/enums/EnhancedDeinterlaceAutoEnable.html index 79a064ba1..5e6c024db 100644 --- a/docs/enums/EnhancedDeinterlaceAutoEnable.html +++ b/docs/enums/EnhancedDeinterlaceAutoEnable.html @@ -1,4 +1,4 @@ EnhancedDeinterlaceAutoEnable | @bitmovin/api-sdk

Enumeration EnhancedDeinterlaceAutoEnable

Specifies if the Enhanced Deinterlace Filter should be applied unconditionally or only on demand.

-

Export

\ No newline at end of file +

Enumeration Members

ALWAYS_ON: "ALWAYS_ON"
META_DATA_BASED: "META_DATA_BASED"
\ No newline at end of file diff --git a/docs/enums/EnhancedDeinterlaceMode.html b/docs/enums/EnhancedDeinterlaceMode.html index 9abbff474..ea4fef28e 100644 --- a/docs/enums/EnhancedDeinterlaceMode.html +++ b/docs/enums/EnhancedDeinterlaceMode.html @@ -1,4 +1,4 @@ EnhancedDeinterlaceMode | @bitmovin/api-sdk

Enumeration EnhancedDeinterlaceMode

Specifies the method how fields are converted to frames

-

Export

\ No newline at end of file +

Enumeration Members

FIELD: "FIELD"
FRAME: "FRAME"
\ No newline at end of file diff --git a/docs/enums/EnhancedDeinterlaceParity.html b/docs/enums/EnhancedDeinterlaceParity.html index fb57f3bfc..09e033b77 100644 --- a/docs/enums/EnhancedDeinterlaceParity.html +++ b/docs/enums/EnhancedDeinterlaceParity.html @@ -1,4 +1,4 @@ EnhancedDeinterlaceParity | @bitmovin/api-sdk

Enumeration EnhancedDeinterlaceParity

Specifies which field of an interlaced frame is assumed to be the first one

-

Export

Enumeration Members

Export

Enumeration Members

Enumeration Members

BOTTOM_FIELD_FIRST: "BOTTOM_FIELD_FIRST"
TOP_FIELD_FIRST: "TOP_FIELD_FIRST"
\ No newline at end of file +

Enumeration Members

BOTTOM_FIELD_FIRST: "BOTTOM_FIELD_FIRST"
TOP_FIELD_FIRST: "TOP_FIELD_FIRST"
\ No newline at end of file diff --git a/docs/enums/ErrorRetryHint.html b/docs/enums/ErrorRetryHint.html index 1e767d95e..4d436c1b1 100644 --- a/docs/enums/ErrorRetryHint.html +++ b/docs/enums/ErrorRetryHint.html @@ -1,4 +1,4 @@ -ErrorRetryHint | @bitmovin/api-sdk

Enumeration ErrorRetryHint

Export

Enumeration Members

NO_RETRY +ErrorRetryHint | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

NO_RETRY: "NO_RETRY"
RETRY: "RETRY"
RETRY_IN_DIFFERENT_REGION: "RETRY_IN_DIFFERENT_REGION"
\ No newline at end of file diff --git a/docs/enums/ExternalIdMode.html b/docs/enums/ExternalIdMode.html index 8b557aea3..8b963af00 100644 --- a/docs/enums/ExternalIdMode.html +++ b/docs/enums/ExternalIdMode.html @@ -1,4 +1,4 @@ -ExternalIdMode | @bitmovin/api-sdk

Enumeration ExternalIdMode

Export

Enumeration Members

CUSTOM +ExternalIdMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CUSTOM: "CUSTOM"
GENERATED: "GENERATED"
GLOBAL: "GLOBAL"
\ No newline at end of file diff --git a/docs/enums/FileInputStreamType.html b/docs/enums/FileInputStreamType.html index 0b20a4fd4..d638e2b27 100644 --- a/docs/enums/FileInputStreamType.html +++ b/docs/enums/FileInputStreamType.html @@ -1,4 +1,4 @@ -FileInputStreamType | @bitmovin/api-sdk

Enumeration FileInputStreamType

Export

Enumeration Members

SRT +FileInputStreamType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

SRT: "SRT"
TTML: "TTML"
WEBVTT: "WEBVTT"
\ No newline at end of file diff --git a/docs/enums/FilterType.html b/docs/enums/FilterType.html index e38810180..f557f90fa 100644 --- a/docs/enums/FilterType.html +++ b/docs/enums/FilterType.html @@ -1,4 +1,4 @@ -FilterType | @bitmovin/api-sdk

Enumeration FilterType

Export

Enumeration Members

AUDIO_MIX +FilterType | @bitmovin/api-sdk

Enumeration FilterType

Export

Enumeration Members

AUDIO_MIX: "AUDIO_MIX"
AUDIO_VOLUME: "AUDIO_VOLUME"
AZURE_SPEECH_TO_CAPTIONS: "AZURE_SPEECH_TO_CAPTIONS"
CONFORM: "CONFORM"
CROP: "CROP"
DEINTERLACE: "DEINTERLACE"
DENOISE_HQDN3D: "DENOISE_HQDN3D"
EBU_R128_SINGLE_PASS: "EBU_R128_SINGLE_PASS"
ENHANCED_DEINTERLACE: "ENHANCED_DEINTERLACE"
ENHANCED_WATERMARK: "ENHANCED_WATERMARK"
INTERLACE: "INTERLACE"
ROTATE: "ROTATE"
SCALE: "SCALE"
TEXT: "TEXT"
UNSHARP: "UNSHARP"
WATERMARK: "WATERMARK"
\ No newline at end of file +

Enumeration Members

AUDIO_MIX: "AUDIO_MIX"
AUDIO_VOLUME: "AUDIO_VOLUME"
AZURE_SPEECH_TO_CAPTIONS: "AZURE_SPEECH_TO_CAPTIONS"
CONFORM: "CONFORM"
CROP: "CROP"
DEINTERLACE: "DEINTERLACE"
DENOISE_HQDN3D: "DENOISE_HQDN3D"
EBU_R128_SINGLE_PASS: "EBU_R128_SINGLE_PASS"
ENHANCED_DEINTERLACE: "ENHANCED_DEINTERLACE"
ENHANCED_WATERMARK: "ENHANCED_WATERMARK"
INTERLACE: "INTERLACE"
ROTATE: "ROTATE"
SCALE: "SCALE"
TEXT: "TEXT"
UNSHARP: "UNSHARP"
WATERMARK: "WATERMARK"
\ No newline at end of file diff --git a/docs/enums/ForceFlushMode.html b/docs/enums/ForceFlushMode.html index ca36b8ff7..97be3dc8f 100644 --- a/docs/enums/ForceFlushMode.html +++ b/docs/enums/ForceFlushMode.html @@ -1,5 +1,5 @@ ForceFlushMode | @bitmovin/api-sdk

Enumeration ForceFlushMode

Force the encoder to flush frames. Default is DISABLED.

-

Export

\ No newline at end of file +

Enumeration Members

ALL_FRAMES: "ALL_FRAMES"
DISABLED: "DISABLED"
SLICE_TYPE: "SLICE_TYPE"
\ No newline at end of file diff --git a/docs/enums/FragmentedMp4MuxingManifestType.html b/docs/enums/FragmentedMp4MuxingManifestType.html index ea36cf48c..d5eaf9029 100644 --- a/docs/enums/FragmentedMp4MuxingManifestType.html +++ b/docs/enums/FragmentedMp4MuxingManifestType.html @@ -1,7 +1,7 @@ FragmentedMp4MuxingManifestType | @bitmovin/api-sdk

Enumeration FragmentedMp4MuxingManifestType

Manifest type to be generated for the Fragmented MP4 Muxing. Only significant if a valid fragmentDuration is passed. If this is not set, Smooth Streaming is assumed.

-

Export

\ No newline at end of file +

Enumeration Members

DASH_ON_DEMAND: "DASH_ON_DEMAND"
HLS_BYTE_RANGES: "HLS_BYTE_RANGES"
HLS_BYTE_RANGES_AND_IFRAME_PLAYLIST: "HLS_BYTE_RANGES_AND_IFRAME_PLAYLIST"
NONE: "NONE"
SMOOTH: "SMOOTH"
\ No newline at end of file diff --git a/docs/enums/GoogleCloudRegion.html b/docs/enums/GoogleCloudRegion.html index 3e8aaba71..d1211dc82 100644 --- a/docs/enums/GoogleCloudRegion.html +++ b/docs/enums/GoogleCloudRegion.html @@ -1,4 +1,4 @@ -GoogleCloudRegion | @bitmovin/api-sdk

Enumeration GoogleCloudRegion

Export

Enumeration Members

ASIA_EAST_1 +GoogleCloudRegion | @bitmovin/api-sdk

Enumeration GoogleCloudRegion

Export

Enumeration Members

ASIA_EAST_1: "ASIA_EAST_1"
ASIA_EAST_2: "ASIA_EAST_2"
ASIA_NORTHEAST_1: "ASIA_NORTHEAST_1"
ASIA_SOUTHEAST_1: "ASIA_SOUTHEAST_1"
ASIA_SOUTH_1: "ASIA_SOUTH_1"
AUSTRALIA_SOUTHEAST_1: "AUSTRALIA_SOUTHEAST_1"
EUROPE_NORTH_1: "EUROPE_NORTH_1"
EUROPE_WEST_1: "EUROPE_WEST_1"
EUROPE_WEST_2: "EUROPE_WEST_2"
EUROPE_WEST_3: "EUROPE_WEST_3"
EUROPE_WEST_4: "EUROPE_WEST_4"
ME_CENTRAL_2: "ME_CENTRAL_2"
NORTHAMERICA_NORTHEAST_1: "NORTHAMERICA_NORTHEAST_1"
SOUTHAMERICA_EAST_1: "SOUTHAMERICA_EAST_1"
US_CENTRAL_1: "US_CENTRAL_1"
US_EAST_1: "US_EAST_1"
US_EAST_4: "US_EAST_4"
US_WEST_1: "US_WEST_1"
US_WEST_2: "US_WEST_2"
\ No newline at end of file +

Enumeration Members

ASIA_EAST_1: "ASIA_EAST_1"
ASIA_EAST_2: "ASIA_EAST_2"
ASIA_NORTHEAST_1: "ASIA_NORTHEAST_1"
ASIA_SOUTHEAST_1: "ASIA_SOUTHEAST_1"
ASIA_SOUTH_1: "ASIA_SOUTH_1"
AUSTRALIA_SOUTHEAST_1: "AUSTRALIA_SOUTHEAST_1"
EUROPE_NORTH_1: "EUROPE_NORTH_1"
EUROPE_WEST_1: "EUROPE_WEST_1"
EUROPE_WEST_2: "EUROPE_WEST_2"
EUROPE_WEST_3: "EUROPE_WEST_3"
EUROPE_WEST_4: "EUROPE_WEST_4"
ME_CENTRAL_2: "ME_CENTRAL_2"
NORTHAMERICA_NORTHEAST_1: "NORTHAMERICA_NORTHEAST_1"
SOUTHAMERICA_EAST_1: "SOUTHAMERICA_EAST_1"
US_CENTRAL_1: "US_CENTRAL_1"
US_EAST_1: "US_EAST_1"
US_EAST_4: "US_EAST_4"
US_WEST_1: "US_WEST_1"
US_WEST_2: "US_WEST_2"
\ No newline at end of file diff --git a/docs/enums/H262InterlaceMode.html b/docs/enums/H262InterlaceMode.html index d50c9854a..1e8938741 100644 --- a/docs/enums/H262InterlaceMode.html +++ b/docs/enums/H262InterlaceMode.html @@ -1,5 +1,5 @@ H262InterlaceMode | @bitmovin/api-sdk

Enumeration H262InterlaceMode

Using TOP_FIELD_FIRST or BOTTOM_FIELD_FIRST will output interlaced video

-

Export

\ No newline at end of file +

Enumeration Members

BOTTOM_FIELD_FIRST: "BOTTOM_FIELD_FIRST"
NONE: "NONE"
TOP_FIELD_FIRST: "TOP_FIELD_FIRST"
\ No newline at end of file diff --git a/docs/enums/H262PresetConfiguration.html b/docs/enums/H262PresetConfiguration.html index 298180907..309e49f78 100644 --- a/docs/enums/H262PresetConfiguration.html +++ b/docs/enums/H262PresetConfiguration.html @@ -1,3 +1,3 @@ H262PresetConfiguration | @bitmovin/api-sdk

Enumeration H262PresetConfiguration

Codec specific settings for XDCAM HD 422.

-

Export

Enumeration Members

Enumeration Members

XDCAM_HD_422: "XDCAM_HD_422"
\ No newline at end of file +

Export

Enumeration Members

Enumeration Members

XDCAM_HD_422: "XDCAM_HD_422"
\ No newline at end of file diff --git a/docs/enums/H264BPyramid.html b/docs/enums/H264BPyramid.html index e61e12cc2..0bc63d8e0 100644 --- a/docs/enums/H264BPyramid.html +++ b/docs/enums/H264BPyramid.html @@ -1,5 +1,5 @@ H264BPyramid | @bitmovin/api-sdk

Enumeration H264BPyramid

Keep some B-frames as references

-

Export

\ No newline at end of file +

Enumeration Members

NONE: "NONE"
NORMAL: "NORMAL"
STRICT: "STRICT"
\ No newline at end of file diff --git a/docs/enums/H264DynamicRangeFormat.html b/docs/enums/H264DynamicRangeFormat.html index 32487d287..aade015be 100644 --- a/docs/enums/H264DynamicRangeFormat.html +++ b/docs/enums/H264DynamicRangeFormat.html @@ -1,3 +1,3 @@ H264DynamicRangeFormat | @bitmovin/api-sdk

Enumeration H264DynamicRangeFormat

Ouput should be in Standard Definition Range (SDR).

-

Export

Enumeration Members

SDR -

Enumeration Members

SDR: "SDR"
\ No newline at end of file +

Export

Enumeration Members

SDR +

Enumeration Members

SDR: "SDR"
\ No newline at end of file diff --git a/docs/enums/H264InterlaceMode.html b/docs/enums/H264InterlaceMode.html index 9a8ad3667..ceba6ed06 100644 --- a/docs/enums/H264InterlaceMode.html +++ b/docs/enums/H264InterlaceMode.html @@ -1,5 +1,5 @@ H264InterlaceMode | @bitmovin/api-sdk

Enumeration H264InterlaceMode

Using TOP_FIELD_FIRST or BOTTOM_FIELD_FIRST will output interlaced video

-

Export

\ No newline at end of file +

Enumeration Members

BOTTOM_FIELD_FIRST: "BOTTOM_FIELD_FIRST"
NONE: "NONE"
TOP_FIELD_FIRST: "TOP_FIELD_FIRST"
\ No newline at end of file diff --git a/docs/enums/H264MotionEstimationMethod.html b/docs/enums/H264MotionEstimationMethod.html index 9365ee48e..4fcf849c8 100644 --- a/docs/enums/H264MotionEstimationMethod.html +++ b/docs/enums/H264MotionEstimationMethod.html @@ -1,5 +1,5 @@ H264MotionEstimationMethod | @bitmovin/api-sdk

Enumeration H264MotionEstimationMethod

Integer pixel motion estimation method

-

Export

\ No newline at end of file +

Enumeration Members

DIA: "DIA"
HEX: "HEX"
UMH: "UMH"
\ No newline at end of file diff --git a/docs/enums/H264NalHrd.html b/docs/enums/H264NalHrd.html index 9e63094b2..085bf7a4a 100644 --- a/docs/enums/H264NalHrd.html +++ b/docs/enums/H264NalHrd.html @@ -1,5 +1,5 @@ H264NalHrd | @bitmovin/api-sdk

Enumeration H264NalHrd

Signal hypothetical reference decoder (HRD) information (requires bufsize to be set)

-

Export

\ No newline at end of file +

Enumeration Members

CBR: "CBR"
NONE: "NONE"
VBR: "VBR"
\ No newline at end of file diff --git a/docs/enums/H264Partition.html b/docs/enums/H264Partition.html index e3b8cc12b..09997720c 100644 --- a/docs/enums/H264Partition.html +++ b/docs/enums/H264Partition.html @@ -1,9 +1,9 @@ H264Partition | @bitmovin/api-sdk

Enumeration H264Partition

Partitions to consider. Analyzing more partition options improves quality at the cost of speed.

-

Export

\ No newline at end of file +

Enumeration Members

ALL: "ALL"
B8X8: "B8X8"
I4X4: "I4X4"
I8X8: "I8X8"
NONE: "NONE"
P4X4: "P4X4"
P8X8: "P8X8"
\ No newline at end of file diff --git a/docs/enums/H264SubMe.html b/docs/enums/H264SubMe.html index cd12f5025..5af78acda 100644 --- a/docs/enums/H264SubMe.html +++ b/docs/enums/H264SubMe.html @@ -1,5 +1,5 @@ H264SubMe | @bitmovin/api-sdk

Enumeration H264SubMe

Subpixel motion estimation and mode decision

-

Export

\ No newline at end of file +

Enumeration Members

FULLPEL: "FULLPEL"
QPEL3: "QPEL3"
QPEL4: "QPEL4"
QPEL5: "QPEL5"
RD_ALL: "RD_ALL"
RD_IP: "RD_IP"
RD_REF_ALL: "RD_REF_ALL"
RD_REF_IP: "RD_REF_IP"
SAD: "SAD"
SATD: "SATD"
\ No newline at end of file diff --git a/docs/enums/H264Trellis.html b/docs/enums/H264Trellis.html index dccd223c6..afbbcbc14 100644 --- a/docs/enums/H264Trellis.html +++ b/docs/enums/H264Trellis.html @@ -1,5 +1,5 @@ H264Trellis | @bitmovin/api-sdk

Enumeration H264Trellis

Enables or disables Trellis quantization. NOTE: This requires cabac

-

Export

Enumeration Members

Export

Enumeration Members

DISABLED: "DISABLED"
ENABLED_ALL: "ENABLED_ALL"
ENABLED_FINAL_MB: "ENABLED_FINAL_MB"
\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED_ALL: "ENABLED_ALL"
ENABLED_FINAL_MB: "ENABLED_FINAL_MB"
\ No newline at end of file diff --git a/docs/enums/H265DynamicRangeFormat.html b/docs/enums/H265DynamicRangeFormat.html index 4879b8204..8f3609a72 100644 --- a/docs/enums/H265DynamicRangeFormat.html +++ b/docs/enums/H265DynamicRangeFormat.html @@ -1,8 +1,8 @@ H265DynamicRangeFormat | @bitmovin/api-sdk

Enumeration H265DynamicRangeFormat

Configures what kind of dynamic range the output should conform to. Can be used to convert from SDR to HDR, from HDR to SDR or between different HDR formats

-

Export

\ No newline at end of file +

Enumeration Members

DOLBY_VISION: "DOLBY_VISION"
DOLBY_VISION_PROFILE_5: "DOLBY_VISION_PROFILE_5"
DOLBY_VISION_PROFILE_8_1: "DOLBY_VISION_PROFILE_8_1"
HDR10: "HDR10"
HLG: "HLG"
SDR: "SDR"
\ No newline at end of file diff --git a/docs/enums/HeAacV1Signaling.html b/docs/enums/HeAacV1Signaling.html index 614aa86d4..7d6afecac 100644 --- a/docs/enums/HeAacV1Signaling.html +++ b/docs/enums/HeAacV1Signaling.html @@ -1,4 +1,4 @@ -HeAacV1Signaling | @bitmovin/api-sdk

Enumeration HeAacV1Signaling

Export

Enumeration Members

EXPLICIT_HIERARCHICAL +HeAacV1Signaling | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

EXPLICIT_HIERARCHICAL: "EXPLICIT_HIERARCHICAL"
EXPLICIT_SBR: "EXPLICIT_SBR"
IMPLICIT: "IMPLICIT"
\ No newline at end of file diff --git a/docs/enums/HeAacV2Signaling.html b/docs/enums/HeAacV2Signaling.html index c88163a6a..631079972 100644 --- a/docs/enums/HeAacV2Signaling.html +++ b/docs/enums/HeAacV2Signaling.html @@ -1,5 +1,5 @@ -HeAacV2Signaling | @bitmovin/api-sdk

Enumeration HeAacV2Signaling

Export

Enumeration Members

EXPLICIT_HIERARCHICAL +HeAacV2Signaling | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

EXPLICIT_HIERARCHICAL: "EXPLICIT_HIERARCHICAL"
EXPLICIT_PS: "EXPLICIT_PS"
EXPLICIT_SBR: "EXPLICIT_SBR"
IMPLICIT: "IMPLICIT"
\ No newline at end of file diff --git a/docs/enums/HlsManifestAdMarkerType.html b/docs/enums/HlsManifestAdMarkerType.html index 7b156c5d4..44887c12f 100644 --- a/docs/enums/HlsManifestAdMarkerType.html +++ b/docs/enums/HlsManifestAdMarkerType.html @@ -1,7 +1,7 @@ HlsManifestAdMarkerType | @bitmovin/api-sdk

Enumeration HlsManifestAdMarkerType

HLS Manifest ad marker types

-

Export

\ No newline at end of file +

Enumeration Members

EXT_OATCLS_SCTE35: "EXT_OATCLS_SCTE35"
EXT_X_CUE_OUT_IN: "EXT_X_CUE_OUT_IN"
EXT_X_DATERANGE: "EXT_X_DATERANGE"
EXT_X_SCTE35: "EXT_X_SCTE35"
EXT_X_SPLICEPOINT_SCTE35: "EXT_X_SPLICEPOINT_SCTE35"
\ No newline at end of file diff --git a/docs/enums/HlsManifestDefaultVersion.html b/docs/enums/HlsManifestDefaultVersion.html index a28caae81..5601ffe09 100644 --- a/docs/enums/HlsManifestDefaultVersion.html +++ b/docs/enums/HlsManifestDefaultVersion.html @@ -1,2 +1,2 @@ -HlsManifestDefaultVersion | @bitmovin/api-sdk

Enumeration HlsManifestDefaultVersion

Export

Enumeration Members

V1 -

Enumeration Members

V1: "V1"
\ No newline at end of file +HlsManifestDefaultVersion | @bitmovin/api-sdk

Enumeration HlsManifestDefaultVersion

Export

Enumeration Members

V1 +

Enumeration Members

V1: "V1"
\ No newline at end of file diff --git a/docs/enums/HlsTargetDurationRoundingMode.html b/docs/enums/HlsTargetDurationRoundingMode.html index 9f8099190..04403b713 100644 --- a/docs/enums/HlsTargetDurationRoundingMode.html +++ b/docs/enums/HlsTargetDurationRoundingMode.html @@ -1,3 +1,3 @@ -HlsTargetDurationRoundingMode | @bitmovin/api-sdk

Enumeration HlsTargetDurationRoundingMode

Export

Enumeration Members

NORMAL_ROUNDING +HlsTargetDurationRoundingMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

NORMAL_ROUNDING: "NORMAL_ROUNDING"
UPWARD_ROUNDING: "UPWARD_ROUNDING"
\ No newline at end of file diff --git a/docs/enums/HlsVersion.html b/docs/enums/HlsVersion.html index 617e3ed5f..d7045510e 100644 --- a/docs/enums/HlsVersion.html +++ b/docs/enums/HlsVersion.html @@ -1,7 +1,7 @@ -HlsVersion | @bitmovin/api-sdk

Enumeration HlsVersion

Export

Enumeration Members

HLS_V3 +HlsVersion | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

HLS_V3: "3"
HLS_V4: "4"
HLS_V5: "5"
HLS_V6: "6"
HLS_V7: "7"
HLS_V8: "8"
\ No newline at end of file diff --git a/docs/enums/Id3TagPositionMode.html b/docs/enums/Id3TagPositionMode.html index efd2f5fb8..0aca7e5b6 100644 --- a/docs/enums/Id3TagPositionMode.html +++ b/docs/enums/Id3TagPositionMode.html @@ -1,3 +1,3 @@ -Id3TagPositionMode | @bitmovin/api-sdk

Enumeration Id3TagPositionMode

Export

Enumeration Members

FRAME +Id3TagPositionMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

FRAME: "FRAME"
TIME: "TIME"
\ No newline at end of file diff --git a/docs/enums/Id3TagType.html b/docs/enums/Id3TagType.html index 1120f7654..05ff5d695 100644 --- a/docs/enums/Id3TagType.html +++ b/docs/enums/Id3TagType.html @@ -1,4 +1,4 @@ -Id3TagType | @bitmovin/api-sdk

Enumeration Id3TagType

Export

Enumeration Members

FRAME_ID +Id3TagType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

FRAME_ID: "FRAME_ID"
PLAIN_TEXT: "PLAIN_TEXT"
RAW: "RAW"
\ No newline at end of file diff --git a/docs/enums/IgnoredBy.html b/docs/enums/IgnoredBy.html index 82102cc13..9fc39ecff 100644 --- a/docs/enums/IgnoredBy.html +++ b/docs/enums/IgnoredBy.html @@ -1,2 +1,2 @@ -IgnoredBy | @bitmovin/api-sdk

Enumeration IgnoredBy

Export

Enumeration Members

Enumeration Members

CONDITION: "CONDITION"
\ No newline at end of file +IgnoredBy | @bitmovin/api-sdk

Enumeration IgnoredBy

Export

Enumeration Members

Enumeration Members

CONDITION: "CONDITION"
\ No newline at end of file diff --git a/docs/enums/ImscStylingMode.html b/docs/enums/ImscStylingMode.html index 415a037ec..aaa8d47b6 100644 --- a/docs/enums/ImscStylingMode.html +++ b/docs/enums/ImscStylingMode.html @@ -1,4 +1,4 @@ ImscStylingMode | @bitmovin/api-sdk

Enumeration ImscStylingMode

Determines how IMSC styling is handled.

-

Export

Enumeration Members

Export

Enumeration Members

Enumeration Members

DROP_STYLING: "DROP_STYLING"
PASSTHROUGH: "PASSTHROUGH"
\ No newline at end of file +

Enumeration Members

DROP_STYLING: "DROP_STYLING"
PASSTHROUGH: "PASSTHROUGH"
\ No newline at end of file diff --git a/docs/enums/InputColorPrimaries.html b/docs/enums/InputColorPrimaries.html index 3862e6133..730846f86 100644 --- a/docs/enums/InputColorPrimaries.html +++ b/docs/enums/InputColorPrimaries.html @@ -1,4 +1,4 @@ -InputColorPrimaries | @bitmovin/api-sdk

Enumeration InputColorPrimaries

Export

Enumeration Members

BT2020 +InputColorPrimaries | @bitmovin/api-sdk

Enumeration InputColorPrimaries

Export

Enumeration Members

Enumeration Members

BT2020: "BT2020"
BT470BG: "BT470BG"
BT470M: "BT470M"
BT709: "BT709"
FILM: "FILM"
JEDEC_P22: "JEDEC_P22"
SMPTE170M: "SMPTE170M"
SMPTE240M: "SMPTE240M"
SMPTE428: "SMPTE428"
SMPTE431: "SMPTE431"
SMPTE432: "SMPTE432"
SMPTEST428_1: "SMPTEST428_1"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file +

Enumeration Members

BT2020: "BT2020"
BT470BG: "BT470BG"
BT470M: "BT470M"
BT709: "BT709"
FILM: "FILM"
JEDEC_P22: "JEDEC_P22"
SMPTE170M: "SMPTE170M"
SMPTE240M: "SMPTE240M"
SMPTE428: "SMPTE428"
SMPTE431: "SMPTE431"
SMPTE432: "SMPTE432"
SMPTEST428_1: "SMPTEST428_1"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file diff --git a/docs/enums/InputColorRange.html b/docs/enums/InputColorRange.html index ce9c06f27..331a97655 100644 --- a/docs/enums/InputColorRange.html +++ b/docs/enums/InputColorRange.html @@ -1,5 +1,5 @@ InputColorRange | @bitmovin/api-sdk

Enumeration InputColorRange

Override the color range detected in the input file. If not set the input color range will be automatically detected if possible.

-

Export

\ No newline at end of file +

Enumeration Members

JPEG: "JPEG"
MPEG: "MPEG"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file diff --git a/docs/enums/InputColorSpace.html b/docs/enums/InputColorSpace.html index 3f3f6116a..e001038cc 100644 --- a/docs/enums/InputColorSpace.html +++ b/docs/enums/InputColorSpace.html @@ -1,5 +1,5 @@ InputColorSpace | @bitmovin/api-sdk

Enumeration InputColorSpace

Override the color space detected in the input file. If not set the input color space will be automatically detected if possible.

-

Export

Enumeration Members

Export

Enumeration Members

Enumeration Members

BT2020_CL: "BT2020_CL"
BT2020_NCL: "BT2020_NCL"
BT470BG: "BT470BG"
BT709: "BT709"
FCC: "FCC"
RGB: "RGB"
SMPTE170M: "SMPTE170M"
SMPTE2085: "SMPTE2085"
SMPTE240M: "SMPTE240M"
UNSPECIFIED: "UNSPECIFIED"
YCGCO: "YCGCO"
YCOCG: "YCOCG"
\ No newline at end of file +

Enumeration Members

BT2020_CL: "BT2020_CL"
BT2020_NCL: "BT2020_NCL"
BT470BG: "BT470BG"
BT709: "BT709"
FCC: "FCC"
RGB: "RGB"
SMPTE170M: "SMPTE170M"
SMPTE2085: "SMPTE2085"
SMPTE240M: "SMPTE240M"
UNSPECIFIED: "UNSPECIFIED"
YCGCO: "YCGCO"
YCOCG: "YCOCG"
\ No newline at end of file diff --git a/docs/enums/InputColorTransfer.html b/docs/enums/InputColorTransfer.html index eecb00cdb..8051c6dbc 100644 --- a/docs/enums/InputColorTransfer.html +++ b/docs/enums/InputColorTransfer.html @@ -1,4 +1,4 @@ -InputColorTransfer | @bitmovin/api-sdk

Enumeration InputColorTransfer

Export

Enumeration Members

ARIB_STD_B67 +InputColorTransfer | @bitmovin/api-sdk

Enumeration InputColorTransfer

Export

Enumeration Members

ARIB_STD_B67: "ARIB_STD_B67"
BT1361_ECG: "BT1361_ECG"
BT2020_10: "BT2020_10"
BT2020_12: "BT2020_12"
BT709: "BT709"
GAMMA22: "GAMMA22"
GAMMA28: "GAMMA28"
IEC61966_2_1: "IEC61966_2_1"
IEC61966_2_4: "IEC61966_2_4"
LINEAR: "LINEAR"
LOG: "LOG"
LOG_SQRT: "LOG_SQRT"
SMPTE170M: "SMPTE170M"
SMPTE2084: "SMPTE2084"
SMPTE240M: "SMPTE240M"
SMPTE428: "SMPTE428"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file +

Enumeration Members

ARIB_STD_B67: "ARIB_STD_B67"
BT1361_ECG: "BT1361_ECG"
BT2020_10: "BT2020_10"
BT2020_12: "BT2020_12"
BT709: "BT709"
GAMMA22: "GAMMA22"
GAMMA28: "GAMMA28"
IEC61966_2_1: "IEC61966_2_1"
IEC61966_2_4: "IEC61966_2_4"
LINEAR: "LINEAR"
LOG: "LOG"
LOG_SQRT: "LOG_SQRT"
SMPTE170M: "SMPTE170M"
SMPTE2084: "SMPTE2084"
SMPTE240M: "SMPTE240M"
SMPTE428: "SMPTE428"
UNSPECIFIED: "UNSPECIFIED"
\ No newline at end of file diff --git a/docs/enums/InputStreamType.html b/docs/enums/InputStreamType.html index 259f7f4d6..34e2b4bdd 100644 --- a/docs/enums/InputStreamType.html +++ b/docs/enums/InputStreamType.html @@ -1,4 +1,4 @@ -InputStreamType | @bitmovin/api-sdk

Enumeration InputStreamType

Export

Enumeration Members

AUDIO_MIX +InputStreamType | @bitmovin/api-sdk

Enumeration InputStreamType

Export

Enumeration Members

AUDIO_MIX: "AUDIO_MIX"
CAPTION_CEA608: "CAPTION_CEA608"
CAPTION_CEA708: "CAPTION_CEA708"
CONCATENATION: "CONCATENATION"
DOLBY_ATMOS: "DOLBY_ATMOS"
DOLBY_VISION: "DOLBY_VISION"
DVB_SUBTITLE: "DVB_SUBTITLE"
FILE: "FILE"
INGEST: "INGEST"
SIDECAR_DOLBY_VISION_METADATA: "SIDECAR_DOLBY_VISION_METADATA"
TRIMMING_H264_PICTURE_TIMING: "TRIMMING_H264_PICTURE_TIMING"
TRIMMING_TIME_BASED: "TRIMMING_TIME_BASED"
TRIMMING_TIME_CODE_TRACK: "TRIMMING_TIME_CODE_TRACK"
\ No newline at end of file +

Enumeration Members

AUDIO_MIX: "AUDIO_MIX"
CAPTION_CEA608: "CAPTION_CEA608"
CAPTION_CEA708: "CAPTION_CEA708"
CONCATENATION: "CONCATENATION"
DOLBY_ATMOS: "DOLBY_ATMOS"
DOLBY_VISION: "DOLBY_VISION"
DVB_SUBTITLE: "DVB_SUBTITLE"
FILE: "FILE"
INGEST: "INGEST"
SIDECAR_DOLBY_VISION_METADATA: "SIDECAR_DOLBY_VISION_METADATA"
TRIMMING_H264_PICTURE_TIMING: "TRIMMING_H264_PICTURE_TIMING"
TRIMMING_TIME_BASED: "TRIMMING_TIME_BASED"
TRIMMING_TIME_CODE_TRACK: "TRIMMING_TIME_CODE_TRACK"
\ No newline at end of file diff --git a/docs/enums/InputType.html b/docs/enums/InputType.html index 25da29c92..cf94c7a29 100644 --- a/docs/enums/InputType.html +++ b/docs/enums/InputType.html @@ -1,4 +1,4 @@ -InputType | @bitmovin/api-sdk

Enumeration InputType

Export

Enumeration Members

AKAMAI_NETSTORAGE +InputType | @bitmovin/api-sdk

Enumeration InputType

Export

Enumeration Members

Enumeration Members

AKAMAI_NETSTORAGE: "AKAMAI_NETSTORAGE"
ASPERA: "ASPERA"
AZURE: "AZURE"
DIRECT_FILE_UPLOAD: "DIRECT_FILE_UPLOAD"
FTP: "FTP"
GCS: "GCS"
GCS_SERVICE_ACCOUNT: "GCS_SERVICE_ACCOUNT"
GENERIC_S3: "GENERIC_S3"
HTTP: "HTTP"
HTTPS: "HTTPS"
LOCAL: "LOCAL"
REDUNDANT_RTMP: "REDUNDANT_RTMP"
RTMP: "RTMP"
S3: "S3"
S3_ROLE_BASED: "S3_ROLE_BASED"
SFTP: "SFTP"
SRT: "SRT"
ZIXI: "ZIXI"
\ No newline at end of file +

Enumeration Members

AKAMAI_NETSTORAGE: "AKAMAI_NETSTORAGE"
ASPERA: "ASPERA"
AZURE: "AZURE"
DIRECT_FILE_UPLOAD: "DIRECT_FILE_UPLOAD"
FTP: "FTP"
GCS: "GCS"
GCS_SERVICE_ACCOUNT: "GCS_SERVICE_ACCOUNT"
GENERIC_S3: "GENERIC_S3"
HTTP: "HTTP"
HTTPS: "HTTPS"
LOCAL: "LOCAL"
REDUNDANT_RTMP: "REDUNDANT_RTMP"
RTMP: "RTMP"
S3: "S3"
S3_ROLE_BASED: "S3_ROLE_BASED"
SFTP: "SFTP"
SRT: "SRT"
ZIXI: "ZIXI"
\ No newline at end of file diff --git a/docs/enums/InsertableContentStatus.html b/docs/enums/InsertableContentStatus.html index 16e4a9620..d76a20d7c 100644 --- a/docs/enums/InsertableContentStatus.html +++ b/docs/enums/InsertableContentStatus.html @@ -1,5 +1,5 @@ -InsertableContentStatus | @bitmovin/api-sdk

Enumeration InsertableContentStatus

Export

Enumeration Members

CREATED +InsertableContentStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CREATED: "CREATED"
DOWNLOADING: "DOWNLOADING"
ERROR: "ERROR"
READY: "READY"
\ No newline at end of file diff --git a/docs/enums/InterlaceMode.html b/docs/enums/InterlaceMode.html index af2e038f3..f245bbd14 100644 --- a/docs/enums/InterlaceMode.html +++ b/docs/enums/InterlaceMode.html @@ -1,5 +1,5 @@ InterlaceMode | @bitmovin/api-sdk

Enumeration InterlaceMode

How to interleave the input frames

-

Export

\ No newline at end of file +

Enumeration Members

BOTTOM: "BOTTOM"
DROP_EVEN: "DROP_EVEN"
DROP_ODD: "DROP_ODD"
INTERLACE_X2: "INTERLACE_X2"
MERGE: "MERGE"
MERGE_X2: "MERGE_X2"
PAD: "PAD"
TOP: "TOP"
\ No newline at end of file diff --git a/docs/enums/InvitationStatus.html b/docs/enums/InvitationStatus.html index 7d14ede61..cf0dbb009 100644 --- a/docs/enums/InvitationStatus.html +++ b/docs/enums/InvitationStatus.html @@ -1,4 +1,4 @@ InvitationStatus | @bitmovin/api-sdk

Enumeration InvitationStatus

Status of the invitation

-

Export

\ No newline at end of file +

Enumeration Members

ACCEPTED: "ACCEPTED"
PENDING: "PENDING"
\ No newline at end of file diff --git a/docs/enums/IvSize.html b/docs/enums/IvSize.html index b89a617e9..80aa05368 100644 --- a/docs/enums/IvSize.html +++ b/docs/enums/IvSize.html @@ -1,3 +1,3 @@ -IvSize | @bitmovin/api-sdk

Enumeration IvSize

Export

Enumeration Members

IV_16_BYTES +IvSize | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

IV_16_BYTES: "16_BYTES"
IV_8_BYTES: "8_BYTES"
\ No newline at end of file diff --git a/docs/enums/LevelH262.html b/docs/enums/LevelH262.html index e5c89f4e0..1df99f257 100644 --- a/docs/enums/LevelH262.html +++ b/docs/enums/LevelH262.html @@ -1,4 +1,4 @@ LevelH262 | @bitmovin/api-sdk

Enumeration LevelH262

Specified set of constraints that indicate a degree of required decoder performance for a profile, see: https://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Levels

-

Export

\ No newline at end of file +

Enumeration Members

HIGH: "HIGH"
MAIN: "MAIN"
\ No newline at end of file diff --git a/docs/enums/LevelH264.html b/docs/enums/LevelH264.html index 0913e1d83..e3ea7e007 100644 --- a/docs/enums/LevelH264.html +++ b/docs/enums/LevelH264.html @@ -1,5 +1,5 @@ LevelH264 | @bitmovin/api-sdk

Enumeration LevelH264

Specified set of constraints that indicate a degree of required decoder performance for a profile, see: https://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Levels

-

Export

Enumeration Members

L1 +

Export

Enumeration Members

L1 L1_1 L1_2 L1_3 @@ -16,4 +16,4 @@ L5 L5_1 L5_2 -

Enumeration Members

L1: "1"
L1_1: "1.1"
L1_2: "1.2"
L1_3: "1.3"
L1b: "1b"
L2: "2"
L2_1: "2.1"
L2_2: "2.2"
L3: "3"
L3_1: "3.1"
L3_2: "3.2"
L4: "4"
L4_1: "4.1"
L4_2: "4.2"
L5: "5"
L5_1: "5.1"
L5_2: "5.2"
\ No newline at end of file +

Enumeration Members

L1: "1"
L1_1: "1.1"
L1_2: "1.2"
L1_3: "1.3"
L1b: "1b"
L2: "2"
L2_1: "2.1"
L2_2: "2.2"
L3: "3"
L3_1: "3.1"
L3_2: "3.2"
L4: "4"
L4_1: "4.1"
L4_2: "4.2"
L5: "5"
L5_1: "5.1"
L5_2: "5.2"
\ No newline at end of file diff --git a/docs/enums/LevelH265.html b/docs/enums/LevelH265.html index 1844c3f23..f47390a6a 100644 --- a/docs/enums/LevelH265.html +++ b/docs/enums/LevelH265.html @@ -1,5 +1,5 @@ LevelH265 | @bitmovin/api-sdk

Enumeration LevelH265

Specified set of constraints that indicate a degree of required decoder performance for a profile, see: https://en.wikipedia.org/wiki/High_Efficiency_Video_Coding_tiers_and_levels

-

Export

\ No newline at end of file +

Enumeration Members

L1: "1"
L2: "2"
L2_1: "2.1"
L3: "3"
L3_1: "3.1"
L4: "4"
L4_1: "4.1"
L5: "5"
L5_1: "5.1"
L5_2: "5.2"
L6: "6"
L6_1: "6.1"
L6_2: "6.2"
\ No newline at end of file diff --git a/docs/enums/LimitReferences.html b/docs/enums/LimitReferences.html index 05e09b570..0cce9c2c9 100644 --- a/docs/enums/LimitReferences.html +++ b/docs/enums/LimitReferences.html @@ -1,5 +1,5 @@ -LimitReferences | @bitmovin/api-sdk

Enumeration LimitReferences

Export

Enumeration Members

CU +LimitReferences | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CU: "CU"
DEPTH: "DEPTH"
DEPTH_AND_CU: "DEPTH_AND_CU"
DISABLED: "DISABLED"
\ No newline at end of file diff --git a/docs/enums/LimitTransformUnitDepthRecursionMode.html b/docs/enums/LimitTransformUnitDepthRecursionMode.html index 7e1154c1f..20fd8c4eb 100644 --- a/docs/enums/LimitTransformUnitDepthRecursionMode.html +++ b/docs/enums/LimitTransformUnitDepthRecursionMode.html @@ -1,7 +1,7 @@ LimitTransformUnitDepthRecursionMode | @bitmovin/api-sdk

Enumeration LimitTransformUnitDepthRecursionMode

Enables early exit from transform unit depth recursion, for inter coded blocks.

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
LEVEL_1: "LEVEL_1"
LEVEL_2: "LEVEL_2"
LEVEL_3: "LEVEL_3"
LEVEL_4: "LEVEL_4"
\ No newline at end of file diff --git a/docs/enums/LiveEncodingCodec.html b/docs/enums/LiveEncodingCodec.html index e1320c003..4bcf883d8 100644 --- a/docs/enums/LiveEncodingCodec.html +++ b/docs/enums/LiveEncodingCodec.html @@ -1,4 +1,4 @@ -LiveEncodingCodec | @bitmovin/api-sdk

Enumeration LiveEncodingCodec

Export

Enumeration Members

AAC +LiveEncodingCodec | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AAC: "AAC"
H264: "H264"
H265: "H265"
\ No newline at end of file diff --git a/docs/enums/LiveEncodingEventName.html b/docs/enums/LiveEncodingEventName.html index db49b7f07..ae86441bf 100644 --- a/docs/enums/LiveEncodingEventName.html +++ b/docs/enums/LiveEncodingEventName.html @@ -1,7 +1,7 @@ -LiveEncodingEventName | @bitmovin/api-sdk

Enumeration LiveEncodingEventName

Export

Enumeration Members

DISCONNECT +LiveEncodingEventName | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DISCONNECT: "DISCONNECT"
ERROR: "ERROR"
FIRST_CONNECT: "FIRST_CONNECT"
IDLE: "IDLE"
RECONNECT: "RECONNECT"
RESYNCING: "RESYNCING"
\ No newline at end of file diff --git a/docs/enums/LiveEncodingStatus.html b/docs/enums/LiveEncodingStatus.html index 06228023c..d749d339e 100644 --- a/docs/enums/LiveEncodingStatus.html +++ b/docs/enums/LiveEncodingStatus.html @@ -1,7 +1,7 @@ -LiveEncodingStatus | @bitmovin/api-sdk

Enumeration LiveEncodingStatus

Export

Enumeration Members

CONNECTED +LiveEncodingStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CONNECTED: "CONNECTED"
DISCONNECTED: "DISCONNECTED"
ERROR: "ERROR"
FINISHED: "FINISHED"
NOT_AVAILABLE: "NOT_AVAILABLE"
WAITING_FOR_FIRST_CONNECT: "WAITING_FOR_FIRST_CONNECT"
\ No newline at end of file diff --git a/docs/enums/LiveOptionsType.html b/docs/enums/LiveOptionsType.html index fb706d614..d1e707709 100644 --- a/docs/enums/LiveOptionsType.html +++ b/docs/enums/LiveOptionsType.html @@ -1,2 +1,2 @@ -LiveOptionsType | @bitmovin/api-sdk

Enumeration LiveOptionsType

Export

Enumeration Members

HD -

Enumeration Members

HD: "HD"
\ No newline at end of file +LiveOptionsType | @bitmovin/api-sdk

Enumeration LiveOptionsType

Export

Enumeration Members

HD +

Enumeration Members

HD: "HD"
\ No newline at end of file diff --git a/docs/enums/LiveStandbyPoolEncodingManifestType.html b/docs/enums/LiveStandbyPoolEncodingManifestType.html index b64442ee8..d4a62adfb 100644 --- a/docs/enums/LiveStandbyPoolEncodingManifestType.html +++ b/docs/enums/LiveStandbyPoolEncodingManifestType.html @@ -1,4 +1,4 @@ LiveStandbyPoolEncodingManifestType | @bitmovin/api-sdk

Enumeration LiveStandbyPoolEncodingManifestType

Type of the manifest

-

Export

\ No newline at end of file +

Enumeration Members

DASH: "DASH"
HLS: "HLS"
\ No newline at end of file diff --git a/docs/enums/LiveStandbyPoolEncodingStatus.html b/docs/enums/LiveStandbyPoolEncodingStatus.html index 6b68d0799..c03e06a7a 100644 --- a/docs/enums/LiveStandbyPoolEncodingStatus.html +++ b/docs/enums/LiveStandbyPoolEncodingStatus.html @@ -1,5 +1,5 @@ LiveStandbyPoolEncodingStatus | @bitmovin/api-sdk

Enumeration LiveStandbyPoolEncodingStatus

Status of the standby pool encoding

-

Export

\ No newline at end of file +

Enumeration Members

ACQUIRED: "ACQUIRED"
CREATING: "CREATING"
DELETING: "DELETING"
ERROR: "ERROR"
PREPARING: "PREPARING"
READY: "READY"
TO_BE_CREATED: "TO_BE_CREATED"
TO_BE_DELETED: "TO_BE_DELETED"
\ No newline at end of file diff --git a/docs/enums/LiveStandbyPoolEventLogType.html b/docs/enums/LiveStandbyPoolEventLogType.html index 1524e611c..8b861f2a0 100644 --- a/docs/enums/LiveStandbyPoolEventLogType.html +++ b/docs/enums/LiveStandbyPoolEventLogType.html @@ -1,5 +1,5 @@ LiveStandbyPoolEventLogType | @bitmovin/api-sdk

Enumeration LiveStandbyPoolEventLogType

Event log type of the standby pool

-

Export

\ No newline at end of file +

Enumeration Members

ERROR: "ERROR"
INFO: "INFO"
WARN: "WARN"
\ No newline at end of file diff --git a/docs/enums/LiveStandbyPoolStatus.html b/docs/enums/LiveStandbyPoolStatus.html index 34f41352a..1c8af3e0f 100644 --- a/docs/enums/LiveStandbyPoolStatus.html +++ b/docs/enums/LiveStandbyPoolStatus.html @@ -1,4 +1,4 @@ LiveStandbyPoolStatus | @bitmovin/api-sdk

Enumeration LiveStandbyPoolStatus

Status of the live standby pool

-

Export

\ No newline at end of file +

Enumeration Members

ERROR: "ERROR"
HEALTHY: "HEALTHY"
\ No newline at end of file diff --git a/docs/enums/ManifestGenerator.html b/docs/enums/ManifestGenerator.html index 7d6a84fea..4942a139d 100644 --- a/docs/enums/ManifestGenerator.html +++ b/docs/enums/ManifestGenerator.html @@ -1,3 +1,3 @@ -ManifestGenerator | @bitmovin/api-sdk

Enumeration ManifestGenerator

Export

Enumeration Members

LEGACY +ManifestGenerator | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

LEGACY: "LEGACY"
V2: "V2"
\ No newline at end of file diff --git a/docs/enums/ManifestType.html b/docs/enums/ManifestType.html index 7a5438edc..6563f79a8 100644 --- a/docs/enums/ManifestType.html +++ b/docs/enums/ManifestType.html @@ -1,4 +1,4 @@ -ManifestType | @bitmovin/api-sdk

Enumeration ManifestType

Export

Enumeration Members

DASH +ManifestType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DASH: "DASH"
HLS: "HLS"
SMOOTH_STREAMING: "SMOOTH_STREAMING"
\ No newline at end of file diff --git a/docs/enums/Marketplace.html b/docs/enums/Marketplace.html index 820b300a8..597a08f91 100644 --- a/docs/enums/Marketplace.html +++ b/docs/enums/Marketplace.html @@ -1,4 +1,4 @@ Marketplace | @bitmovin/api-sdk

Enumeration Marketplace

Type of signup marketplace

-

Export

\ No newline at end of file +

Enumeration Members

AWS: "AWS"
AZURE: "AZURE"
\ No newline at end of file diff --git a/docs/enums/MaxCtuSize.html b/docs/enums/MaxCtuSize.html index f3ab00fef..2b465e00c 100644 --- a/docs/enums/MaxCtuSize.html +++ b/docs/enums/MaxCtuSize.html @@ -1,5 +1,5 @@ MaxCtuSize | @bitmovin/api-sdk

Enumeration MaxCtuSize

Set the maximal CTU (Coding Tree Unit) size

-

Export

\ No newline at end of file +

Enumeration Members

S16: "16"
S32: "32"
S64: "64"
\ No newline at end of file diff --git a/docs/enums/MaxTransformUnitSize.html b/docs/enums/MaxTransformUnitSize.html index a42c7e2dd..9c67db357 100644 --- a/docs/enums/MaxTransformUnitSize.html +++ b/docs/enums/MaxTransformUnitSize.html @@ -1,5 +1,5 @@ -MaxTransformUnitSize | @bitmovin/api-sdk

Enumeration MaxTransformUnitSize

Export

Enumeration Members

MTU_16x16 +MaxTransformUnitSize | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MTU_16x16: "MTU_16x16"
MTU_32x32: "MTU_32x32"
MTU_4x4: "MTU_4x4"
MTU_8x8: "MTU_8x8"
\ No newline at end of file diff --git a/docs/enums/MediaConfigBitrate.html b/docs/enums/MediaConfigBitrate.html index 536d92ce5..fb7761c10 100644 --- a/docs/enums/MediaConfigBitrate.html +++ b/docs/enums/MediaConfigBitrate.html @@ -1,5 +1,5 @@ MediaConfigBitrate | @bitmovin/api-sdk

Enumeration MediaConfigBitrate

The supported bitrate

-

Export

\ No newline at end of file +

Enumeration Members

MCB_160000: "160000"
MCB_192000: "192000"
MCB_224000: "224000"
MCB_256000: "256000"
MCB_288000: "288000"
MCB_320000: "320000"
MCB_384000: "384000"
MCB_448000: "448000"
\ No newline at end of file diff --git a/docs/enums/MediaInfoType.html b/docs/enums/MediaInfoType.html index 0ba6a0d3e..c6c73f5c3 100644 --- a/docs/enums/MediaInfoType.html +++ b/docs/enums/MediaInfoType.html @@ -1,6 +1,6 @@ -MediaInfoType | @bitmovin/api-sdk

Enumeration MediaInfoType

Export

Enumeration Members

AUDIO +MediaInfoType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AUDIO: "AUDIO"
CLOSED_CAPTIONS: "CLOSED_CAPTIONS"
SUBTITLES: "SUBTITLES"
VIDEO: "VIDEO"
VTT: "VTT"
\ No newline at end of file diff --git a/docs/enums/MediaType.html b/docs/enums/MediaType.html index 8d1a57494..43bd4f1ec 100644 --- a/docs/enums/MediaType.html +++ b/docs/enums/MediaType.html @@ -1,3 +1,3 @@ -MediaType | @bitmovin/api-sdk

Enumeration MediaType

Export

Enumeration Members

AUDIO +MediaType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AUDIO: "AUDIO"
VIDEO: "VIDEO"
\ No newline at end of file diff --git a/docs/enums/MessageType.html b/docs/enums/MessageType.html index 028559dc4..6a4999e64 100644 --- a/docs/enums/MessageType.html +++ b/docs/enums/MessageType.html @@ -1,6 +1,6 @@ -MessageType | @bitmovin/api-sdk

Enumeration MessageType

Export

Enumeration Members

DEBUG +MessageType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DEBUG: "DEBUG"
ERROR: "ERROR"
INFO: "INFO"
TRACE: "TRACE"
WARNING: "WARNING"
\ No newline at end of file diff --git a/docs/enums/MinCodingUnitSize.html b/docs/enums/MinCodingUnitSize.html index 2f472ab25..f76f8395e 100644 --- a/docs/enums/MinCodingUnitSize.html +++ b/docs/enums/MinCodingUnitSize.html @@ -1,4 +1,4 @@ -MinCodingUnitSize | @bitmovin/api-sdk

Enumeration MinCodingUnitSize

Export

Enumeration Members

MCU_16x16 +MinCodingUnitSize | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MCU_16x16: "MCU_16x16"
MCU_32x32: "MCU_32x32"
MCU_8x8: "MCU_8x8"
\ No newline at end of file diff --git a/docs/enums/MotionSearch.html b/docs/enums/MotionSearch.html index ea10e8693..049e73304 100644 --- a/docs/enums/MotionSearch.html +++ b/docs/enums/MotionSearch.html @@ -1,7 +1,7 @@ MotionSearch | @bitmovin/api-sdk

Enumeration MotionSearch

Set the Motion search method

-

Export

\ No newline at end of file +

Enumeration Members

DIA: "DIA"
FULL: "FULL"
HEX: "HEX"
STAR: "STAR"
UMH: "UMH"
\ No newline at end of file diff --git a/docs/enums/MuxingType.html b/docs/enums/MuxingType.html index ea6f50b77..ea8475de9 100644 --- a/docs/enums/MuxingType.html +++ b/docs/enums/MuxingType.html @@ -1,4 +1,4 @@ -MuxingType | @bitmovin/api-sdk

Enumeration MuxingType

Export

Enumeration Members

BROADCAST_TS +MuxingType | @bitmovin/api-sdk

Enumeration MuxingType

Export

Enumeration Members

Enumeration Members

BROADCAST_TS: "BROADCAST_TS"
CHUNKED_TEXT: "CHUNKED_TEXT"
CMAF: "CMAF"
FMP4: "FMP4"
MP3: "MP3"
MP4: "MP4"
MXF: "MXF"
PACKED_AUDIO: "PACKED_AUDIO"
PROGRESSIVE_MOV: "PROGRESSIVE_MOV"
PROGRESSIVE_TS: "PROGRESSIVE_TS"
PROGRESSIVE_WAV: "PROGRESSIVE_WAV"
PROGRESSIVE_WEBM: "PROGRESSIVE_WEBM"
SEGMENTED_RAW: "SEGMENTED_RAW"
TEXT: "TEXT"
TS: "TS"
WEBM: "WEBM"
\ No newline at end of file +

Enumeration Members

BROADCAST_TS: "BROADCAST_TS"
CHUNKED_TEXT: "CHUNKED_TEXT"
CMAF: "CMAF"
FMP4: "FMP4"
MP3: "MP3"
MP4: "MP4"
MXF: "MXF"
PACKED_AUDIO: "PACKED_AUDIO"
PROGRESSIVE_MOV: "PROGRESSIVE_MOV"
PROGRESSIVE_TS: "PROGRESSIVE_TS"
PROGRESSIVE_WAV: "PROGRESSIVE_WAV"
PROGRESSIVE_WEBM: "PROGRESSIVE_WEBM"
SEGMENTED_RAW: "SEGMENTED_RAW"
TEXT: "TEXT"
TS: "TS"
WEBM: "WEBM"
\ No newline at end of file diff --git a/docs/enums/MvPredictionMode.html b/docs/enums/MvPredictionMode.html index 4f47a3c5b..22e376552 100644 --- a/docs/enums/MvPredictionMode.html +++ b/docs/enums/MvPredictionMode.html @@ -1,6 +1,6 @@ MvPredictionMode | @bitmovin/api-sdk

Enumeration MvPredictionMode

Motion vector prediction mode

-

Export

\ No newline at end of file +

Enumeration Members

AUTO: "AUTO"
NONE: "NONE"
SPATIAL: "SPATIAL"
TEMPORAL: "TEMPORAL"
\ No newline at end of file diff --git a/docs/enums/NexGuardABWatermarkingFeature.html b/docs/enums/NexGuardABWatermarkingFeature.html index 89538e3af..18f5576a8 100644 --- a/docs/enums/NexGuardABWatermarkingFeature.html +++ b/docs/enums/NexGuardABWatermarkingFeature.html @@ -1,3 +1,3 @@ -NexGuardABWatermarkingFeature | @bitmovin/api-sdk

Enumeration NexGuardABWatermarkingFeature

Export

Enumeration Members

DUPLICATED +NexGuardABWatermarkingFeature | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DUPLICATED: "DUPLICATED"
OTT: "OTT"
\ No newline at end of file diff --git a/docs/enums/NexGuardWatermarkingStrength.html b/docs/enums/NexGuardWatermarkingStrength.html index 45f5080b5..44aacb7e9 100644 --- a/docs/enums/NexGuardWatermarkingStrength.html +++ b/docs/enums/NexGuardWatermarkingStrength.html @@ -1,6 +1,6 @@ -NexGuardWatermarkingStrength | @bitmovin/api-sdk

Enumeration NexGuardWatermarkingStrength

Export

Enumeration Members

DEFAULT +NexGuardWatermarkingStrength | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DEFAULT: "DEFAULT"
LIGHTER: "LIGHTER"
LIGHTEST: "LIGHTEST"
STRONGER: "STRONGER"
STRONGEST: "STRONGEST"
\ No newline at end of file diff --git a/docs/enums/NexGuardWatermarkingType.html b/docs/enums/NexGuardWatermarkingType.html index 0d117215d..390576041 100644 --- a/docs/enums/NexGuardWatermarkingType.html +++ b/docs/enums/NexGuardWatermarkingType.html @@ -1,3 +1,3 @@ -NexGuardWatermarkingType | @bitmovin/api-sdk

Enumeration NexGuardWatermarkingType

Export

Enumeration Members

DUPLICATED +NexGuardWatermarkingType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DUPLICATED: "DUPLICATED"
OTT: "OTT"
\ No newline at end of file diff --git a/docs/enums/NotificationStates.html b/docs/enums/NotificationStates.html index fd4959b54..c18397aab 100644 --- a/docs/enums/NotificationStates.html +++ b/docs/enums/NotificationStates.html @@ -1,3 +1,3 @@ -NotificationStates | @bitmovin/api-sdk

Enumeration NotificationStates

Export

Enumeration Members

FIRED +NotificationStates | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

FIRED: "FIRED"
RESOLVED: "RESOLVED"
\ No newline at end of file diff --git a/docs/enums/OpusChannelLayout.html b/docs/enums/OpusChannelLayout.html index a8ea88980..50c80ce8b 100644 --- a/docs/enums/OpusChannelLayout.html +++ b/docs/enums/OpusChannelLayout.html @@ -1,4 +1,4 @@ -OpusChannelLayout | @bitmovin/api-sdk

Enumeration OpusChannelLayout

Export

Enumeration Members

CL_4_1 +OpusChannelLayout | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CL_4_1: "4.1"
CL_5_0_BACK: "5.0_BACK"
CL_6_1: "6.1"
CL_7_1: "7.1"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
XCL_5_1_BACK: "5.1_BACK"
\ No newline at end of file diff --git a/docs/enums/OrganizationType.html b/docs/enums/OrganizationType.html index ab0db69b8..8d7bc7736 100644 --- a/docs/enums/OrganizationType.html +++ b/docs/enums/OrganizationType.html @@ -1,3 +1,3 @@ -OrganizationType | @bitmovin/api-sdk

Enumeration OrganizationType

Export

Enumeration Members

ROOT_ORGANIZATION +OrganizationType | @bitmovin/api-sdk

Enumeration OrganizationType

Export

Enumeration Members

Enumeration Members

ROOT_ORGANIZATION: "ROOT_ORGANIZATION"
SUB_ORGANIZATION: "SUB_ORGANIZATION"
\ No newline at end of file +

Enumeration Members

ROOT_ORGANIZATION: "ROOT_ORGANIZATION"
SUB_ORGANIZATION: "SUB_ORGANIZATION"
\ No newline at end of file diff --git a/docs/enums/OttLoudnessMode.html b/docs/enums/OttLoudnessMode.html index aa9bb6e07..6d4265af5 100644 --- a/docs/enums/OttLoudnessMode.html +++ b/docs/enums/OttLoudnessMode.html @@ -1,5 +1,5 @@ OttLoudnessMode | @bitmovin/api-sdk

Enumeration OttLoudnessMode

Specifies the OTT loudness mode. If the mode is DTSX_OTT_LOUDNESS_DETECT, the lkfs value will be calculated internally and does not need to be provided. A provided lkfs value will be ignored. For the modes DTSX_OTT_LOUDNESS_INPUT and DTSX_OTT_LOUDNESS_TARGET an lkfs value must be provided by the user.

-

Export

Enumeration Members

Export

Enumeration Members

DTSX_OTT_LOUDNESS_DETECT: "DTSX_OTT_LOUDNESS_DETECT"
DTSX_OTT_LOUDNESS_INPUT: "DTSX_OTT_LOUDNESS_INPUT"
DTSX_OTT_LOUDNESS_TARGET: "DTSX_OTT_LOUDNESS_TARGET"
\ No newline at end of file +

Enumeration Members

DTSX_OTT_LOUDNESS_DETECT: "DTSX_OTT_LOUDNESS_DETECT"
DTSX_OTT_LOUDNESS_INPUT: "DTSX_OTT_LOUDNESS_INPUT"
DTSX_OTT_LOUDNESS_TARGET: "DTSX_OTT_LOUDNESS_TARGET"
\ No newline at end of file diff --git a/docs/enums/OutputType.html b/docs/enums/OutputType.html index 01219d567..80011a6ff 100644 --- a/docs/enums/OutputType.html +++ b/docs/enums/OutputType.html @@ -1,4 +1,4 @@ -OutputType | @bitmovin/api-sdk

Enumeration OutputType

Export

Enumeration Members

AKAMAI_MSL +OutputType | @bitmovin/api-sdk

Enumeration OutputType

Export

Enumeration Members

Enumeration Members

AKAMAI_MSL: "AKAMAI_MSL"
AKAMAI_NETSTORAGE: "AKAMAI_NETSTORAGE"
AZURE: "AZURE"
CDN: "CDN"
FTP: "FTP"
GCS: "GCS"
GCS_SERVICE_ACCOUNT: "GCS_SERVICE_ACCOUNT"
GENERIC_S3: "GENERIC_S3"
LIVE_MEDIA_INGEST: "LIVE_MEDIA_INGEST"
LOCAL: "LOCAL"
S3: "S3"
S3_ROLE_BASED: "S3_ROLE_BASED"
SFTP: "SFTP"
\ No newline at end of file +

Enumeration Members

AKAMAI_MSL: "AKAMAI_MSL"
AKAMAI_NETSTORAGE: "AKAMAI_NETSTORAGE"
AZURE: "AZURE"
CDN: "CDN"
FTP: "FTP"
GCS: "GCS"
GCS_SERVICE_ACCOUNT: "GCS_SERVICE_ACCOUNT"
GENERIC_S3: "GENERIC_S3"
LIVE_MEDIA_INGEST: "LIVE_MEDIA_INGEST"
LOCAL: "LOCAL"
S3: "S3"
S3_ROLE_BASED: "S3_ROLE_BASED"
SFTP: "SFTP"
\ No newline at end of file diff --git a/docs/enums/PTSAlignMode.html b/docs/enums/PTSAlignMode.html index f9432c0cb..a2eeaefd4 100644 --- a/docs/enums/PTSAlignMode.html +++ b/docs/enums/PTSAlignMode.html @@ -1,3 +1,3 @@ PTSAlignMode | @bitmovin/api-sdk

Enumeration PTSAlignMode

Alignmet mode for PTS

-

Export

Enumeration Members

Enumeration Members

ALIGN_ZERO_NEGATIVE_CTO: "ALIGN_ZERO_NEGATIVE_CTO"
\ No newline at end of file +

Export

Enumeration Members

Enumeration Members

ALIGN_ZERO_NEGATIVE_CTO: "ALIGN_ZERO_NEGATIVE_CTO"
\ No newline at end of file diff --git a/docs/enums/PaddingDurationUnit.html b/docs/enums/PaddingDurationUnit.html index 9ca999c2d..5b09271cd 100644 --- a/docs/enums/PaddingDurationUnit.html +++ b/docs/enums/PaddingDurationUnit.html @@ -1,3 +1,3 @@ -PaddingDurationUnit | @bitmovin/api-sdk

Enumeration PaddingDurationUnit

Export

Enumeration Members

FRAMES +PaddingDurationUnit | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

FRAMES: "FRAMES"
SECONDS: "SECONDS"
\ No newline at end of file diff --git a/docs/enums/PassthroughMode.html b/docs/enums/PassthroughMode.html index 72f10769e..426a4fdae 100644 --- a/docs/enums/PassthroughMode.html +++ b/docs/enums/PassthroughMode.html @@ -1,5 +1,5 @@ PassthroughMode | @bitmovin/api-sdk

Enumeration PassthroughMode

Configure if the encoding should use the video stream as the passthrough mode or a dedicated caption stream.

-

Export

Enumeration Members

Export

Enumeration Members

CAPTION_STREAM: "CAPTION_STREAM"
VIDEO_CAPTION_STREAM: "VIDEO_CAPTION_STREAM"
VIDEO_STREAM: "VIDEO_STREAM"
\ No newline at end of file +

Enumeration Members

CAPTION_STREAM: "CAPTION_STREAM"
VIDEO_CAPTION_STREAM: "VIDEO_CAPTION_STREAM"
VIDEO_STREAM: "VIDEO_STREAM"
\ No newline at end of file diff --git a/docs/enums/PcmChannelLayout.html b/docs/enums/PcmChannelLayout.html index 828daf8f7..6f2dc108e 100644 --- a/docs/enums/PcmChannelLayout.html +++ b/docs/enums/PcmChannelLayout.html @@ -1,3 +1,3 @@ -PcmChannelLayout | @bitmovin/api-sdk

Enumeration PcmChannelLayout

Export

Enumeration Members

MONO +PcmChannelLayout | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MONO: "MONO"
STEREO: "STEREO"
\ No newline at end of file diff --git a/docs/enums/PcmPresetConfiguration.html b/docs/enums/PcmPresetConfiguration.html index 794324733..25ed17717 100644 --- a/docs/enums/PcmPresetConfiguration.html +++ b/docs/enums/PcmPresetConfiguration.html @@ -1,2 +1,2 @@ -PcmPresetConfiguration | @bitmovin/api-sdk

Enumeration PcmPresetConfiguration

Export

Enumeration Members

Enumeration Members

XDCAM: "XDCAM"
\ No newline at end of file +PcmPresetConfiguration | @bitmovin/api-sdk

Enumeration PcmPresetConfiguration

Export

Enumeration Members

Enumeration Members

XDCAM: "XDCAM"
\ No newline at end of file diff --git a/docs/enums/PcmSampleFormat.html b/docs/enums/PcmSampleFormat.html index 4b851e833..b2ec1a2fc 100644 --- a/docs/enums/PcmSampleFormat.html +++ b/docs/enums/PcmSampleFormat.html @@ -1,4 +1,4 @@ -PcmSampleFormat | @bitmovin/api-sdk

Enumeration PcmSampleFormat

Export

Enumeration Members

S16LE +PcmSampleFormat | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

S16LE: "S16LE"
S24LE: "S24LE"
S32LE: "S32LE"
\ No newline at end of file diff --git a/docs/enums/PerTitleFixedResolutionAndBitrateConfigurationMode.html b/docs/enums/PerTitleFixedResolutionAndBitrateConfigurationMode.html index c3a9ea5b1..81567ca17 100644 --- a/docs/enums/PerTitleFixedResolutionAndBitrateConfigurationMode.html +++ b/docs/enums/PerTitleFixedResolutionAndBitrateConfigurationMode.html @@ -1,5 +1,5 @@ -PerTitleFixedResolutionAndBitrateConfigurationMode | @bitmovin/api-sdk

Enumeration PerTitleFixedResolutionAndBitrateConfigurationMode

Export

Enumeration Members

AVERAGE +PerTitleFixedResolutionAndBitrateConfigurationMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AVERAGE: "AVERAGE"
LAST_CALCULATED_BITRATE: "LAST_CALCULATED_BITRATE"
MAXIMUM: "MAXIMUM"
MINIMUM: "MINIMUM"
\ No newline at end of file diff --git a/docs/enums/Permission.html b/docs/enums/Permission.html index 582512a11..511db5177 100644 --- a/docs/enums/Permission.html +++ b/docs/enums/Permission.html @@ -1,7 +1,7 @@ Permission | @bitmovin/api-sdk

Enumeration Permission

Permission to assign.

-

Export

\ No newline at end of file +

Enumeration Members

DELETE: "DELETE"
GET: "GET"
PATCH: "PATCH"
POST: "POST"
PUT: "PUT"
\ No newline at end of file diff --git a/docs/enums/PictureFieldParity.html b/docs/enums/PictureFieldParity.html index 613f57a0e..61d24bc05 100644 --- a/docs/enums/PictureFieldParity.html +++ b/docs/enums/PictureFieldParity.html @@ -1,5 +1,5 @@ PictureFieldParity | @bitmovin/api-sdk

Enumeration PictureFieldParity

Specifies which field of an interlaced frame is assumed to be the first one

-

Export

\ No newline at end of file +

Enumeration Members

AUTO: "AUTO"
BOTTOM_FIELD_FIRST: "BOTTOM_FIELD_FIRST"
TOP_FIELD_FIRST: "TOP_FIELD_FIRST"
\ No newline at end of file diff --git a/docs/enums/PixelFormat.html b/docs/enums/PixelFormat.html index e0b903f59..8c5d1117b 100644 --- a/docs/enums/PixelFormat.html +++ b/docs/enums/PixelFormat.html @@ -1,5 +1,5 @@ PixelFormat | @bitmovin/api-sdk

Enumeration PixelFormat

The pixel format to be set

-

Export

Enumeration Members

Export

Enumeration Members

Enumeration Members

YUV410P: "YUV410P"
YUV411P: "YUV411P"
YUV420P: "YUV420P"
YUV420P10BE: "YUV420P10BE"
YUV420P10LE: "YUV420P10LE"
YUV420P12BE: "YUV420P12BE"
YUV420P12LE: "YUV420P12LE"
YUV422P: "YUV422P"
YUV422P10BE: "YUV422P10BE"
YUV422P10LE: "YUV422P10LE"
YUV422P12BE: "YUV422P12BE"
YUV422P12LE: "YUV422P12LE"
YUV440P: "YUV440P"
YUV440P10BE: "YUV440P10BE"
YUV440P10LE: "YUV440P10LE"
YUV440P12BE: "YUV440P12BE"
YUV440P12LE: "YUV440P12LE"
YUV444P: "YUV444P"
YUV444P10BE: "YUV444P10BE"
YUV444P10LE: "YUV444P10LE"
YUV444P12BE: "YUV444P12BE"
YUV444P12LE: "YUV444P12LE"
YUVJ411P: "YUVJ411P"
YUVJ420P: "YUVJ420P"
YUVJ422P: "YUVJ422P"
YUVJ440P: "YUVJ440P"
YUVJ444P: "YUVJ444P"
\ No newline at end of file +

Enumeration Members

YUV410P: "YUV410P"
YUV411P: "YUV411P"
YUV420P: "YUV420P"
YUV420P10BE: "YUV420P10BE"
YUV420P10LE: "YUV420P10LE"
YUV420P12BE: "YUV420P12BE"
YUV420P12LE: "YUV420P12LE"
YUV422P: "YUV422P"
YUV422P10BE: "YUV422P10BE"
YUV422P10LE: "YUV422P10LE"
YUV422P12BE: "YUV422P12BE"
YUV422P12LE: "YUV422P12LE"
YUV440P: "YUV440P"
YUV440P10BE: "YUV440P10BE"
YUV440P10LE: "YUV440P10LE"
YUV440P12BE: "YUV440P12BE"
YUV440P12LE: "YUV440P12LE"
YUV444P: "YUV444P"
YUV444P10BE: "YUV444P10BE"
YUV444P10LE: "YUV444P10LE"
YUV444P12BE: "YUV444P12BE"
YUV444P12LE: "YUV444P12LE"
YUVJ411P: "YUVJ411P"
YUVJ420P: "YUVJ420P"
YUVJ422P: "YUVJ422P"
YUVJ440P: "YUVJ440P"
YUVJ444P: "YUVJ444P"
\ No newline at end of file diff --git a/docs/enums/PixelFormatBitDepth.html b/docs/enums/PixelFormatBitDepth.html index 0b4f41264..821fb5c32 100644 --- a/docs/enums/PixelFormatBitDepth.html +++ b/docs/enums/PixelFormatBitDepth.html @@ -1,3 +1,3 @@ -PixelFormatBitDepth | @bitmovin/api-sdk

Enumeration PixelFormatBitDepth

Export

Enumeration Members

EIGHT_BIT +PixelFormatBitDepth | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

EIGHT_BIT: "EIGHT_BIT"
TEN_BIT: "TEN_BIT"
\ No newline at end of file diff --git a/docs/enums/PlayReadyEncryptionMethod.html b/docs/enums/PlayReadyEncryptionMethod.html index 5f408cfc5..f27f2b40b 100644 --- a/docs/enums/PlayReadyEncryptionMethod.html +++ b/docs/enums/PlayReadyEncryptionMethod.html @@ -1,4 +1,4 @@ PlayReadyEncryptionMethod | @bitmovin/api-sdk

Enumeration PlayReadyEncryptionMethod

Encryption method

-

Export

\ No newline at end of file +

Enumeration Members

MPEG_CENC: "MPEG_CENC"
PIFF_CTR: "PIFF_CTR"
\ No newline at end of file diff --git a/docs/enums/PlayerThirdPartyLicensingErrorAction.html b/docs/enums/PlayerThirdPartyLicensingErrorAction.html index 59fc1ecdc..203c36f00 100644 --- a/docs/enums/PlayerThirdPartyLicensingErrorAction.html +++ b/docs/enums/PlayerThirdPartyLicensingErrorAction.html @@ -1,3 +1,3 @@ -PlayerThirdPartyLicensingErrorAction | @bitmovin/api-sdk

Enumeration PlayerThirdPartyLicensingErrorAction

Export

Enumeration Members

ALLOW +PlayerThirdPartyLicensingErrorAction | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ALLOW: "ALLOW"
DENY: "DENY"
\ No newline at end of file diff --git a/docs/enums/Policy.html b/docs/enums/Policy.html index 856eec2a2..d44fbc24b 100644 --- a/docs/enums/Policy.html +++ b/docs/enums/Policy.html @@ -1,4 +1,4 @@ Policy | @bitmovin/api-sdk

Enumeration Policy

The policy for the permissions.

-

Export

\ No newline at end of file +

Enumeration Members

ALLOW: "ALLOW"
DENY: "DENY"
\ No newline at end of file diff --git a/docs/enums/PositionMode.html b/docs/enums/PositionMode.html index 7ce64a083..ebfb55d95 100644 --- a/docs/enums/PositionMode.html +++ b/docs/enums/PositionMode.html @@ -1,4 +1,4 @@ -PositionMode | @bitmovin/api-sdk

Enumeration PositionMode

Export

Enumeration Members

KEYFRAME +PositionMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

KEYFRAME: "KEYFRAME"
SEGMENT: "SEGMENT"
TIME: "TIME"
\ No newline at end of file diff --git a/docs/enums/PositionUnit.html b/docs/enums/PositionUnit.html index d775c2e89..704890afd 100644 --- a/docs/enums/PositionUnit.html +++ b/docs/enums/PositionUnit.html @@ -1,3 +1,3 @@ -PositionUnit | @bitmovin/api-sdk

Enumeration PositionUnit

Export

Enumeration Members

PERCENTS +PositionUnit | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

PERCENTS: "PERCENTS"
PIXELS: "PIXELS"
\ No newline at end of file diff --git a/docs/enums/PresetConfiguration.html b/docs/enums/PresetConfiguration.html index 02eae22a9..9e848b075 100644 --- a/docs/enums/PresetConfiguration.html +++ b/docs/enums/PresetConfiguration.html @@ -1,4 +1,4 @@ -PresetConfiguration | @bitmovin/api-sdk

Enumeration PresetConfiguration

Export

Enumeration Members

LIVE_HIGH_QUALITY +PresetConfiguration | @bitmovin/api-sdk

Enumeration PresetConfiguration

Export

Enumeration Members

LIVE_HIGH_QUALITY: "LIVE_HIGH_QUALITY"
LIVE_LOWER_LATENCY: "LIVE_LOWER_LATENCY"
LIVE_LOW_LATENCY: "LIVE_LOW_LATENCY"
LIVE_STANDARD: "LIVE_STANDARD"
LIVE_ULTRAHIGH_QUALITY: "LIVE_ULTRAHIGH_QUALITY"
LIVE_VERYHIGH_QUALITY: "LIVE_VERYHIGH_QUALITY"
LIVE_VERYLOW_LATENCY: "LIVE_VERYLOW_LATENCY"
VOD_EXTRAHIGH_SPEED: "VOD_EXTRAHIGH_SPEED"
VOD_HARDWARE_SHORTFORM: "VOD_HARDWARE_SHORTFORM"
VOD_HIGH_QUALITY: "VOD_HIGH_QUALITY"
VOD_HIGH_SPEED: "VOD_HIGH_SPEED"
VOD_QUALITY: "VOD_QUALITY"
VOD_SPEED: "VOD_SPEED"
VOD_STANDARD: "VOD_STANDARD"
VOD_SUPERHIGH_SPEED: "VOD_SUPERHIGH_SPEED"
VOD_ULTRAHIGH_SPEED: "VOD_ULTRAHIGH_SPEED"
VOD_VERYHIGH_SPEED: "VOD_VERYHIGH_SPEED"
\ No newline at end of file +

Enumeration Members

LIVE_HIGH_QUALITY: "LIVE_HIGH_QUALITY"
LIVE_LOWER_LATENCY: "LIVE_LOWER_LATENCY"
LIVE_LOW_LATENCY: "LIVE_LOW_LATENCY"
LIVE_STANDARD: "LIVE_STANDARD"
LIVE_ULTRAHIGH_QUALITY: "LIVE_ULTRAHIGH_QUALITY"
LIVE_VERYHIGH_QUALITY: "LIVE_VERYHIGH_QUALITY"
LIVE_VERYLOW_LATENCY: "LIVE_VERYLOW_LATENCY"
VOD_EXTRAHIGH_SPEED: "VOD_EXTRAHIGH_SPEED"
VOD_HARDWARE_SHORTFORM: "VOD_HARDWARE_SHORTFORM"
VOD_HIGH_QUALITY: "VOD_HIGH_QUALITY"
VOD_HIGH_SPEED: "VOD_HIGH_SPEED"
VOD_QUALITY: "VOD_QUALITY"
VOD_SPEED: "VOD_SPEED"
VOD_STANDARD: "VOD_STANDARD"
VOD_SUPERHIGH_SPEED: "VOD_SUPERHIGH_SPEED"
VOD_ULTRAHIGH_SPEED: "VOD_ULTRAHIGH_SPEED"
VOD_VERYHIGH_SPEED: "VOD_VERYHIGH_SPEED"
\ No newline at end of file diff --git a/docs/enums/PrewarmedEncoderDiskSize.html b/docs/enums/PrewarmedEncoderDiskSize.html index ccd5036e2..3b4ac0841 100644 --- a/docs/enums/PrewarmedEncoderDiskSize.html +++ b/docs/enums/PrewarmedEncoderDiskSize.html @@ -1,4 +1,4 @@ -PrewarmedEncoderDiskSize | @bitmovin/api-sdk

Enumeration PrewarmedEncoderDiskSize

Export

Enumeration Members

GB_1000 +PrewarmedEncoderDiskSize | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

GB_1000: "1000"
GB_2000: "2000"
GB_500: "500"
\ No newline at end of file diff --git a/docs/enums/PrewarmedEncoderPoolAction.html b/docs/enums/PrewarmedEncoderPoolAction.html index 6dea4bd77..6e3b03440 100644 --- a/docs/enums/PrewarmedEncoderPoolAction.html +++ b/docs/enums/PrewarmedEncoderPoolAction.html @@ -1,3 +1,3 @@ -PrewarmedEncoderPoolAction | @bitmovin/api-sdk

Enumeration PrewarmedEncoderPoolAction

Export

Enumeration Members

START +PrewarmedEncoderPoolAction | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

START: "START"
STOP: "STOP"
\ No newline at end of file diff --git a/docs/enums/PrewarmedEncoderPoolStatus.html b/docs/enums/PrewarmedEncoderPoolStatus.html index a48d49ed4..256868cff 100644 --- a/docs/enums/PrewarmedEncoderPoolStatus.html +++ b/docs/enums/PrewarmedEncoderPoolStatus.html @@ -1,3 +1,3 @@ -PrewarmedEncoderPoolStatus | @bitmovin/api-sdk

Enumeration PrewarmedEncoderPoolStatus

Export

Enumeration Members

STARTED +PrewarmedEncoderPoolStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

STARTED: "STARTED"
STOPPED: "STOPPED"
\ No newline at end of file diff --git a/docs/enums/ProfileH262.html b/docs/enums/ProfileH262.html index ccc7aec46..19d973045 100644 --- a/docs/enums/ProfileH262.html +++ b/docs/enums/ProfileH262.html @@ -1,2 +1,2 @@ -ProfileH262 | @bitmovin/api-sdk

Enumeration ProfileH262

Export

Enumeration Members

Enumeration Members

MPEG2_422: "MPEG2_422"
\ No newline at end of file +ProfileH262 | @bitmovin/api-sdk

Enumeration ProfileH262

Export

Enumeration Members

Enumeration Members

MPEG2_422: "MPEG2_422"
\ No newline at end of file diff --git a/docs/enums/ProfileH264.html b/docs/enums/ProfileH264.html index 70ad87313..b6bc802ab 100644 --- a/docs/enums/ProfileH264.html +++ b/docs/enums/ProfileH264.html @@ -1,5 +1,5 @@ -ProfileH264 | @bitmovin/api-sdk

Enumeration ProfileH264

Export

Enumeration Members

BASELINE +ProfileH264 | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

BASELINE: "BASELINE"
HIGH: "HIGH"
HIGH422: "HIGH422"
MAIN: "MAIN"
\ No newline at end of file diff --git a/docs/enums/ProfileH265.html b/docs/enums/ProfileH265.html index 48d1c5ed7..1111073f8 100644 --- a/docs/enums/ProfileH265.html +++ b/docs/enums/ProfileH265.html @@ -1,3 +1,3 @@ -ProfileH265 | @bitmovin/api-sdk

Enumeration ProfileH265

Export

Enumeration Members

MAIN +ProfileH265 | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

MAIN: "main"
MAIN10: "main10"
\ No newline at end of file diff --git a/docs/enums/ProgramDateTimeSource.html b/docs/enums/ProgramDateTimeSource.html index 284ff5042..29d5bfc41 100644 --- a/docs/enums/ProgramDateTimeSource.html +++ b/docs/enums/ProgramDateTimeSource.html @@ -1,4 +1,4 @@ ProgramDateTimeSource | @bitmovin/api-sdk

Enumeration ProgramDateTimeSource

Source for the EXT-X-PROGRAM-DATETIME tag

-

Export

\ No newline at end of file +

Enumeration Members

EMBEDDED: "EMBEDDED"
SYSTEM_CLOCK: "SYSTEM_CLOCK"
\ No newline at end of file diff --git a/docs/enums/ProgressiveWebmMuxingManifestType.html b/docs/enums/ProgressiveWebmMuxingManifestType.html index c40d4badd..5b7cad485 100644 --- a/docs/enums/ProgressiveWebmMuxingManifestType.html +++ b/docs/enums/ProgressiveWebmMuxingManifestType.html @@ -1,4 +1,4 @@ ProgressiveWebmMuxingManifestType | @bitmovin/api-sdk

Enumeration ProgressiveWebmMuxingManifestType

Specifies the manifest type which will be allowed for the ProgressiveWebmMuxingManifestType Muxing.

-

Export

\ No newline at end of file +

Enumeration Members

DASH_ON_DEMAND: "DASH_ON_DEMAND"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/PsnrPerStreamMode.html b/docs/enums/PsnrPerStreamMode.html index 544778ad0..8c3722299 100644 --- a/docs/enums/PsnrPerStreamMode.html +++ b/docs/enums/PsnrPerStreamMode.html @@ -1,3 +1,3 @@ -PsnrPerStreamMode | @bitmovin/api-sdk

Enumeration PsnrPerStreamMode

Export

Enumeration Members

DISABLED +PsnrPerStreamMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/QuantizationGroupSize.html b/docs/enums/QuantizationGroupSize.html index fa875f360..982a8ddbe 100644 --- a/docs/enums/QuantizationGroupSize.html +++ b/docs/enums/QuantizationGroupSize.html @@ -1,6 +1,6 @@ QuantizationGroupSize | @bitmovin/api-sdk

Enumeration QuantizationGroupSize

Enable adaptive quantization for sub-CTUs. This parameter specifies the minimum CU size at which QP can be adjusted.

-

Export

\ No newline at end of file +

Enumeration Members

QGS_16x16: "QGS_16x16"
QGS_32x32: "QGS_32x32"
QGS_64x64: "QGS_64x64"
QGS_8x8: "QGS_8x8"
\ No newline at end of file diff --git a/docs/enums/RaiUnit.html b/docs/enums/RaiUnit.html index 6582f7cd9..83727606e 100644 --- a/docs/enums/RaiUnit.html +++ b/docs/enums/RaiUnit.html @@ -1,6 +1,6 @@ RaiUnit | @bitmovin/api-sdk

Enumeration RaiUnit

Set the random access indicator (RAI) on appropriate access units (AUs).

-

Export

Enumeration Members

Export

Enumeration Members

ACCORDING_TO_INPUT: "ACCORDING_TO_INPUT"
ACQUISITION_POINT_PACKETS: "ACQUISITION_POINT_PACKETS"
ALL_PES_PACKETS: "ALL_PES_PACKETS"
NONE: "NONE"
\ No newline at end of file +

Enumeration Members

ACCORDING_TO_INPUT: "ACCORDING_TO_INPUT"
ACQUISITION_POINT_PACKETS: "ACQUISITION_POINT_PACKETS"
ALL_PES_PACKETS: "ALL_PES_PACKETS"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/RateDistortionLevelForQuantization.html b/docs/enums/RateDistortionLevelForQuantization.html index e15f67e2c..285ee4647 100644 --- a/docs/enums/RateDistortionLevelForQuantization.html +++ b/docs/enums/RateDistortionLevelForQuantization.html @@ -1,4 +1,4 @@ -RateDistortionLevelForQuantization | @bitmovin/api-sdk

Enumeration RateDistortionLevelForQuantization

Export

Enumeration Members

DISABLED +RateDistortionLevelForQuantization | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
LEVELS: "LEVELS"
LEVELS_AND_CODING_GROUPS: "LEVELS_AND_CODING_GROUPS"
\ No newline at end of file diff --git a/docs/enums/RateDistortionPenaltyMode.html b/docs/enums/RateDistortionPenaltyMode.html index f7cd21e5c..af9f08192 100644 --- a/docs/enums/RateDistortionPenaltyMode.html +++ b/docs/enums/RateDistortionPenaltyMode.html @@ -1,5 +1,5 @@ RateDistortionPenaltyMode | @bitmovin/api-sdk

Enumeration RateDistortionPenaltyMode

Penalty for 32x32 intra transfer units in non-I slices.

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
MAXIMUM: "MAXIMUM"
NORMAL: "NORMAL"
\ No newline at end of file diff --git a/docs/enums/ResourceType.html b/docs/enums/ResourceType.html index e7ccf3afc..138e53cdf 100644 --- a/docs/enums/ResourceType.html +++ b/docs/enums/ResourceType.html @@ -1,5 +1,5 @@ -ResourceType | @bitmovin/api-sdk

Enumeration ResourceType

Export

Enumeration Members

ACCOUNT +ResourceType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ACCOUNT: "account"
ANALYTICS: "analytics"
ENCODING: "encoding"
PLAYER: "player"
\ No newline at end of file diff --git a/docs/enums/ResponseStatus.html b/docs/enums/ResponseStatus.html index 28ab95321..0dec1c87f 100644 --- a/docs/enums/ResponseStatus.html +++ b/docs/enums/ResponseStatus.html @@ -1,3 +1,3 @@ -ResponseStatus | @bitmovin/api-sdk

Enumeration ResponseStatus

Export

Enumeration Members

ERROR +ResponseStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ERROR: "ERROR"
SUCCESS: "SUCCESS"
\ No newline at end of file diff --git a/docs/enums/RetryHint.html b/docs/enums/RetryHint.html index 90ca0a43a..c816b14e4 100644 --- a/docs/enums/RetryHint.html +++ b/docs/enums/RetryHint.html @@ -1,5 +1,5 @@ -RetryHint | @bitmovin/api-sdk

Enumeration RetryHint

Export

Enumeration Members

NO_RETRY +RetryHint | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

NO_RETRY: "NO_RETRY"
RETRY: "RETRY"
RETRY_IN_DIFFERENT_REGION: "RETRY_IN_DIFFERENT_REGION"
UNDEFINED: "UNDEFINED"
\ No newline at end of file diff --git a/docs/enums/S3AccessStyle.html b/docs/enums/S3AccessStyle.html index 262148b9c..ae2dab302 100644 --- a/docs/enums/S3AccessStyle.html +++ b/docs/enums/S3AccessStyle.html @@ -1,4 +1,4 @@ S3AccessStyle | @bitmovin/api-sdk

Enumeration S3AccessStyle

Specifies whether to use path or virtual-hosted style access

-

Export

\ No newline at end of file +

Enumeration Members

PATH: "PATH"
VIRTUAL_HOSTED: "VIRTUAL_HOSTED"
\ No newline at end of file diff --git a/docs/enums/S3SignatureVersion.html b/docs/enums/S3SignatureVersion.html index d7b18d557..85c908b85 100644 --- a/docs/enums/S3SignatureVersion.html +++ b/docs/enums/S3SignatureVersion.html @@ -1,3 +1,3 @@ -S3SignatureVersion | @bitmovin/api-sdk

Enumeration S3SignatureVersion

Export

Enumeration Members

V2 +S3SignatureVersion | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

V2: "S3_V2"
V4: "S3_V4"
\ No newline at end of file diff --git a/docs/enums/ScalingAlgorithm.html b/docs/enums/ScalingAlgorithm.html index 49280ecc7..1db498e95 100644 --- a/docs/enums/ScalingAlgorithm.html +++ b/docs/enums/ScalingAlgorithm.html @@ -1,5 +1,5 @@ ScalingAlgorithm | @bitmovin/api-sdk

Enumeration ScalingAlgorithm

Determines the algorithm used for scaling

-

Export

Enumeration Members

Export

Enumeration Members

AVERAGING_AREA: "AVERAGING_AREA"
BICUBIC: "BICUBIC"
BICUBIC_LUMA_BILINEAR_CHROMA: "BICUBIC_LUMA_BILINEAR_CHROMA"
BILINEAR: "BILINEAR"
EXPERIMENTAL: "EXPERIMENTAL"
FAST_BILINEAR: "FAST_BILINEAR"
GAUSS: "GAUSS"
LANCZOS: "LANCZOS"
NEAREST_NEIGHBOR: "NEAREST_NEIGHBOR"
SINC: "SINC"
SPLINE: "SPLINE"
\ No newline at end of file +

Enumeration Members

AVERAGING_AREA: "AVERAGING_AREA"
BICUBIC: "BICUBIC"
BICUBIC_LUMA_BILINEAR_CHROMA: "BICUBIC_LUMA_BILINEAR_CHROMA"
BILINEAR: "BILINEAR"
EXPERIMENTAL: "EXPERIMENTAL"
FAST_BILINEAR: "FAST_BILINEAR"
GAUSS: "GAUSS"
LANCZOS: "LANCZOS"
NEAREST_NEIGHBOR: "NEAREST_NEIGHBOR"
SINC: "SINC"
SPLINE: "SPLINE"
\ No newline at end of file diff --git a/docs/enums/ScheduledInsertableContentStatus.html b/docs/enums/ScheduledInsertableContentStatus.html index 90f868c52..bac1feef3 100644 --- a/docs/enums/ScheduledInsertableContentStatus.html +++ b/docs/enums/ScheduledInsertableContentStatus.html @@ -1,6 +1,6 @@ -ScheduledInsertableContentStatus | @bitmovin/api-sdk

Enumeration ScheduledInsertableContentStatus

Export

Enumeration Members

CREATED +ScheduledInsertableContentStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CREATED: "CREATED"
DESCHEDULED: "DESCHEDULED"
ERROR: "ERROR"
SCHEDULED: "SCHEDULED"
TO_BE_DESCHEDULED: "TO_BE_DESCHEDULED"
\ No newline at end of file diff --git a/docs/enums/SidecarErrorMode.html b/docs/enums/SidecarErrorMode.html index d33084ebb..516726c80 100644 --- a/docs/enums/SidecarErrorMode.html +++ b/docs/enums/SidecarErrorMode.html @@ -1,3 +1,3 @@ -SidecarErrorMode | @bitmovin/api-sdk

Enumeration SidecarErrorMode

Export

Enumeration Members

CONTINUE_ON_ERROR +SidecarErrorMode | @bitmovin/api-sdk

Enumeration SidecarErrorMode

Export

Enumeration Members

Enumeration Members

CONTINUE_ON_ERROR: "CONTINUE_ON_ERROR"
FAIL_ON_ERROR: "FAIL_ON_ERROR"
\ No newline at end of file +

Enumeration Members

CONTINUE_ON_ERROR: "CONTINUE_ON_ERROR"
FAIL_ON_ERROR: "FAIL_ON_ERROR"
\ No newline at end of file diff --git a/docs/enums/SidecarFileType.html b/docs/enums/SidecarFileType.html index 3eb14928d..bdcbe72ab 100644 --- a/docs/enums/SidecarFileType.html +++ b/docs/enums/SidecarFileType.html @@ -1,2 +1,2 @@ -SidecarFileType | @bitmovin/api-sdk

Enumeration SidecarFileType

Export

Enumeration Members

Enumeration Members

WEB_VTT: "WEB_VTT"
\ No newline at end of file +SidecarFileType | @bitmovin/api-sdk

Enumeration SidecarFileType

Export

Enumeration Members

Enumeration Members

WEB_VTT: "WEB_VTT"
\ No newline at end of file diff --git a/docs/enums/SignatureType.html b/docs/enums/SignatureType.html index 7274175c0..a45055922 100644 --- a/docs/enums/SignatureType.html +++ b/docs/enums/SignatureType.html @@ -1,2 +1,2 @@ -SignatureType | @bitmovin/api-sdk

Enumeration SignatureType

Export

Enumeration Members

Enumeration Members

HMAC: "HMAC"
\ No newline at end of file +SignatureType | @bitmovin/api-sdk

Enumeration SignatureType

Export

Enumeration Members

Enumeration Members

HMAC: "HMAC"
\ No newline at end of file diff --git a/docs/enums/SignupSource.html b/docs/enums/SignupSource.html index 45622f4fe..ad0339e25 100644 --- a/docs/enums/SignupSource.html +++ b/docs/enums/SignupSource.html @@ -1,6 +1,6 @@ SignupSource | @bitmovin/api-sdk

Enumeration SignupSource

platform which initiated the creation of the resource

-

Export

\ No newline at end of file +

Enumeration Members

AWS: "AWS"
AZURE: "AZURE"
BITMOVIN: "BITMOVIN"
GOOGLE: "GOOGLE"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingLiveCloudRegion.html b/docs/enums/SimpleEncodingLiveCloudRegion.html index fd428d9b1..0994ae10e 100644 --- a/docs/enums/SimpleEncodingLiveCloudRegion.html +++ b/docs/enums/SimpleEncodingLiveCloudRegion.html @@ -1,7 +1,7 @@ -SimpleEncodingLiveCloudRegion | @bitmovin/api-sdk

Enumeration SimpleEncodingLiveCloudRegion

Export

Enumeration Members

AFRICA +SimpleEncodingLiveCloudRegion | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AFRICA: "AFRICA"
ASIA: "ASIA"
AUSTRALIA: "AUSTRALIA"
EUROPE: "EUROPE"
NORTH_AMERICA: "NORTH_AMERICA"
SOUTH_AMERICA: "SOUTH_AMERICA"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingLiveJobInputType.html b/docs/enums/SimpleEncodingLiveJobInputType.html index 70b9cf5e3..7ea6ee85f 100644 --- a/docs/enums/SimpleEncodingLiveJobInputType.html +++ b/docs/enums/SimpleEncodingLiveJobInputType.html @@ -1,3 +1,3 @@ -SimpleEncodingLiveJobInputType | @bitmovin/api-sdk

Enumeration SimpleEncodingLiveJobInputType

Export

Enumeration Members

RTMP +SimpleEncodingLiveJobInputType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

RTMP: "RTMP"
SRT_LISTENER: "SRT_LISTENER"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingLiveJobOutputType.html b/docs/enums/SimpleEncodingLiveJobOutputType.html index 00b56df91..b1f9f8e28 100644 --- a/docs/enums/SimpleEncodingLiveJobOutputType.html +++ b/docs/enums/SimpleEncodingLiveJobOutputType.html @@ -1,4 +1,4 @@ SimpleEncodingLiveJobOutputType | @bitmovin/api-sdk

Enumeration SimpleEncodingLiveJobOutputType

Output type

-

Export

\ No newline at end of file +

Enumeration Members

CDN: "CDN"
URL: "URL"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingLiveJobStatus.html b/docs/enums/SimpleEncodingLiveJobStatus.html index f9d634ade..13c43f26e 100644 --- a/docs/enums/SimpleEncodingLiveJobStatus.html +++ b/docs/enums/SimpleEncodingLiveJobStatus.html @@ -1,4 +1,4 @@ -SimpleEncodingLiveJobStatus | @bitmovin/api-sdk

Enumeration SimpleEncodingLiveJobStatus

Export

Enumeration Members

CANCELED +SimpleEncodingLiveJobStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CANCELED: "CANCELED"
CREATED: "CREATED"
ERROR: "ERROR"
EXECUTING: "EXECUTING"
FAILURE: "FAILURE"
RUNNING: "RUNNING"
STARTING: "STARTING"
STOPPED: "STOPPED"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingLiveMaxResolution.html b/docs/enums/SimpleEncodingLiveMaxResolution.html index 84fe6609c..354cb3a31 100644 --- a/docs/enums/SimpleEncodingLiveMaxResolution.html +++ b/docs/enums/SimpleEncodingLiveMaxResolution.html @@ -1,4 +1,4 @@ -SimpleEncodingLiveMaxResolution | @bitmovin/api-sdk

Enumeration SimpleEncodingLiveMaxResolution

Export

Enumeration Members

FULL_HD +SimpleEncodingLiveMaxResolution | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

FULL_HD: "FULL_HD"
HD: "HD"
SD: "SD"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingLiveProfile.html b/docs/enums/SimpleEncodingLiveProfile.html index df304eff1..4be7d0d51 100644 --- a/docs/enums/SimpleEncodingLiveProfile.html +++ b/docs/enums/SimpleEncodingLiveProfile.html @@ -1,3 +1,3 @@ -SimpleEncodingLiveProfile | @bitmovin/api-sdk

Enumeration SimpleEncodingLiveProfile

Export

Enumeration Members

INCREASED_QUALITY +SimpleEncodingLiveProfile | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

INCREASED_QUALITY: "INCREASED_QUALITY"
LOWER_LATENCY: "LOWER_LATENCY"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingVodJobInputSourceType.html b/docs/enums/SimpleEncodingVodJobInputSourceType.html index 53867e14d..8d6c4d389 100644 --- a/docs/enums/SimpleEncodingVodJobInputSourceType.html +++ b/docs/enums/SimpleEncodingVodJobInputSourceType.html @@ -1,4 +1,4 @@ SimpleEncodingVodJobInputSourceType | @bitmovin/api-sdk

Enumeration SimpleEncodingVodJobInputSourceType

Input source type

-

Export

\ No newline at end of file +

Enumeration Members

DIRECT_FILE_UPLOAD: "DIRECT_FILE_UPLOAD"
URL: "URL"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingVodJobInputType.html b/docs/enums/SimpleEncodingVodJobInputType.html index 944d352fb..505563e1e 100644 --- a/docs/enums/SimpleEncodingVodJobInputType.html +++ b/docs/enums/SimpleEncodingVodJobInputType.html @@ -1,5 +1,5 @@ -SimpleEncodingVodJobInputType | @bitmovin/api-sdk

Enumeration SimpleEncodingVodJobInputType

Export

Enumeration Members

AUDIO +SimpleEncodingVodJobInputType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AUDIO: "AUDIO"
CLOSED_CAPTIONS: "CLOSED_CAPTIONS"
SUBTITLES: "SUBTITLES"
VIDEO: "VIDEO"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingVodJobOutputType.html b/docs/enums/SimpleEncodingVodJobOutputType.html index de63dc2a1..042f8ac11 100644 --- a/docs/enums/SimpleEncodingVodJobOutputType.html +++ b/docs/enums/SimpleEncodingVodJobOutputType.html @@ -1,4 +1,4 @@ SimpleEncodingVodJobOutputType | @bitmovin/api-sdk

Enumeration SimpleEncodingVodJobOutputType

Output type

-

Export

\ No newline at end of file +

Enumeration Members

CDN: "CDN"
URL: "URL"
\ No newline at end of file diff --git a/docs/enums/SimpleEncodingVodJobStatus.html b/docs/enums/SimpleEncodingVodJobStatus.html index 864b014c8..369903a20 100644 --- a/docs/enums/SimpleEncodingVodJobStatus.html +++ b/docs/enums/SimpleEncodingVodJobStatus.html @@ -1,8 +1,8 @@ -SimpleEncodingVodJobStatus | @bitmovin/api-sdk

Enumeration SimpleEncodingVodJobStatus

Export

Enumeration Members

CANCELED +SimpleEncodingVodJobStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CANCELED: "CANCELED"
CREATED: "CREATED"
ERROR: "ERROR"
EXECUTING: "EXECUTING"
FAILURE: "FAILURE"
FINISHED: "FINISHED"
RUNNING: "RUNNING"
\ No newline at end of file diff --git a/docs/enums/SmoothManifestDefaultVersion.html b/docs/enums/SmoothManifestDefaultVersion.html index f8954f997..913bd8c6f 100644 --- a/docs/enums/SmoothManifestDefaultVersion.html +++ b/docs/enums/SmoothManifestDefaultVersion.html @@ -1,2 +1,2 @@ -SmoothManifestDefaultVersion | @bitmovin/api-sdk

Enumeration SmoothManifestDefaultVersion

Export

Enumeration Members

V1 -

Enumeration Members

V1: "V1"
\ No newline at end of file +SmoothManifestDefaultVersion | @bitmovin/api-sdk

Enumeration SmoothManifestDefaultVersion

Export

Enumeration Members

V1 +

Enumeration Members

V1: "V1"
\ No newline at end of file diff --git a/docs/enums/SmpteTimecodeFlavor.html b/docs/enums/SmpteTimecodeFlavor.html index 15c5da021..3ffb30a1a 100644 --- a/docs/enums/SmpteTimecodeFlavor.html +++ b/docs/enums/SmpteTimecodeFlavor.html @@ -1,4 +1,4 @@ -SmpteTimecodeFlavor | @bitmovin/api-sdk

Enumeration SmpteTimecodeFlavor

Export

Enumeration Members

AUTO +SmpteTimecodeFlavor | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AUTO: "AUTO"
DROP_FRAME: "DROP_FRAME"
NON_DROP_FRAME: "NON_DROP_FRAME"
\ No newline at end of file diff --git a/docs/enums/SourceChannelType.html b/docs/enums/SourceChannelType.html index 3aafe6a67..3aeeea30b 100644 --- a/docs/enums/SourceChannelType.html +++ b/docs/enums/SourceChannelType.html @@ -1,5 +1,5 @@ SourceChannelType | @bitmovin/api-sdk

Enumeration SourceChannelType

Type of this source channel

-

Export

\ No newline at end of file +

Enumeration Members

BACK_LEFT: "BACK_LEFT"
BACK_RIGHT: "BACK_RIGHT"
CENTER: "CENTER"
CHANNEL_NUMBER: "CHANNEL_NUMBER"
FRONT_LEFT: "FRONT_LEFT"
FRONT_RIGHT: "FRONT_RIGHT"
LOW_FREQUENCY: "LOW_FREQUENCY"
SURROUND_LEFT: "SURROUND_LEFT"
SURROUND_RIGHT: "SURROUND_RIGHT"
\ No newline at end of file diff --git a/docs/enums/SpriteCreationMode.html b/docs/enums/SpriteCreationMode.html index 9776a170f..b222c81ab 100644 --- a/docs/enums/SpriteCreationMode.html +++ b/docs/enums/SpriteCreationMode.html @@ -1,3 +1,3 @@ -SpriteCreationMode | @bitmovin/api-sdk

Enumeration SpriteCreationMode

Export

Enumeration Members

INTERVAL_END +SpriteCreationMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

INTERVAL_END: "INTERVAL_END"
INTERVAL_START: "INTERVAL_START"
\ No newline at end of file diff --git a/docs/enums/SpriteUnit.html b/docs/enums/SpriteUnit.html index 4065b6e40..1c5de7af0 100644 --- a/docs/enums/SpriteUnit.html +++ b/docs/enums/SpriteUnit.html @@ -1,3 +1,3 @@ -SpriteUnit | @bitmovin/api-sdk

Enumeration SpriteUnit

Export

Enumeration Members

PERCENTS +SpriteUnit | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

PERCENTS: "PERCENTS"
SECONDS: "SECONDS"
\ No newline at end of file diff --git a/docs/enums/SrtMode.html b/docs/enums/SrtMode.html index d07c9c82e..3db0defcf 100644 --- a/docs/enums/SrtMode.html +++ b/docs/enums/SrtMode.html @@ -1,3 +1,3 @@ -SrtMode | @bitmovin/api-sdk

Enumeration SrtMode

Export

Enumeration Members

CALLER +SrtMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CALLER: "CALLER"
LISTENER: "LISTENER"
\ No newline at end of file diff --git a/docs/enums/StaticIpStatus.html b/docs/enums/StaticIpStatus.html index 9d4089337..9edf0a194 100644 --- a/docs/enums/StaticIpStatus.html +++ b/docs/enums/StaticIpStatus.html @@ -1,5 +1,5 @@ -StaticIpStatus | @bitmovin/api-sdk

Enumeration StaticIpStatus

Export

Enumeration Members

CREATING +StaticIpStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CREATING: "CREATING"
ERROR: "ERROR"
UNUSED: "UNUSED"
USED: "USED"
\ No newline at end of file diff --git a/docs/enums/StatisticsPerTitleStream.html b/docs/enums/StatisticsPerTitleStream.html index b2881655a..fec34f790 100644 --- a/docs/enums/StatisticsPerTitleStream.html +++ b/docs/enums/StatisticsPerTitleStream.html @@ -1,3 +1,3 @@ -StatisticsPerTitleStream | @bitmovin/api-sdk

Enumeration StatisticsPerTitleStream

Export

Enumeration Members

DISABLED +StatisticsPerTitleStream | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
ENABLED: "ENABLED"
\ No newline at end of file diff --git a/docs/enums/StatisticsResolution.html b/docs/enums/StatisticsResolution.html index 174f1bc33..2dac7c74d 100644 --- a/docs/enums/StatisticsResolution.html +++ b/docs/enums/StatisticsResolution.html @@ -1,5 +1,5 @@ -StatisticsResolution | @bitmovin/api-sdk

Enumeration StatisticsResolution

Export

Enumeration Members

HD +StatisticsResolution | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

HD: "HD"
SD: "SD"
UHD: "UHD"
UHD_8K: "UHD_8K"
\ No newline at end of file diff --git a/docs/enums/Status.html b/docs/enums/Status.html index ccffde56a..c567950f7 100644 --- a/docs/enums/Status.html +++ b/docs/enums/Status.html @@ -1,8 +1,8 @@ -Status | @bitmovin/api-sdk

Enumeration Status

Export

Enumeration Members

CANCELED +Status | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CANCELED: "CANCELED"
CREATED: "CREATED"
ERROR: "ERROR"
FINISHED: "FINISHED"
QUEUED: "QUEUED"
RUNNING: "RUNNING"
TRANSFER_ERROR: "TRANSFER_ERROR"
\ No newline at end of file diff --git a/docs/enums/StreamCaptionOutputFormat.html b/docs/enums/StreamCaptionOutputFormat.html index e7a822ad2..3a81aaee8 100644 --- a/docs/enums/StreamCaptionOutputFormat.html +++ b/docs/enums/StreamCaptionOutputFormat.html @@ -1,2 +1,2 @@ -StreamCaptionOutputFormat | @bitmovin/api-sdk

Enumeration StreamCaptionOutputFormat

Export

Enumeration Members

Enumeration Members

WEBVTT: "WEBVTT"
\ No newline at end of file +StreamCaptionOutputFormat | @bitmovin/api-sdk

Enumeration StreamCaptionOutputFormat

Export

Enumeration Members

Enumeration Members

WEBVTT: "WEBVTT"
\ No newline at end of file diff --git a/docs/enums/StreamConditionsMode.html b/docs/enums/StreamConditionsMode.html index 366628ce7..5a1c9ab6b 100644 --- a/docs/enums/StreamConditionsMode.html +++ b/docs/enums/StreamConditionsMode.html @@ -1,3 +1,3 @@ -StreamConditionsMode | @bitmovin/api-sdk

Enumeration StreamConditionsMode

Export

Enumeration Members

DROP_MUXING +StreamConditionsMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DROP_MUXING: "DROP_MUXING"
DROP_STREAM: "DROP_STREAM"
\ No newline at end of file diff --git a/docs/enums/StreamKeyConfigurationType.html b/docs/enums/StreamKeyConfigurationType.html index 3961c68e8..09abb332c 100644 --- a/docs/enums/StreamKeyConfigurationType.html +++ b/docs/enums/StreamKeyConfigurationType.html @@ -1,3 +1,3 @@ -StreamKeyConfigurationType | @bitmovin/api-sdk

Enumeration StreamKeyConfigurationType

Export

Enumeration Members

ASSIGN +StreamKeyConfigurationType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ASSIGN: "ASSIGN"
GENERATE: "GENERATE"
\ No newline at end of file diff --git a/docs/enums/StreamKeyStatus.html b/docs/enums/StreamKeyStatus.html index 7b215b7bb..2a0b297b0 100644 --- a/docs/enums/StreamKeyStatus.html +++ b/docs/enums/StreamKeyStatus.html @@ -1,4 +1,4 @@ StreamKeyStatus | @bitmovin/api-sdk

Enumeration StreamKeyStatus

Status of the stream key

-

Export

\ No newline at end of file +

Enumeration Members

ASSIGNED: "ASSIGNED"
UNASSIGNED: "UNASSIGNED"
\ No newline at end of file diff --git a/docs/enums/StreamKeyType.html b/docs/enums/StreamKeyType.html index d4cc02145..776ef6a48 100644 --- a/docs/enums/StreamKeyType.html +++ b/docs/enums/StreamKeyType.html @@ -1,4 +1,4 @@ StreamKeyType | @bitmovin/api-sdk

Enumeration StreamKeyType

Type of the stream key

-

Export

\ No newline at end of file +

Enumeration Members

RESERVED: "RESERVED"
TEMPORARY: "TEMPORARY"
\ No newline at end of file diff --git a/docs/enums/StreamMode.html b/docs/enums/StreamMode.html index 594983d1b..b711f0fa8 100644 --- a/docs/enums/StreamMode.html +++ b/docs/enums/StreamMode.html @@ -1,6 +1,6 @@ -StreamMode | @bitmovin/api-sdk

Enumeration StreamMode

Export

Enumeration Members

PER_TITLE_RESULT +StreamMode | @bitmovin/api-sdk

Enumeration StreamMode

Export

Enumeration Members

PER_TITLE_RESULT: "PER_TITLE_RESULT"
PER_TITLE_TEMPLATE: "PER_TITLE_TEMPLATE"
PER_TITLE_TEMPLATE_FIXED_RESOLUTION: "PER_TITLE_TEMPLATE_FIXED_RESOLUTION"
PER_TITLE_TEMPLATE_FIXED_RESOLUTION_AND_BITRATE: "PER_TITLE_TEMPLATE_FIXED_RESOLUTION_AND_BITRATE"
STANDARD: "STANDARD"
\ No newline at end of file +

Enumeration Members

PER_TITLE_RESULT: "PER_TITLE_RESULT"
PER_TITLE_TEMPLATE: "PER_TITLE_TEMPLATE"
PER_TITLE_TEMPLATE_FIXED_RESOLUTION: "PER_TITLE_TEMPLATE_FIXED_RESOLUTION"
PER_TITLE_TEMPLATE_FIXED_RESOLUTION_AND_BITRATE: "PER_TITLE_TEMPLATE_FIXED_RESOLUTION_AND_BITRATE"
STANDARD: "STANDARD"
\ No newline at end of file diff --git a/docs/enums/StreamSelectionMode.html b/docs/enums/StreamSelectionMode.html index b7f5a696d..bf03cdd61 100644 --- a/docs/enums/StreamSelectionMode.html +++ b/docs/enums/StreamSelectionMode.html @@ -1,6 +1,6 @@ -StreamSelectionMode | @bitmovin/api-sdk

Enumeration StreamSelectionMode

Export

Enumeration Members

AUDIO_RELATIVE +StreamSelectionMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AUDIO_RELATIVE: "AUDIO_RELATIVE"
AUTO: "AUTO"
POSITION_ABSOLUTE: "POSITION_ABSOLUTE"
SUBTITLE_RELATIVE: "SUBTITLE_RELATIVE"
VIDEO_RELATIVE: "VIDEO_RELATIVE"
\ No newline at end of file diff --git a/docs/enums/StreamsEncodingProfile.html b/docs/enums/StreamsEncodingProfile.html index 382dbae86..102eccc25 100644 --- a/docs/enums/StreamsEncodingProfile.html +++ b/docs/enums/StreamsEncodingProfile.html @@ -1,3 +1,3 @@ -StreamsEncodingProfile | @bitmovin/api-sdk

Enumeration StreamsEncodingProfile

Export

Enumeration Members

FIXED_RESOLUTIONS +StreamsEncodingProfile | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

FIXED_RESOLUTIONS: "FIXED_RESOLUTIONS"
PER_TITLE: "PER_TITLE"
\ No newline at end of file diff --git a/docs/enums/StreamsLiveLifeCycle.html b/docs/enums/StreamsLiveLifeCycle.html index 1fe6426e2..d07bdea8c 100644 --- a/docs/enums/StreamsLiveLifeCycle.html +++ b/docs/enums/StreamsLiveLifeCycle.html @@ -1,5 +1,5 @@ -StreamsLiveLifeCycle | @bitmovin/api-sdk

Enumeration StreamsLiveLifeCycle

Export

Enumeration Members

ERROR +StreamsLiveLifeCycle | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ERROR: "ERROR"
PROVISIONING: "PROVISIONING"
RUNNING: "RUNNING"
STOPPED: "STOPPED"
\ No newline at end of file diff --git a/docs/enums/StreamsTrimmingStatus.html b/docs/enums/StreamsTrimmingStatus.html index ec34cc6b7..8fb20008e 100644 --- a/docs/enums/StreamsTrimmingStatus.html +++ b/docs/enums/StreamsTrimmingStatus.html @@ -1,6 +1,6 @@ -StreamsTrimmingStatus | @bitmovin/api-sdk

Enumeration StreamsTrimmingStatus

Export

Enumeration Members

AVAILABLE +StreamsTrimmingStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

AVAILABLE: "AVAILABLE"
ERROR: "ERROR"
FINISHED: "FINISHED"
STARTED: "STARTED"
UNAVAILABLE: "UNAVAILABLE"
\ No newline at end of file diff --git a/docs/enums/StreamsType.html b/docs/enums/StreamsType.html index 1d9e327ee..0ee2f6088 100644 --- a/docs/enums/StreamsType.html +++ b/docs/enums/StreamsType.html @@ -1,3 +1,3 @@ -StreamsType | @bitmovin/api-sdk

Enumeration StreamsType

Export

Enumeration Members

LIVE +StreamsType | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

LIVE: "LIVE"
VIDEO: "VIDEO"
\ No newline at end of file diff --git a/docs/enums/StreamsVideoEncodingStatus.html b/docs/enums/StreamsVideoEncodingStatus.html index 9b7d3592c..ee50962bb 100644 --- a/docs/enums/StreamsVideoEncodingStatus.html +++ b/docs/enums/StreamsVideoEncodingStatus.html @@ -1,4 +1,4 @@ -StreamsVideoEncodingStatus | @bitmovin/api-sdk

Enumeration StreamsVideoEncodingStatus

Export

Enumeration Members

ERROR +StreamsVideoEncodingStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ERROR: "ERROR"
FINISHED: "FINISHED"
STARTED: "STARTED"
\ No newline at end of file diff --git a/docs/enums/StreamsVideoQuality.html b/docs/enums/StreamsVideoQuality.html index 6b88b1205..f449f2418 100644 --- a/docs/enums/StreamsVideoQuality.html +++ b/docs/enums/StreamsVideoQuality.html @@ -1,4 +1,4 @@ -StreamsVideoQuality | @bitmovin/api-sdk

Enumeration StreamsVideoQuality

Export

Enumeration Members

DEFAULT +StreamsVideoQuality | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DEFAULT: "DEFAULT"
NONE: "NONE"
PREVIEW: "PREVIEW"
\ No newline at end of file diff --git a/docs/enums/StreamsVideoStatus.html b/docs/enums/StreamsVideoStatus.html index 5e4444290..e3c7a4197 100644 --- a/docs/enums/StreamsVideoStatus.html +++ b/docs/enums/StreamsVideoStatus.html @@ -1,3 +1,3 @@ -StreamsVideoStatus | @bitmovin/api-sdk

Enumeration StreamsVideoStatus

Export

Enumeration Members

PUBLISHED +StreamsVideoStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

PUBLISHED: "PUBLISHED"
UNPUBLISHED: "UNPUBLISHED"
\ No newline at end of file diff --git a/docs/enums/TextFilterFont.html b/docs/enums/TextFilterFont.html index f9c67e6f2..031592c1d 100644 --- a/docs/enums/TextFilterFont.html +++ b/docs/enums/TextFilterFont.html @@ -1,8 +1,8 @@ -TextFilterFont | @bitmovin/api-sdk

Enumeration TextFilterFont

Export

Enumeration Members

DEJAVUSANS +TextFilterFont | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DEJAVUSANS: "DEJAVUSANS"
DEJAVUSANSMONO: "DEJAVUSANSMONO"
DEJAVUSERIF: "DEJAVUSERIF"
ROBOTO: "ROBOTO"
ROBOTOBLACK: "ROBOTOBLACK"
ROBOTOCONDENSED: "ROBOTOCONDENSED"
ROBOTOMONO: "ROBOTOMONO"
\ No newline at end of file diff --git a/docs/enums/ThumbnailAspectMode.html b/docs/enums/ThumbnailAspectMode.html index ba975fe8e..48e406224 100644 --- a/docs/enums/ThumbnailAspectMode.html +++ b/docs/enums/ThumbnailAspectMode.html @@ -1,4 +1,4 @@ -ThumbnailAspectMode | @bitmovin/api-sdk

Enumeration ThumbnailAspectMode

Export

Enumeration Members

CROP +ThumbnailAspectMode | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

CROP: "CROP"
PAD: "PAD"
STRETCH: "STRETCH"
\ No newline at end of file diff --git a/docs/enums/ThumbnailUnit.html b/docs/enums/ThumbnailUnit.html index 29a562141..2c02769c9 100644 --- a/docs/enums/ThumbnailUnit.html +++ b/docs/enums/ThumbnailUnit.html @@ -1,3 +1,3 @@ -ThumbnailUnit | @bitmovin/api-sdk

Enumeration ThumbnailUnit

Export

Enumeration Members

PERCENTS +ThumbnailUnit | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

PERCENTS: "PERCENTS"
SECONDS: "SECONDS"
\ No newline at end of file diff --git a/docs/enums/TransferVersion.html b/docs/enums/TransferVersion.html index 894a0e14c..34028e9f3 100644 --- a/docs/enums/TransferVersion.html +++ b/docs/enums/TransferVersion.html @@ -1,3 +1,3 @@ -TransferVersion | @bitmovin/api-sdk

Enumeration TransferVersion

Export

Enumeration Members

DEFAULT +TransferVersion | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

DEFAULT: "DEFAULT"
POOL: "POOL"
\ No newline at end of file diff --git a/docs/enums/TransformSkipMode.html b/docs/enums/TransformSkipMode.html index 4df2ba457..db81a823b 100644 --- a/docs/enums/TransformSkipMode.html +++ b/docs/enums/TransformSkipMode.html @@ -1,5 +1,5 @@ TransformSkipMode | @bitmovin/api-sdk

Enumeration TransformSkipMode

Enable evaluation of transform skip (bypass DCT but still use quantization) coding for 4x4 TU coded blocks.

-

Export

\ No newline at end of file +

Enumeration Members

FAST: "FAST"
NONE: "NONE"
NORMAL: "NORMAL"
\ No newline at end of file diff --git a/docs/enums/TuInterDepth.html b/docs/enums/TuInterDepth.html index c923f2697..a50e99f14 100644 --- a/docs/enums/TuInterDepth.html +++ b/docs/enums/TuInterDepth.html @@ -1,6 +1,6 @@ TuInterDepth | @bitmovin/api-sdk

Enumeration TuInterDepth

Extra recursion depth for intra coded units

-

Export

\ No newline at end of file +

Enumeration Members

D1: "1"
D2: "2"
D3: "3"
D4: "4"
\ No newline at end of file diff --git a/docs/enums/TuIntraDepth.html b/docs/enums/TuIntraDepth.html index 691e67b2f..9d407fc16 100644 --- a/docs/enums/TuIntraDepth.html +++ b/docs/enums/TuIntraDepth.html @@ -1,6 +1,6 @@ TuIntraDepth | @bitmovin/api-sdk

Enumeration TuIntraDepth

Extra recursion depth for inter coded units

-

Export

\ No newline at end of file +

Enumeration Members

D1: "1"
D2: "2"
D3: "3"
D4: "4"
\ No newline at end of file diff --git a/docs/enums/VariantStreamDroppingMode.html b/docs/enums/VariantStreamDroppingMode.html index 8dd00f334..8d2e979dd 100644 --- a/docs/enums/VariantStreamDroppingMode.html +++ b/docs/enums/VariantStreamDroppingMode.html @@ -1,4 +1,4 @@ VariantStreamDroppingMode | @bitmovin/api-sdk

Enumeration VariantStreamDroppingMode

Variant stream dropping mode.

-

Export

\ No newline at end of file +

Enumeration Members

AUDIO: "AUDIO"
STREAM: "STREAM"
\ No newline at end of file diff --git a/docs/enums/VerticalLowPassFilteringMode.html b/docs/enums/VerticalLowPassFilteringMode.html index 7a0a67435..2504f6332 100644 --- a/docs/enums/VerticalLowPassFilteringMode.html +++ b/docs/enums/VerticalLowPassFilteringMode.html @@ -1,5 +1,5 @@ VerticalLowPassFilteringMode | @bitmovin/api-sdk

Enumeration VerticalLowPassFilteringMode

Mode for vertical low pass filtering

-

Export

\ No newline at end of file +

Enumeration Members

COMPLEX: "COMPLEX"
DISABLED: "DISABLED"
LOW_PASS: "LOW_PASS"
\ No newline at end of file diff --git a/docs/enums/VideoFormat.html b/docs/enums/VideoFormat.html index 022a665fb..985bb1c60 100644 --- a/docs/enums/VideoFormat.html +++ b/docs/enums/VideoFormat.html @@ -1,7 +1,7 @@ -VideoFormat | @bitmovin/api-sdk

Enumeration VideoFormat

Export

Enumeration Members

COMPONENT +VideoFormat | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

COMPONENT: "COMPONENT"
MAC: "MAC"
NTSC: "NTSC"
PAL: "PAL"
SECAM: "SECAM"
UNDEFINED: "UNDEFINED"
\ No newline at end of file diff --git a/docs/enums/VorbisChannelLayout.html b/docs/enums/VorbisChannelLayout.html index 2d5159bed..c98565000 100644 --- a/docs/enums/VorbisChannelLayout.html +++ b/docs/enums/VorbisChannelLayout.html @@ -1,4 +1,4 @@ -VorbisChannelLayout | @bitmovin/api-sdk

Enumeration VorbisChannelLayout

Export

Enumeration Members

CL_2_1 +VorbisChannelLayout | @bitmovin/api-sdk

Enumeration VorbisChannelLayout

Export

Enumeration Members

Enumeration Members

CL_2_1: "2.1"
CL_2_2: "2.2"
CL_3_1: "3.1"
CL_4_0: "4.0"
CL_5_1: "5.1"
CL_5_1_BACK: "5.1_BACK"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file +

Enumeration Members

CL_2_1: "2.1"
CL_2_2: "2.2"
CL_3_1: "3.1"
CL_4_0: "4.0"
CL_5_1: "5.1"
CL_5_1_BACK: "5.1_BACK"
CL_QUAD: "QUAD"
CL_STEREO: "STEREO"
CL_SURROUND: "SURROUND"
MONO: "MONO"
NONE: "NONE"
\ No newline at end of file diff --git a/docs/enums/Vp8ArnrType.html b/docs/enums/Vp8ArnrType.html index c747789f7..aa2225e23 100644 --- a/docs/enums/Vp8ArnrType.html +++ b/docs/enums/Vp8ArnrType.html @@ -1,5 +1,5 @@ Vp8ArnrType | @bitmovin/api-sdk

Enumeration Vp8ArnrType

altref noise reduction filter type

-

Export

\ No newline at end of file +

Enumeration Members

BACKWARD: "BACKWARD"
CENTERED: "CENTERED"
FORWARD: "FORWARD"
\ No newline at end of file diff --git a/docs/enums/Vp8NoiseSensitivity.html b/docs/enums/Vp8NoiseSensitivity.html index f518a9413..e3a7c126c 100644 --- a/docs/enums/Vp8NoiseSensitivity.html +++ b/docs/enums/Vp8NoiseSensitivity.html @@ -1,7 +1,7 @@ Vp8NoiseSensitivity | @bitmovin/api-sdk

Enumeration Vp8NoiseSensitivity

Noise sensitivity (frames to blur).

-

Export

\ No newline at end of file +

Enumeration Members

ADAPTIVE: "ADAPTIVE"
OFF: "OFF"
ON_YUV: "ON_YUV"
ON_YUV_AGGRESSIVE: "ON_YUV_AGGRESSIVE"
ON_Y_ONLY: "ON_Y_ONLY"
\ No newline at end of file diff --git a/docs/enums/Vp8Quality.html b/docs/enums/Vp8Quality.html index ca8526bee..0073784f8 100644 --- a/docs/enums/Vp8Quality.html +++ b/docs/enums/Vp8Quality.html @@ -1,5 +1,5 @@ Vp8Quality | @bitmovin/api-sdk

Enumeration Vp8Quality

Determines quality for the price of speed.

-

Export

\ No newline at end of file +

Enumeration Members

BEST: "BEST"
GOOD: "GOOD"
REALTIME: "REALTIME"
\ No newline at end of file diff --git a/docs/enums/Vp9AqMode.html b/docs/enums/Vp9AqMode.html index c5bfd0e75..35a2be937 100644 --- a/docs/enums/Vp9AqMode.html +++ b/docs/enums/Vp9AqMode.html @@ -1,6 +1,6 @@ Vp9AqMode | @bitmovin/api-sdk

Enumeration Vp9AqMode

Adaptive quantization mode.

-

Export

\ No newline at end of file +

Enumeration Members

COMPLEXITY: "COMPLEXITY"
CYCLIC: "CYCLIC"
NONE: "NONE"
VARIANCE: "VARIANCE"
\ No newline at end of file diff --git a/docs/enums/Vp9ArnrType.html b/docs/enums/Vp9ArnrType.html index 91abb3a84..0c29bb6a5 100644 --- a/docs/enums/Vp9ArnrType.html +++ b/docs/enums/Vp9ArnrType.html @@ -1,5 +1,5 @@ Vp9ArnrType | @bitmovin/api-sdk

Enumeration Vp9ArnrType

altref noise reduction filter type

-

Export

\ No newline at end of file +

Enumeration Members

BACKWARD: "BACKWARD"
CENTERED: "CENTERED"
FORWARD: "FORWARD"
\ No newline at end of file diff --git a/docs/enums/Vp9DynamicRangeFormat.html b/docs/enums/Vp9DynamicRangeFormat.html index 3642c3bd9..ea951f36d 100644 --- a/docs/enums/Vp9DynamicRangeFormat.html +++ b/docs/enums/Vp9DynamicRangeFormat.html @@ -1,4 +1,4 @@ Vp9DynamicRangeFormat | @bitmovin/api-sdk

Enumeration Vp9DynamicRangeFormat

Configures what kind of dynamic range the output should conform to. Can be used to convert from SDR to HLG, from HLG to SDR.

-

Export

\ No newline at end of file +

Enumeration Members

HLG: "HLG"
SDR: "SDR"
\ No newline at end of file diff --git a/docs/enums/Vp9Quality.html b/docs/enums/Vp9Quality.html index 827fed24f..c070035d0 100644 --- a/docs/enums/Vp9Quality.html +++ b/docs/enums/Vp9Quality.html @@ -1,5 +1,5 @@ Vp9Quality | @bitmovin/api-sdk

Enumeration Vp9Quality

Determines quality for the price of speed.

-

Export

\ No newline at end of file +

Enumeration Members

BEST: "BEST"
GOOD: "GOOD"
REALTIME: "REALTIME"
\ No newline at end of file diff --git a/docs/enums/WatchFolderStatus.html b/docs/enums/WatchFolderStatus.html index f61d02f35..d94a56685 100644 --- a/docs/enums/WatchFolderStatus.html +++ b/docs/enums/WatchFolderStatus.html @@ -1,4 +1,4 @@ -WatchFolderStatus | @bitmovin/api-sdk

Enumeration WatchFolderStatus

Export

Enumeration Members

ERROR +WatchFolderStatus | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

ERROR: "ERROR"
STARTED: "STARTED"
STOPPED: "STOPPED"
\ No newline at end of file diff --git a/docs/enums/WebVttCueIdentifierPolicy.html b/docs/enums/WebVttCueIdentifierPolicy.html index 704f754ce..e44f77b84 100644 --- a/docs/enums/WebVttCueIdentifierPolicy.html +++ b/docs/enums/WebVttCueIdentifierPolicy.html @@ -1,3 +1,3 @@ -WebVttCueIdentifierPolicy | @bitmovin/api-sdk

Enumeration WebVttCueIdentifierPolicy

Export

Enumeration Members

INCLUDE_IDENTIFIERS +WebVttCueIdentifierPolicy | @bitmovin/api-sdk

Enumeration WebVttCueIdentifierPolicy

Export

Enumeration Members

INCLUDE_IDENTIFIERS: "INCLUDE_IDENTIFIERS"
OMIT_IDENTIFIERS: "OMIT_IDENTIFIERS"
\ No newline at end of file +

Enumeration Members

INCLUDE_IDENTIFIERS: "INCLUDE_IDENTIFIERS"
OMIT_IDENTIFIERS: "OMIT_IDENTIFIERS"
\ No newline at end of file diff --git a/docs/enums/WebVttStylingMode.html b/docs/enums/WebVttStylingMode.html index 2a14909a7..991ca0d47 100644 --- a/docs/enums/WebVttStylingMode.html +++ b/docs/enums/WebVttStylingMode.html @@ -1,4 +1,4 @@ WebVttStylingMode | @bitmovin/api-sdk

Enumeration WebVttStylingMode

Determines how WebVTT styling is handled.

-

Export

\ No newline at end of file +

Enumeration Members

DROP_STYLING: "DROP_STYLING"
PASSTHROUGH: "PASSTHROUGH"
\ No newline at end of file diff --git a/docs/enums/WebhookHttpMethod.html b/docs/enums/WebhookHttpMethod.html index acd65be46..a5b44411e 100644 --- a/docs/enums/WebhookHttpMethod.html +++ b/docs/enums/WebhookHttpMethod.html @@ -1,3 +1,3 @@ -WebhookHttpMethod | @bitmovin/api-sdk

Enumeration WebhookHttpMethod

Export

Enumeration Members

POST +WebhookHttpMethod | @bitmovin/api-sdk
\ No newline at end of file +

Enumeration Members

POST: "POST"
PUT: "PUT"
\ No newline at end of file diff --git a/docs/enums/WeightedPredictionPFrames.html b/docs/enums/WeightedPredictionPFrames.html index 45070087e..4ed8a04c8 100644 --- a/docs/enums/WeightedPredictionPFrames.html +++ b/docs/enums/WeightedPredictionPFrames.html @@ -1,5 +1,5 @@ WeightedPredictionPFrames | @bitmovin/api-sdk

Enumeration WeightedPredictionPFrames

Defines the mode for weighted prediction for P-frames

-

Export

\ No newline at end of file +

Enumeration Members

DISABLED: "DISABLED"
SIMPLE: "SIMPLE"
SMART: "SMART"
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index e1d66d9de..3691e2d5e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@

Support

If you have any questions regarding the SDK, provided examples or our services, please log in to your Bitmovin Dashboard at https://bitmovin.com/dashboard and create a support ticket. Our team will get back to you as soon as possible :+1:


-

Installation

npm install @bitmovin/api-sdk@1.214.0
+

Installation

npm install @bitmovin/api-sdk@1.215.0
 

Initialization

Node

Using ES6 import

import BitmovinApi from '@bitmovin/api-sdk';

const bitmovinApi = new BitmovinApi({apiKey: '<YOUR_API_KEY>'}); diff --git a/docs/interfaces/Configuration.html b/docs/interfaces/Configuration.html index cda56ebb7..428451758 100644 --- a/docs/interfaces/Configuration.html +++ b/docs/interfaces/Configuration.html @@ -1,7 +1,7 @@ -Configuration | @bitmovin/api-sdk

Interface Configuration

interface Configuration {
    apiKey: string;
    baseUrl?: string;
    fetch?: FetchAPI;
    headers?: Record<string, string>;
    logger?: Logger;
    tenantOrgId?: string;
}

Properties

apiKey +Configuration | @bitmovin/api-sdk

Interface Configuration

interface Configuration {
    apiKey: string;
    baseUrl?: string;
    fetch?: FetchAPI;
    headers?: Record<string, string>;
    logger?: Logger;
    tenantOrgId?: string;
}

Properties

apiKey: string
baseUrl?: string
fetch?: FetchAPI
headers?: Record<string, string>
logger?: Logger
tenantOrgId?: string
\ No newline at end of file +

Properties

apiKey: string
baseUrl?: string
fetch?: FetchAPI
headers?: Record<string, string>
logger?: Logger
tenantOrgId?: string
\ No newline at end of file diff --git a/docs/types/AbstractConditionUnion.html b/docs/types/AbstractConditionUnion.html index 6ec1490ae..fe329e547 100644 --- a/docs/types/AbstractConditionUnion.html +++ b/docs/types/AbstractConditionUnion.html @@ -1 +1 @@ -AbstractConditionUnion | @bitmovin/api-sdk
\ No newline at end of file +AbstractConditionUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/AdAnalyticsAbstractFilterUnion.html b/docs/types/AdAnalyticsAbstractFilterUnion.html index ec497d816..4b314dfe4 100644 --- a/docs/types/AdAnalyticsAbstractFilterUnion.html +++ b/docs/types/AdAnalyticsAbstractFilterUnion.html @@ -1 +1 @@ -AdAnalyticsAbstractFilterUnion | @bitmovin/api-sdk
\ No newline at end of file +AdAnalyticsAbstractFilterUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/AdaptationSetUnion.html b/docs/types/AdaptationSetUnion.html index 6f19b6cea..5a338cd1c 100644 --- a/docs/types/AdaptationSetUnion.html +++ b/docs/types/AdaptationSetUnion.html @@ -1 +1 @@ -AdaptationSetUnion | @bitmovin/api-sdk
\ No newline at end of file +AdaptationSetUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/AnalyticsAbstractFilterUnion.html b/docs/types/AnalyticsAbstractFilterUnion.html index a8e6a4eae..703d1b262 100644 --- a/docs/types/AnalyticsAbstractFilterUnion.html +++ b/docs/types/AnalyticsAbstractFilterUnion.html @@ -1 +1 @@ -AnalyticsAbstractFilterUnion | @bitmovin/api-sdk
\ No newline at end of file +AnalyticsAbstractFilterUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/AnalyticsOutputUnion.html b/docs/types/AnalyticsOutputUnion.html index b7ccfa63a..ccf54be70 100644 --- a/docs/types/AnalyticsOutputUnion.html +++ b/docs/types/AnalyticsOutputUnion.html @@ -1 +1 @@ -AnalyticsOutputUnion | @bitmovin/api-sdk
\ No newline at end of file +AnalyticsOutputUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/CodecConfigurationUnion.html b/docs/types/CodecConfigurationUnion.html index eed29bea1..9f0dfa329 100644 --- a/docs/types/CodecConfigurationUnion.html +++ b/docs/types/CodecConfigurationUnion.html @@ -1 +1 @@ -CodecConfigurationUnion | @bitmovin/api-sdk
\ No newline at end of file +CodecConfigurationUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/DashRepresentationUnion.html b/docs/types/DashRepresentationUnion.html index 972c5b441..f8a9a239b 100644 --- a/docs/types/DashRepresentationUnion.html +++ b/docs/types/DashRepresentationUnion.html @@ -1 +1 @@ -DashRepresentationUnion | @bitmovin/api-sdk
\ No newline at end of file +DashRepresentationUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/DefaultManifestConditionUnion.html b/docs/types/DefaultManifestConditionUnion.html index e73d64c4b..fd27b5c92 100644 --- a/docs/types/DefaultManifestConditionUnion.html +++ b/docs/types/DefaultManifestConditionUnion.html @@ -1 +1 @@ -DefaultManifestConditionUnion | @bitmovin/api-sdk
\ No newline at end of file +DefaultManifestConditionUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/DrmUnion.html b/docs/types/DrmUnion.html index d280df085..2a19f52bc 100644 --- a/docs/types/DrmUnion.html +++ b/docs/types/DrmUnion.html @@ -1 +1 @@ -DrmUnion | @bitmovin/api-sdk
\ No newline at end of file +DrmUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/FilterUnion.html b/docs/types/FilterUnion.html index 2b8a8220d..0fdfdd0a9 100644 --- a/docs/types/FilterUnion.html +++ b/docs/types/FilterUnion.html @@ -1 +1 @@ -FilterUnion | @bitmovin/api-sdk
\ No newline at end of file +FilterUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/Id3TagUnion.html b/docs/types/Id3TagUnion.html index 74b264615..5dc459699 100644 --- a/docs/types/Id3TagUnion.html +++ b/docs/types/Id3TagUnion.html @@ -1 +1 @@ -Id3TagUnion | @bitmovin/api-sdk
\ No newline at end of file +Id3TagUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/InputStreamUnion.html b/docs/types/InputStreamUnion.html index 49a3717a9..1e4eabfb1 100644 --- a/docs/types/InputStreamUnion.html +++ b/docs/types/InputStreamUnion.html @@ -1 +1 @@ -InputStreamUnion | @bitmovin/api-sdk
\ No newline at end of file +InputStreamUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/InputUnion.html b/docs/types/InputUnion.html index 4717151fb..081ac60ce 100644 --- a/docs/types/InputUnion.html +++ b/docs/types/InputUnion.html @@ -1 +1 @@ -InputUnion | @bitmovin/api-sdk
\ No newline at end of file +InputUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/MuxingUnion.html b/docs/types/MuxingUnion.html index 9c058eb29..5cbced69b 100644 --- a/docs/types/MuxingUnion.html +++ b/docs/types/MuxingUnion.html @@ -1 +1 @@ -MuxingUnion | @bitmovin/api-sdk
\ No newline at end of file +MuxingUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/OutputUnion.html b/docs/types/OutputUnion.html index e41752600..be62c5d51 100644 --- a/docs/types/OutputUnion.html +++ b/docs/types/OutputUnion.html @@ -1 +1 @@ -OutputUnion | @bitmovin/api-sdk
\ No newline at end of file +OutputUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/SidecarFileUnion.html b/docs/types/SidecarFileUnion.html index 48fb0ba83..df26608c5 100644 --- a/docs/types/SidecarFileUnion.html +++ b/docs/types/SidecarFileUnion.html @@ -1 +1 @@ -SidecarFileUnion | @bitmovin/api-sdk
\ No newline at end of file +SidecarFileUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/SimpleEncodingLiveJobOutputUnion.html b/docs/types/SimpleEncodingLiveJobOutputUnion.html index fbe8574d0..4253b929f 100644 --- a/docs/types/SimpleEncodingLiveJobOutputUnion.html +++ b/docs/types/SimpleEncodingLiveJobOutputUnion.html @@ -1 +1 @@ -SimpleEncodingLiveJobOutputUnion | @bitmovin/api-sdk
\ No newline at end of file +SimpleEncodingLiveJobOutputUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/SimpleEncodingVodJobInputUnion.html b/docs/types/SimpleEncodingVodJobInputUnion.html index 2a9617cef..4c2eb5d90 100644 --- a/docs/types/SimpleEncodingVodJobInputUnion.html +++ b/docs/types/SimpleEncodingVodJobInputUnion.html @@ -1 +1 @@ -SimpleEncodingVodJobInputUnion | @bitmovin/api-sdk
\ No newline at end of file +SimpleEncodingVodJobInputUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/SimpleEncodingVodJobOutputUnion.html b/docs/types/SimpleEncodingVodJobOutputUnion.html index 667aaaa47..e6c5fda51 100644 --- a/docs/types/SimpleEncodingVodJobOutputUnion.html +++ b/docs/types/SimpleEncodingVodJobOutputUnion.html @@ -1 +1 @@ -SimpleEncodingVodJobOutputUnion | @bitmovin/api-sdk
\ No newline at end of file +SimpleEncodingVodJobOutputUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/docs/types/StreamsResponseUnion.html b/docs/types/StreamsResponseUnion.html index e09a15828..f960a024e 100644 --- a/docs/types/StreamsResponseUnion.html +++ b/docs/types/StreamsResponseUnion.html @@ -1 +1 @@ -StreamsResponseUnion | @bitmovin/api-sdk
\ No newline at end of file +StreamsResponseUnion | @bitmovin/api-sdk
\ No newline at end of file diff --git a/package.json b/package.json index 6e9ed9f20..793cf92cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitmovin/api-sdk", - "version": "1.214.0", + "version": "1.215.0", "description": "Bitmovin JS/TS API SDK", "author": "Bitmovin Inc", "keywords": [ diff --git a/src/common/RestClient.ts b/src/common/RestClient.ts index a60c633e3..49d042b40 100644 --- a/src/common/RestClient.ts +++ b/src/common/RestClient.ts @@ -233,7 +233,7 @@ class HeaderHandler extends DelegatingHandler { const headers: Record = { 'X-Api-Key': apiKey, 'X-Api-Client': 'bitmovin-api-sdk-javascript', - 'X-Api-Client-Version': '1.214.0', + 'X-Api-Client-Version': '1.215.0', 'Content-Type': 'application/json' };