Visualizer.GetCaptureSizeRange Method

Definition

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

Int32[]

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.

Applies to