Class TvInputInfo
public class TvInputInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
TvInputInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
TvInputInfo(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TvInputInfo(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
EXTRA_INPUT_ID
public static String EXTRA_INPUT_ID { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
TYPE_COMPONENT
public static int TYPE_COMPONENT { get; set; }
Property Value
TYPE_COMPOSITE
public static int TYPE_COMPOSITE { get; set; }
Property Value
TYPE_DISPLAY_PORT
public static int TYPE_DISPLAY_PORT { get; set; }
Property Value
TYPE_DVI
public static int TYPE_DVI { get; set; }
Property Value
TYPE_HDMI
public static int TYPE_HDMI { get; set; }
Property Value
TYPE_OTHER
public static int TYPE_OTHER { get; set; }
Property Value
TYPE_SCART
public static int TYPE_SCART { get; set; }
Property Value
TYPE_SVIDEO
public static int TYPE_SVIDEO { get; set; }
Property Value
TYPE_TUNER
public static int TYPE_TUNER { get; set; }
Property Value
TYPE_VGA
public static int TYPE_VGA { get; set; }
Property Value
Methods
CanPauseRecording()
public bool CanPauseRecording()
Returns
CanRecord()
public bool CanRecord()
Returns
CreateSettingsIntent()
[Obsolete("Deprecated in JVM")]
public Intent CreateSettingsIntent()
Returns
CreateSetupIntent()
public Intent CreateSetupIntent()
Returns
DescribeContents()
public int DescribeContents()
Returns
GetExtras()
public Bundle GetExtras()
Returns
GetId()
public String GetId()
Returns
GetParentId()
public String GetParentId()
Returns
GetServiceInfo()
public ServiceInfo GetServiceInfo()
Returns
GetTunerCount()
public int GetTunerCount()
Returns
GetType()
public int GetType()
Returns
IsHidden(Context)
public bool IsHidden(Context arg0)
Parameters
Returns
IsPassthroughInput()
public bool IsPassthroughInput()
Returns
LoadCustomLabel(Context)
public CharSequence LoadCustomLabel(Context arg0)
Parameters
Returns
LoadIcon(Context)
public Drawable LoadIcon(Context arg0)
Parameters
Returns
LoadLabel(Context)
public CharSequence LoadLabel(Context arg0)
Parameters
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)