DegradationPreference

(リソースの逼迫により) 送信する映像の品質が維持できない場合の挙動を示します.

WebRTC の RtpParameters.DegradationPreference に対応します. 映像エンコーダーがCPUやネットワーク帯域の制限に直面した際の振る舞いを制御します.

Entries

Link copied to clipboard

品質調整を無効にします. 解像度とフレームレートの両方を維持しようとします.

Link copied to clipboard

フレームレートの維持を優先します. 必要に応じて解像度を下げます.

Link copied to clipboard

解像度の維持を優先します. 必要に応じてフレームレートを下げます.

Link copied to clipboard

バランスを取ります. 解像度とフレームレートの両方を適応的に調整します.

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
val nativeValue: RtpParameters.DegradationPreference
Link copied to clipboard

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.