Camera.Parameters.SupportedPreviewFrameRates Property
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.
Caution
deprecated
Gets the supported preview frame rates.
[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<Java.Lang.Integer>? SupportedPreviewFrameRates { [Android.Runtime.Register("getSupportedPreviewFrameRates", "()Ljava/util/List;", "GetGetSupportedPreviewFrameRatesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedPreviewFrameRates", "()Ljava/util/List;", "GetGetSupportedPreviewFrameRatesHandler")>]
member this.SupportedPreviewFrameRates : System.Collections.Generic.IList<Java.Lang.Integer>
Property Value
a list of supported preview frame rates. null if preview frame rate setting is not supported.
- Attributes
Remarks
Gets the supported preview frame rates.
This member is deprecated. replaced by #getSupportedPreviewFpsRange()
Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewFrameRates()
.
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.