MediaCodecInfo.VideoCapabilities.AreSizeAndRateSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.