RecommendedStreamConfigurationMap.GetHighSpeedVideoFpsRangesFor(Size) 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 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
.
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.