MediaCodecInfo.EncoderCapabilities.ComplexityRange Property

Definition

Returns the supported range of encoder complexity values.

public Android.Util.Range? ComplexityRange { [Android.Runtime.Register("getComplexityRange", "()Landroid/util/Range;", "")] get; }
[<get: Android.Runtime.Register("getComplexityRange", "()Landroid/util/Range;", "")>]
member this.ComplexityRange : Android.Util.Range

Property Value

Attributes

Remarks

Returns the supported range of encoder complexity values.

Some codecs may support multiple complexity levels, where higher complexity values use more encoder tools (e.g. perform more intensive calculations) to improve the quality or the compression ratio. Use a lower value to save power and/or time.

Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.getComplexityRange().

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