Table of Contents

Class TvInputService

Namespace
Android.Media.Tv
Assembly
MASES.Netdroid.dll
public class TvInputService : Service, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
TvInputService
Implements
Inherited Members
Extension Methods

Constructors

TvInputService()

public TvInputService()

TvInputService(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 TvInputService(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND

public static int PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND { get; set; }

Property Value

int

PRIORITY_HINT_USE_CASE_TYPE_LIVE

public static int PRIORITY_HINT_USE_CASE_TYPE_LIVE { get; set; }

Property Value

int

PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK

public static int PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK { get; set; }

Property Value

int

PRIORITY_HINT_USE_CASE_TYPE_RECORD

public static int PRIORITY_HINT_USE_CASE_TYPE_RECORD { get; set; }

Property Value

int

PRIORITY_HINT_USE_CASE_TYPE_SCAN

public static int PRIORITY_HINT_USE_CASE_TYPE_SCAN { get; set; }

Property Value

int

SERVICE_INTERFACE

public static String SERVICE_INTERFACE { get; set; }

Property Value

String

SERVICE_META_DATA

public static String SERVICE_META_DATA { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for TvInputService()

public static TvInputService CreatePoolableInstance()

Returns

TvInputService

OnCreateRecordingSession(String)

public TvInputService.RecordingSession OnCreateRecordingSession(String arg0)

Parameters

arg0 String

String

Returns

TvInputService.RecordingSession

TvInputService.RecordingSession

OnCreateRecordingSession(String, String)

public TvInputService.RecordingSession OnCreateRecordingSession(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

TvInputService.RecordingSession

TvInputService.RecordingSession

OnCreateSession(String)

public TvInputService.Session OnCreateSession(String arg0)

Parameters

arg0 String

String

Returns

TvInputService.Session

TvInputService.Session

OnCreateSession(String, String)

public TvInputService.Session OnCreateSession(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

TvInputService.Session

TvInputService.Session

OnCreateSession(String, String, AttributionSource)

public TvInputService.Session OnCreateSession(String arg0, String arg1, AttributionSource arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 AttributionSource

AttributionSource

Returns

TvInputService.Session

TvInputService.Session