Interface VideoStreamOptions

Hierarchy

  • VideoStreamOptions

Properties

codec?: string
profile?: string
width?: number
height?: number
bitrate?: number
bitrateControl?: "variable" | "constant"
minBitrate?: number
maxBitrate?: number
fps?: number
idrIntervalMillis?: number

Key Frame interval in milliseconds.

keyframeInterval?: number

Key Frame interval in frames.

h264Info?: H264Info

Generated using TypeDoc