StreamConfigurationMap.GetHighSpeedVideoSizes Method

Definition

Get a list of supported high speed video recording sizes.

[Android.Runtime.Register("getHighSpeedVideoSizes", "()[Landroid/util/Size;", "")]
public Android.Util.Size[]? GetHighSpeedVideoSizes ();
[<Android.Runtime.Register("getHighSpeedVideoSizes", "()[Landroid/util/Size;", "")>]
member this.GetHighSpeedVideoSizes : unit -> Android.Util.Size[]

Returns

Size[]

an array of supported high speed video recording sizes

Attributes

Remarks

Java documentation for android.hardware.camera2.params.StreamConfigurationMap.getHighSpeedVideoSizes().

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

See also