AccessibilityManager.IsAudioDescriptionRequested 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.
Determines if users want to select sound track with audio description by default.
public bool IsAudioDescriptionRequested { [Android.Runtime.Register("isAudioDescriptionRequested", "()Z", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isAudioDescriptionRequested", "()Z", "", ApiSince=33)>]
member this.IsAudioDescriptionRequested : bool
Property Value
true
if the audio description is enabled, false
otherwise.
- Attributes
Remarks
Determines if users want to select sound track with audio description by default.
Audio description, also referred to as a video description, described video, or more precisely called a visual description, is a form of narration used to provide information surrounding key visual elements in a media work for the benefit of blind and visually impaired consumers.
The method provides the preference value to content provider apps to select the default sound track during playing a video or movie.
Add listener to detect the state change via #addAudioDescriptionRequestedChangeListener
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.