TvTrackInfo.Builder.SetAudioDescription(Boolean) 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.
Sets the audio description attribute of the audio.
[Android.Runtime.Register("setAudioDescription", "(Z)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=30)]
public Android.Media.TV.TvTrackInfo.Builder SetAudioDescription(bool audioDescription);
[<Android.Runtime.Register("setAudioDescription", "(Z)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=30)>]
member this.SetAudioDescription : bool -> Android.Media.TV.TvTrackInfo.Builder
Parameters
- audioDescription
- Boolean
The audio description attribute of the audio.
Returns
- Attributes
Remarks
Sets the audio description attribute of the audio. Valid only for TvTrackInfo.TYPE_AUDIO tracks.
Android reference for android.media.tv.TvTrackInfo.Builder.setAudioDescription.
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.