TvTrackInfo.Builder.SetDescription 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.
Overloads
| Name | Description |
|---|---|
| SetDescription(ICharSequence) |
Sets a user readable description for the current track. |
| SetDescription(String) |
SetDescription(ICharSequence)
Sets a user readable description for the current track.
[Android.Runtime.Register("setDescription", "(Ljava/lang/CharSequence;)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=23)]
public Android.Media.TV.TvTrackInfo.Builder SetDescription(Java.Lang.ICharSequence description);
[<Android.Runtime.Register("setDescription", "(Ljava/lang/CharSequence;)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=23)>]
member this.SetDescription : Java.Lang.ICharSequence -> Android.Media.TV.TvTrackInfo.Builder
Parameters
- description
- ICharSequence
The user readable description. This value cannot be null.
Returns
- Attributes
Remarks
Sets a user readable description for the current track.
Android reference for android.media.tv.TvTrackInfo.Builder.setDescription.
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.
Applies to
SetDescription(String)
public Android.Media.TV.TvTrackInfo.Builder SetDescription(string description);
member this.SetDescription : string -> Android.Media.TV.TvTrackInfo.Builder
Parameters
- description
- String
Returns
Remarks
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.