Class StreamingService
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
initializerIJVMBridgeBaseInitializer
Properties
BROADCAST_METHOD
public static int BROADCAST_METHOD { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
REASON_BY_USER_REQUEST
public static int REASON_BY_USER_REQUEST { get; set; }
Property Value
REASON_END_OF_SESSION
public static int REASON_END_OF_SESSION { get; set; }
Property Value
REASON_FREQUENCY_CONFLICT
public static int REASON_FREQUENCY_CONFLICT { get; set; }
Property Value
REASON_LEFT_MBMS_BROADCAST_AREA
public static int REASON_LEFT_MBMS_BROADCAST_AREA { get; set; }
Property Value
REASON_NONE
public static int REASON_NONE { get; set; }
Property Value
REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE
public static int REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE { get; set; }
Property Value
REASON_OUT_OF_MEMORY
public static int REASON_OUT_OF_MEMORY { get; set; }
Property Value
STATE_STALLED
public static int STATE_STALLED { get; set; }
Property Value
STATE_STARTED
public static int STATE_STARTED { get; set; }
Property Value
STATE_STOPPED
public static int STATE_STOPPED { get; set; }
Property Value
UNICAST_METHOD
public static int UNICAST_METHOD { get; set; }
Property Value
Methods
Close()
public void Close()
GetInfo()
public StreamingServiceInfo GetInfo()
Returns
GetPlaybackUri()
public Uri GetPlaybackUri()