Android.Media.TV.TvInputInfo Members

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

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ExtraInputIdstring. The ID of the TV input to provide to the setup activity and settings activity.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
Idstring. Returns a unique ID for this TV input.
[read-only]
IsPassthroughInputbool. Returns true if this TV input is pass-though which does not have any real channels in TvProvider.
[read-only]
ParentIdstring. Returns the parent input ID.
[read-only]
ServiceInfoAndroid.Content.PM.ServiceInfo. Returns the information of the service that implements this TV input.
[read-only]
TypeTvInputType. Returns the type of this TV input.

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

CreateSettingsIntent() : Android.Content.Intent
Returns an intent to start the settings activity for this TV input.
CreateSetupIntent() : Android.Content.Intent
Returns an intent to start the setup activity for this TV input.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
LoadIcon(Android.Content.Context) : Android.Graphics.Drawables.Drawable
Loads the user-displayed icon for this TV input.
LoadLabel(Android.Content.Context) : string
Documentation for this section has not yet been entered.
LoadLabelFormatted(Android.Content.Context) : Java.Lang.ICharSequence
Loads the user-displayed label for this TV input.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Used to package this object into a Android.OS.Parcel.