Share via


MediaCodecInfo.EncoderCapabilities.BitrateModeCbrFd Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.BitrateMode enum directly instead of this field.

Constant bitrate mode with frame drops

[Android.Runtime.Register("BITRATE_MODE_CBR_FD", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.BitrateMode enum directly instead of this field.", true)]
public const Android.Media.BitrateMode BitrateModeCbrFd = 3;
[<Android.Runtime.Register("BITRATE_MODE_CBR_FD", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.BitrateMode enum directly instead of this field.", true)>]
val mutable BitrateModeCbrFd : Android.Media.BitrateMode

Field Value

Value = 3
Attributes

Remarks

Constant bitrate mode with frame drops

Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CBR_FD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to