RecommendedStreamConfigurationMap.GetHighSpeedVideoSizesFor(Range) 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.
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
.
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.