DegradationPreferences

The DegradationPreferences class is based on WebRTC and manages preferences related to video degradation strategies. It allows users to influence how the system will adapt to changing network conditions.

Entries

Link copied to clipboard

Disables any automatic degradation adjustments to maintain the original video quality.

Link copied to clipboard

Prioritizes maintaining the resolution of the video stream and decreases frame rate in the face of changing network conditions.

Link copied to clipboard

Prioritizes maintaining the frame rate of the video stream and decreases resolution in the face of changing network conditions.

Link copied to clipboard

Dynamically adjusts both resolution and frame rate to strike a balance between maintainings video quality and adapting to changing network conditions.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.