Table of Contents

Class StreamingService

Namespace
Android.Telephony.Mbms
Assembly
MASES.Netdroid.dll
public class StreamingService : AutoCloseable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAutoCloseable
Inheritance
StreamingService
Implements
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BROADCAST_METHOD

public static int BROADCAST_METHOD { get; set; }

Property Value

int

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

REASON_BY_USER_REQUEST

public static int REASON_BY_USER_REQUEST { get; set; }

Property Value

int

REASON_END_OF_SESSION

public static int REASON_END_OF_SESSION { get; set; }

Property Value

int

REASON_FREQUENCY_CONFLICT

public static int REASON_FREQUENCY_CONFLICT { get; set; }

Property Value

int

REASON_LEFT_MBMS_BROADCAST_AREA

public static int REASON_LEFT_MBMS_BROADCAST_AREA { get; set; }

Property Value

int

REASON_NONE

public static int REASON_NONE { get; set; }

Property Value

int

REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE

public static int REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE { get; set; }

Property Value

int

REASON_OUT_OF_MEMORY

public static int REASON_OUT_OF_MEMORY { get; set; }

Property Value

int

STATE_STALLED

public static int STATE_STALLED { get; set; }

Property Value

int

STATE_STARTED

public static int STATE_STARTED { get; set; }

Property Value

int

STATE_STOPPED

public static int STATE_STOPPED { get; set; }

Property Value

int

UNICAST_METHOD

public static int UNICAST_METHOD { get; set; }

Property Value

int

Methods

Close()

public void Close()

GetInfo()

public StreamingServiceInfo GetInfo()

Returns

StreamingServiceInfo

StreamingServiceInfo

GetPlaybackUri()

public Uri GetPlaybackUri()

Returns

Uri

Uri