MediaCodecInfo.VideoCapabilities.AreSizeAndRateSupported Method

Definition

Returns whether a given video size (width and height) and frameRate combination is supported.

[Android.Runtime.Register("areSizeAndRateSupported", "(IID)Z", "")]
public bool AreSizeAndRateSupported (int width, int height, double frameRate);
[<Android.Runtime.Register("areSizeAndRateSupported", "(IID)Z", "")>]
member this.AreSizeAndRateSupported : int * int * double -> bool

Parameters

width
Int32
height
Int32
frameRate
Double

Returns

Attributes

Remarks

Returns whether a given video size (width and height) and frameRate combination is supported.

Java documentation for android.media.MediaCodecInfo.VideoCapabilities.areSizeAndRateSupported(int, int, double).

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