Export

Encoding

Hierarchy (view full)

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.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

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

Memberof

BitmovinResource

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

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

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.

Memberof

Encoding

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

Memberof

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

Memberof

BitmovinResource

name?: string

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

Memberof

BitmovinResource

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

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

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

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.

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

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

Memberof

Encoding

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.

Memberof

Encoding

status?: Status

The current status of the encoding.

Memberof

Encoding

Type of the encoding

Memberof

Encoding