TvTrackInfo.Builder(TvTrackInfoType, String) Constructor

Definition

Create a Builder.

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "")]
public Builder (Android.Media.TV.TvTrackInfoType type, string id);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "")>]
new Android.Media.TV.TvTrackInfo.Builder : Android.Media.TV.TvTrackInfoType * string -> Android.Media.TV.TvTrackInfo.Builder

Parameters

type
TvTrackInfoType

The type of the track.

id
String

The ID of the track that uniquely identifies the current track among all the other tracks in the same TV program.

Attributes

Remarks

Create a Builder. Any field that should be included in the TvTrackInfo must be added.

Java documentation for android.media.tv.TvTrackInfo.Builder.TvTrackInfo$Builder(int, java.lang.String).

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