RateControl Class

Definition

Class representing the video's rate control.

public class RateControl
type RateControl = class
Public Class RateControl
Inheritance
RateControl

Constructors

RateControl()

Initializes a new instance of RateControl.

Properties

BitRateLimit

the maximum output bitrate in kbps.

EncodingInterval

Interval at which images are encoded and transmitted.

FrameRateLimit

Maximum output framerate in fps.

GuaranteedFrameRate

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.

Applies to