StreamConfigurationMap.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;)[Landroid/util/Size;", "")]
public Android.Util.Size[]? GetHighSpeedVideoSizesFor (Android.Util.Range? fpsRange);
[<Android.Runtime.Register("getHighSpeedVideoSizesFor", "(Landroid/util/Range;)[Landroid/util/Size;", "")>]
member this.GetHighSpeedVideoSizesFor : Android.Util.Range -> Android.Util.Size[]
Parameters
- fpsRange
- Range
one of the FPS range returned by #getHighSpeedVideoFpsRanges()
Returns
An array 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.
See #getHighSpeedVideoSizes
for how to enable high speed recording.
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.