Table of Contents

Class PlaybackErrorEvent

Namespace
Android.Media.Metrics
Assembly
MASES.Netdroid.dll
public class PlaybackErrorEvent : Event, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Event>
PlaybackErrorEvent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Event>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Event>.IsAssignableFrom<T>()
JVMBridgeBase<Event>.Execute<T>(params T[])
JVMBridgeBase<Event>.DynBridgeClazz
JVMBridgeBase<Event>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PlaybackErrorEvent()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PlaybackErrorEvent()

PlaybackErrorEvent(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PlaybackErrorEvent(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

ERROR_AUDIO_TRACK_INIT_FAILED

public static int ERROR_AUDIO_TRACK_INIT_FAILED { get; }

Property Value

int

ERROR_AUDIO_TRACK_OTHER

public static int ERROR_AUDIO_TRACK_OTHER { get; }

Property Value

int

ERROR_AUDIO_TRACK_WRITE_FAILED

public static int ERROR_AUDIO_TRACK_WRITE_FAILED { get; }

Property Value

int

ERROR_DECODER_INIT_FAILED

public static int ERROR_DECODER_INIT_FAILED { get; }

Property Value

int

ERROR_DECODING_FAILED

public static int ERROR_DECODING_FAILED { get; }

Property Value

int

ERROR_DECODING_FORMAT_EXCEEDS_CAPABILITIES

public static int ERROR_DECODING_FORMAT_EXCEEDS_CAPABILITIES { get; }

Property Value

int

ERROR_DECODING_FORMAT_UNSUPPORTED

public static int ERROR_DECODING_FORMAT_UNSUPPORTED { get; }

Property Value

int

ERROR_DECODING_OTHER

public static int ERROR_DECODING_OTHER { get; }

Property Value

int

ERROR_DRM_CONTENT_ERROR

public static int ERROR_DRM_CONTENT_ERROR { get; }

Property Value

int

ERROR_DRM_DEVICE_REVOKED

public static int ERROR_DRM_DEVICE_REVOKED { get; }

Property Value

int

ERROR_DRM_DISALLOWED_OPERATION

public static int ERROR_DRM_DISALLOWED_OPERATION { get; }

Property Value

int

ERROR_DRM_LICENSE_ACQUISITION_FAILED

public static int ERROR_DRM_LICENSE_ACQUISITION_FAILED { get; }

Property Value

int

ERROR_DRM_OTHER

public static int ERROR_DRM_OTHER { get; }

Property Value

int

ERROR_DRM_PROVISIONING_FAILED

public static int ERROR_DRM_PROVISIONING_FAILED { get; }

Property Value

int

ERROR_DRM_SCHEME_UNSUPPORTED

public static int ERROR_DRM_SCHEME_UNSUPPORTED { get; }

Property Value

int

ERROR_DRM_SYSTEM_ERROR

public static int ERROR_DRM_SYSTEM_ERROR { get; }

Property Value

int

ERROR_IO_BAD_HTTP_STATUS

public static int ERROR_IO_BAD_HTTP_STATUS { get; }

Property Value

int

ERROR_IO_CONNECTION_CLOSED

public static int ERROR_IO_CONNECTION_CLOSED { get; }

Property Value

int

ERROR_IO_CONNECTION_TIMEOUT

public static int ERROR_IO_CONNECTION_TIMEOUT { get; }

Property Value

int

ERROR_IO_DNS_FAILED

public static int ERROR_IO_DNS_FAILED { get; }

Property Value

int

ERROR_IO_FILE_NOT_FOUND

public static int ERROR_IO_FILE_NOT_FOUND { get; }

Property Value

int

ERROR_IO_NETWORK_CONNECTION_FAILED

public static int ERROR_IO_NETWORK_CONNECTION_FAILED { get; }

Property Value

int

ERROR_IO_NETWORK_UNAVAILABLE

public static int ERROR_IO_NETWORK_UNAVAILABLE { get; }

Property Value

int

ERROR_IO_NO_PERMISSION

public static int ERROR_IO_NO_PERMISSION { get; }

Property Value

int

ERROR_IO_OTHER

public static int ERROR_IO_OTHER { get; }

Property Value

int

ERROR_OTHER

public static int ERROR_OTHER { get; }

Property Value

int

ERROR_PARSING_CONTAINER_MALFORMED

public static int ERROR_PARSING_CONTAINER_MALFORMED { get; }

Property Value

int

ERROR_PARSING_CONTAINER_UNSUPPORTED

public static int ERROR_PARSING_CONTAINER_UNSUPPORTED { get; }

Property Value

int

ERROR_PARSING_MANIFEST_MALFORMED

public static int ERROR_PARSING_MANIFEST_MALFORMED { get; }

Property Value

int

ERROR_PARSING_MANIFEST_UNSUPPORTED

public static int ERROR_PARSING_MANIFEST_UNSUPPORTED { get; }

Property Value

int

ERROR_PARSING_OTHER

public static int ERROR_PARSING_OTHER { get; }

Property Value

int

ERROR_PLAYER_BEHIND_LIVE_WINDOW

public static int ERROR_PLAYER_BEHIND_LIVE_WINDOW { get; }

Property Value

int

ERROR_PLAYER_OTHER

public static int ERROR_PLAYER_OTHER { get; }

Property Value

int

ERROR_PLAYER_REMOTE

public static int ERROR_PLAYER_REMOTE { get; }

Property Value

int

ERROR_RUNTIME

public static int ERROR_RUNTIME { get; }

Property Value

int

ERROR_UNKNOWN

public static int ERROR_UNKNOWN { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetErrorCode()

public int GetErrorCode()

Returns

int

int

GetSubErrorCode()

public int GetSubErrorCode()

Returns

int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int

Operators

implicit operator Parcelable(PlaybackErrorEvent)

Converter from PlaybackErrorEvent to Parcelable

public static implicit operator Parcelable(PlaybackErrorEvent t)

Parameters

t PlaybackErrorEvent

Returns

Parcelable