Język

BitrateMode Enum

Definition

Enumerates values returned by the Cbr, Cq, and Vbr members and taken as a parameter of the F:Android.Media.MediaCodecInfo+EncoderCapabilities.IsBitrateModeSupported member.

public enum BitrateMode
type BitrateMode = 
Inheritance
BitrateMode

Fields

Name Value Description
Cq 0

Constant quality mode

Android reference for android.media.MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CQ.

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.

Vbr 1

Variable bitrate mode

Android reference for android.media.MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_VBR.

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.

Cbr 2

Constant bitrate mode

Android reference for android.media.MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CBR.

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.

CbrFd 3

Constant bitrate mode with frame drops

Android reference 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.

Remarks

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