Class MjpegVideoConfiguration

Export

MjpegVideoConfiguration

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

height?: number

Height of the encoded video

Memberof

MjpegVideoConfiguration

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

pixelFormat?: PixelFormat

Memberof

MjpegVideoConfiguration

qScale?: number

The quality scale parameter (required)

Memberof

MjpegVideoConfiguration

rate?: number

Target frame rate of the encoded video! (required)

Memberof

MjpegVideoConfiguration

type: CodecConfigType = CodecConfigType.MJPEG

Discriminator property for CodecConfiguration

Memberof

MjpegVideoConfiguration

width?: number

Width of the encoded video

Memberof

MjpegVideoConfiguration

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

Type declaration

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