Visualizer.GetCaptureSizeRange 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 the capture size range.
[Android.Runtime.Register("getCaptureSizeRange", "()[I", "")]
public static int[]? GetCaptureSizeRange ();
[<Android.Runtime.Register("getCaptureSizeRange", "()[I", "")>]
static member GetCaptureSizeRange : unit -> int[]
Returns
the mininum capture size is returned in first array element and the maximum in second array element.
- Attributes
Remarks
Returns the capture size range.
Java documentation for android.media.audiofx.Visualizer.getCaptureSizeRange()
.
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.