Export

VideoStream

Hierarchy (view full)

Constructors

Properties

bitrate?: string

Bitrate in bps

Memberof

VideoStream

codec?: string

Codec of the stream

Memberof

MediaStream

duration?: number

Duration of the stream in seconds

Memberof

MediaStream

fps?: string

Frame rate of the video

Memberof

VideoStream

height?: number

Height of the video (required)

Memberof

VideoStream

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

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.

Memberof

MediaStream

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.

Memberof

VideoStream

width?: number

Width of the video (required)

Memberof

VideoStream