Class CloudMediaProvider.CloudMediaSurfaceStateChangedCallback
public class CloudMediaProvider.CloudMediaSurfaceStateChangedCallback : JVMBridgeBase<CloudMediaProvider.CloudMediaSurfaceStateChangedCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CloudMediaProvider.CloudMediaSurfaceStateChangedCallback
- Implements
- Extension Methods
Constructors
CloudMediaSurfaceStateChangedCallback(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 CloudMediaSurfaceStateChangedCallback(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
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
PLAYBACK_STATE_BUFFERING
public static int PLAYBACK_STATE_BUFFERING { get; set; }
Property Value
PLAYBACK_STATE_COMPLETED
public static int PLAYBACK_STATE_COMPLETED { get; set; }
Property Value
PLAYBACK_STATE_ERROR_PERMANENT_FAILURE
public static int PLAYBACK_STATE_ERROR_PERMANENT_FAILURE { get; set; }
Property Value
PLAYBACK_STATE_ERROR_RETRIABLE_FAILURE
public static int PLAYBACK_STATE_ERROR_RETRIABLE_FAILURE { get; set; }
Property Value
PLAYBACK_STATE_MEDIA_SIZE_CHANGED
public static int PLAYBACK_STATE_MEDIA_SIZE_CHANGED { get; set; }
Property Value
PLAYBACK_STATE_PAUSED
public static int PLAYBACK_STATE_PAUSED { get; set; }
Property Value
PLAYBACK_STATE_READY
public static int PLAYBACK_STATE_READY { get; set; }
Property Value
PLAYBACK_STATE_STARTED
public static int PLAYBACK_STATE_STARTED { get; set; }
Property Value
Methods
SetPlaybackState(int, int, Bundle)
public void SetPlaybackState(int arg0, int arg1, Bundle arg2)