RecommendedStreamConfigurationMap.GetHighSpeedVideoFpsRangesFor(Size) Method

Definition

Get the frame per second ranges (fpsMin, fpsMax) for input high speed video size.

[Android.Runtime.Register("getHighSpeedVideoFpsRangesFor", "(Landroid/util/Size;)Ljava/util/Set;", "", ApiSince=29)]
public System.Collections.Generic.ICollection<Android.Util.Range>? GetHighSpeedVideoFpsRangesFor (Android.Util.Size size);
[<Android.Runtime.Register("getHighSpeedVideoFpsRangesFor", "(Landroid/util/Size;)Ljava/util/Set;", "", ApiSince=29)>]
member this.GetHighSpeedVideoFpsRangesFor : Android.Util.Size -> System.Collections.Generic.ICollection<Android.Util.Range>

Parameters

size
Size

one of the sizes returned by #getHighSpeedVideoSizes()

Returns

a non-modifiable set of supported high speed video recording FPS ranges The upper bound of returned ranges is guaranteed to be greater than or equal to 120.

Attributes

Remarks

Get the frame per second ranges (fpsMin, fpsMax) for input high speed video size.

For further information refer to StreamConfigurationMap#getHighSpeedVideoFpsRangesFor.

Java documentation for android.hardware.camera2.params.RecommendedStreamConfigurationMap.getHighSpeedVideoFpsRangesFor(android.util.Size).

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