Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RateControl

Package version

Class representing the video's rate control.

Hierarchy

  • RateControl

Index

Properties

Optional bitRateLimit

bitRateLimit: undefined | number

the maximum output bitrate in kbps.

Optional encodingInterval

encodingInterval: undefined | number

Interval at which images are encoded and transmitted.

Optional frameRateLimit

frameRateLimit: undefined | number

Maximum output framerate in fps.

Optional guaranteedFrameRate

guaranteedFrameRate: undefined | false | true

A value of true indicates that frame rate is a fixed value rather than an upper limit, and that the video encoder shall prioritize frame rate over all other adaptable configuration values such as bitrate.

Generated using TypeDoc