MediaQualityManager.AmbientBacklightEnabled 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.
Returns true
if ambient backlight is enabled; false
otherwise. -or- Enables or disables the ambient backlight detection.
public bool AmbientBacklightEnabled { [Android.Runtime.Register("isAmbientBacklightEnabled", "()Z", "", ApiSince=36)] get; [Android.Runtime.Register("setAmbientBacklightEnabled", "(Z)V", "", ApiSince=36)] set; }
[<get: Android.Runtime.Register("isAmbientBacklightEnabled", "()Z", "", ApiSince=36)>]
[<set: Android.Runtime.Register("setAmbientBacklightEnabled", "(Z)V", "", ApiSince=36)>]
member this.AmbientBacklightEnabled : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns true
if ambient backlight is enabled; false
otherwise.
Java documentation for android.media.quality.MediaQualityManager.isAmbientBacklightEnabled()
.
Property setter documentation:
Enables or disables the ambient backlight detection.
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.