RecommendedStreamConfigurationMap.GetHighSpeedVideoSizesFor(Range) Method

Definition

Get the supported video sizes for an input high speed FPS range.

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

Parameters

fpsRange
Range

one of the FPS ranges returned by #getHighSpeedVideoFpsRanges()

Returns

A non-modifiable set of video sizes to create high speed capture sessions for high speed streaming use cases.

Attributes

Remarks

Get the supported video sizes for an input high speed FPS range.

For further information refer to StreamConfigurationMap#getHighSpeedVideoSizesFor.

Java documentation for android.hardware.camera2.params.RecommendedStreamConfigurationMap.getHighSpeedVideoSizesFor(android.util.Range<java.lang.Integer>).

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