Camera.Parameters.SupportedSceneModes 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 scene modes.
[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<string>? SupportedSceneModes { [Android.Runtime.Register("getSupportedSceneModes", "()Ljava/util/List;", "GetGetSupportedSceneModesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedSceneModes", "()Ljava/util/List;", "GetGetSupportedSceneModesHandler")>]
member this.SupportedSceneModes : System.Collections.Generic.IList<string>
Property Value
a list of supported scene modes. null if scene mode setting is not supported.
- Attributes
Remarks
Gets the supported scene modes.
Java documentation for android.hardware.Camera.Parameters.getSupportedSceneModes()
.
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.