TvTrackInfo.Type Property

Definition

Returns the type of the track.

public Android.Media.TV.TvTrackInfoType Type { [Android.Runtime.Register("getType", "()I", "")] get; }
[<get: Android.Runtime.Register("getType", "()I", "")>]
member this.Type : Android.Media.TV.TvTrackInfoType

Property Value

Attributes

Remarks

Returns the type of the track. The type should be one of the followings: #TYPE_AUDIO, #TYPE_VIDEO and #TYPE_SUBTITLE.

Java documentation for android.media.tv.TvTrackInfo.getType().

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