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