Language

TvTrackInfo.Builder.SetEncoding(String) Method

Definition

Sets the encoding of the track.

[Android.Runtime.Register("setEncoding", "(Ljava/lang/String;)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=30)]
public Android.Media.TV.TvTrackInfo.Builder SetEncoding(string? encoding);
[<Android.Runtime.Register("setEncoding", "(Ljava/lang/String;)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=30)>]
member this.SetEncoding : string -> Android.Media.TV.TvTrackInfo.Builder

Parameters

encoding
String

The encoding of the track in the form of mime type. This value may be null.

Returns

Attributes

Remarks

Sets the encoding of the track.

Android reference for android.media.tv.TvTrackInfo.Builder.setEncoding.

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