Android.Media.TV.TvView: Method Members

The methods of Android.Media.TV.TvView are listed below. For a list of all members, see the TvView Members list.

See Also: Inherited members from Android.Views.ViewGroup

Public Methods

DispatchUnhandledInputEvent(Android.Views.InputEvent) : bool
Dispatches an unhandled input event to the next receiver.
GetSelectedTrack(TvTrackInfoType) : string
Returns the ID of the selected track for a given type.
GetTracks(TvTrackInfoType) : IList<TvTrackInfo>
Returns the list of tracks.
OnUnhandledInputEvent(Android.Views.InputEvent) : bool
Called when an unhandled input event also has not been handled by the user provided callback.
Reset()
Resets this TvView.
SelectTrack(TvTrackInfoType, string)
Selects a track.
SetCallback(TvView.TvInputCallback)
Sets the callback to be invoked when an event is dispatched to this TvView.
SetCaptionEnabled(bool)
Enables or disables the caption in this TvView.
SetOnUnhandledInputEventListener(TvView.IOnUnhandledInputEventListener)
Registers a callback to be invoked when an input event is not handled by the bound TV input.
SetStreamVolume(float)
Sets the relative stream volume of this session to handle a change of audio focus.
Tune(string, Android.Net.Uri)
Tunes to a given channel.

Protected Methods

override
OnLayout(bool, int, int, int, int)
Called from layout when this view should assign a size and position to each of its children.