MediaCodecInfo.VideoCapabilities.SupportedFrameRates Property

Definition

Returns the range of supported frame rates.

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

Property Value

Attributes

Remarks

Returns the range of supported frame rates.

This is not a performance indicator. Rather, it expresses the limits specified in the coding standard, based on the complexities of encoding material for later playback at a certain frame rate, or the decoding of such material in non-realtime.

Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedFrameRates().

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