Class LiveStandbyPoolResponse

Export

LiveStandbyPoolResponse

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.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

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

Memberof

LiveStandbyPoolResponse

errorEncodings?: number

Number of instances currently in error state in the pool

Memberof

LiveStandbyPoolResponse

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

modifiedAt?: Date

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

Memberof

BitmovinResource

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

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)

Memberof

LiveStandbyPoolResponse