MediaCodecInfo.VideoCapabilities.AreSizeAndRateSupported(Int32, Int32, Double) Method

Definition

[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

Boolean
Attributes

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