Table of Contents

Class CloudMediaProvider.CloudMediaSurfaceStateChangedCallback

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
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

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

PLAYBACK_STATE_BUFFERING

public static int PLAYBACK_STATE_BUFFERING { get; set; }

Property Value

int

PLAYBACK_STATE_COMPLETED

public static int PLAYBACK_STATE_COMPLETED { get; set; }

Property Value

int

PLAYBACK_STATE_ERROR_PERMANENT_FAILURE

public static int PLAYBACK_STATE_ERROR_PERMANENT_FAILURE { get; set; }

Property Value

int

PLAYBACK_STATE_ERROR_RETRIABLE_FAILURE

public static int PLAYBACK_STATE_ERROR_RETRIABLE_FAILURE { get; set; }

Property Value

int

PLAYBACK_STATE_MEDIA_SIZE_CHANGED

public static int PLAYBACK_STATE_MEDIA_SIZE_CHANGED { get; set; }

Property Value

int

PLAYBACK_STATE_PAUSED

public static int PLAYBACK_STATE_PAUSED { get; set; }

Property Value

int

PLAYBACK_STATE_READY

public static int PLAYBACK_STATE_READY { get; set; }

Property Value

int

PLAYBACK_STATE_STARTED

public static int PLAYBACK_STATE_STARTED { get; set; }

Property Value

int

Methods

SetPlaybackState(int, int, Bundle)

public void SetPlaybackState(int arg0, int arg1, Bundle arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 Bundle

Bundle