Android.Media.TV.TvTrackInfo Members

The members of Android.Media.TV.TvTrackInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
AudioChannelCountint. Returns the audio channel count.
[read-only]
AudioSampleRateint. Returns the audio sample rate, in the unit of Hz.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
ExtraAndroid.OS.Bundle. Returns the extra information about the current track.
[read-only]
Idstring. Returns the ID of the track.
[read-only]
Languagestring. Returns the language information encoded by either ISO 639-1 or ISO 639-2/T.
[read-only]
TypeTvTrackInfoType. Returns the type of the track.
[read-only]
VideoFrameRatefloat. Returns the frame rate of the video, in the unit of fps (frames per second).
[read-only]
VideoHeightint. Returns the height of the video, in the unit of pixels.
[read-only]
VideoWidthint. Returns the width of the video, in the unit of pixels.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Used to package this object into a Android.OS.Parcel.