Enumeration QualityLimitationReason

The enum representing a reason for limiting the resolution and/or framerate, or none if not limited.

Enumeration Members

Enumeration Members

bandwidth: 2

The resolution and/or framerate is primarily limited due to congestion cues during bandwidth estimation. Typical, congestion control algorithms use inter-arrival time, round-trip time, packet or other congestion cues to perform bandwidth estimation.

cpu: 1

The resolution and/or framerate is primarily limited due to CPU load.

none: 0

The resolution and/or framerate is not limited.

other: 3

The resolution and/or framerate is primarily limited for a reason other than the above.