TvTrackInfo.Builder(TvTrackInfoType, String) Constructor
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.
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.
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.