Class PlaybackErrorEvent
public class PlaybackErrorEvent : Event, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Event>PlaybackErrorEvent
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Event>.IsAssignableFrom(IJavaType)JVMBridgeBase<Event>.IsAssignableFrom<T>()JVMBridgeBase<Event>.Execute<T>(params T[])JVMBridgeBase<Event>.DynBridgeClazzJVMBridgeBase<Event>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; }
Property Value
ERROR_AUDIO_TRACK_INIT_FAILED
public static int ERROR_AUDIO_TRACK_INIT_FAILED { get; }
Property Value
ERROR_AUDIO_TRACK_OTHER
public static int ERROR_AUDIO_TRACK_OTHER { get; }
Property Value
ERROR_AUDIO_TRACK_WRITE_FAILED
public static int ERROR_AUDIO_TRACK_WRITE_FAILED { get; }
Property Value
ERROR_DECODER_INIT_FAILED
public static int ERROR_DECODER_INIT_FAILED { get; }
Property Value
ERROR_DECODING_FAILED
public static int ERROR_DECODING_FAILED { get; }
Property Value
ERROR_DECODING_FORMAT_EXCEEDS_CAPABILITIES
public static int ERROR_DECODING_FORMAT_EXCEEDS_CAPABILITIES { get; }
Property Value
ERROR_DECODING_FORMAT_UNSUPPORTED
public static int ERROR_DECODING_FORMAT_UNSUPPORTED { get; }
Property Value
ERROR_DECODING_OTHER
public static int ERROR_DECODING_OTHER { get; }
Property Value
ERROR_DRM_CONTENT_ERROR
public static int ERROR_DRM_CONTENT_ERROR { get; }
Property Value
ERROR_DRM_DEVICE_REVOKED
public static int ERROR_DRM_DEVICE_REVOKED { get; }
Property Value
ERROR_DRM_DISALLOWED_OPERATION
public static int ERROR_DRM_DISALLOWED_OPERATION { get; }
Property Value
ERROR_DRM_LICENSE_ACQUISITION_FAILED
public static int ERROR_DRM_LICENSE_ACQUISITION_FAILED { get; }
Property Value
ERROR_DRM_OTHER
public static int ERROR_DRM_OTHER { get; }
Property Value
ERROR_DRM_PROVISIONING_FAILED
public static int ERROR_DRM_PROVISIONING_FAILED { get; }
Property Value
ERROR_DRM_SCHEME_UNSUPPORTED
public static int ERROR_DRM_SCHEME_UNSUPPORTED { get; }
Property Value
ERROR_DRM_SYSTEM_ERROR
public static int ERROR_DRM_SYSTEM_ERROR { get; }
Property Value
ERROR_IO_BAD_HTTP_STATUS
public static int ERROR_IO_BAD_HTTP_STATUS { get; }
Property Value
ERROR_IO_CONNECTION_CLOSED
public static int ERROR_IO_CONNECTION_CLOSED { get; }
Property Value
ERROR_IO_CONNECTION_TIMEOUT
public static int ERROR_IO_CONNECTION_TIMEOUT { get; }
Property Value
ERROR_IO_DNS_FAILED
public static int ERROR_IO_DNS_FAILED { get; }
Property Value
ERROR_IO_FILE_NOT_FOUND
public static int ERROR_IO_FILE_NOT_FOUND { get; }
Property Value
ERROR_IO_NETWORK_CONNECTION_FAILED
public static int ERROR_IO_NETWORK_CONNECTION_FAILED { get; }
Property Value
ERROR_IO_NETWORK_UNAVAILABLE
public static int ERROR_IO_NETWORK_UNAVAILABLE { get; }
Property Value
ERROR_IO_NO_PERMISSION
public static int ERROR_IO_NO_PERMISSION { get; }
Property Value
ERROR_IO_OTHER
https://developer.android.com/reference/android/media/metrics/PlaybackErrorEvent.html#ERROR_IO_OTHER
public static int ERROR_IO_OTHER { get; }
Property Value
ERROR_OTHER
public static int ERROR_OTHER { get; }
Property Value
ERROR_PARSING_CONTAINER_MALFORMED
public static int ERROR_PARSING_CONTAINER_MALFORMED { get; }
Property Value
ERROR_PARSING_CONTAINER_UNSUPPORTED
public static int ERROR_PARSING_CONTAINER_UNSUPPORTED { get; }
Property Value
ERROR_PARSING_MANIFEST_MALFORMED
public static int ERROR_PARSING_MANIFEST_MALFORMED { get; }
Property Value
ERROR_PARSING_MANIFEST_UNSUPPORTED
public static int ERROR_PARSING_MANIFEST_UNSUPPORTED { get; }
Property Value
ERROR_PARSING_OTHER
public static int ERROR_PARSING_OTHER { get; }
Property Value
ERROR_PLAYER_BEHIND_LIVE_WINDOW
public static int ERROR_PLAYER_BEHIND_LIVE_WINDOW { get; }
Property Value
ERROR_PLAYER_OTHER
public static int ERROR_PLAYER_OTHER { get; }
Property Value
ERROR_PLAYER_REMOTE
public static int ERROR_PLAYER_REMOTE { get; }
Property Value
ERROR_RUNTIME
public static int ERROR_RUNTIME { get; }
Property Value
ERROR_UNKNOWN
public static int ERROR_UNKNOWN { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetErrorCode()
https://developer.android.com/reference/android/media/metrics/PlaybackErrorEvent.html#getErrorCode()
public int GetErrorCode()
Returns
GetSubErrorCode()
public int GetSubErrorCode()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)
Parameters
Operators
implicit operator Parcelable(PlaybackErrorEvent)
Converter from PlaybackErrorEvent to Parcelable
public static implicit operator Parcelable(PlaybackErrorEvent t)