Delegate MediaPlayerCtrl.VideoError
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public delegate void MediaPlayerCtrl.VideoError(MediaPlayerCtrl.MEDIAPLAYER_ERROR errorCode, MediaPlayerCtrl.MEDIAPLAYER_ERROR errorCodeExtra)
Parameters
errorCode
MediaPlayerCtrl.MEDIAPLAYER_ERROR
errorCodeExtra
MediaPlayerCtrl.MEDIAPLAYER_ERROR
Constructors
public VideoError(object @object, nint method)
Parameters
object
object
method
nint
Methods
public virtual IAsyncResult BeginInvoke(MediaPlayerCtrl.MEDIAPLAYER_ERROR errorCode, MediaPlayerCtrl.MEDIAPLAYER_ERROR errorCodeExtra, AsyncCallback callback, object @object)
Parameters
errorCode
MediaPlayerCtrl.MEDIAPLAYER_ERROR
errorCodeExtra
MediaPlayerCtrl.MEDIAPLAYER_ERROR
callback
AsyncCallback
object
object
Returns
- IAsyncResult
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
public virtual void Invoke(MediaPlayerCtrl.MEDIAPLAYER_ERROR errorCode, MediaPlayerCtrl.MEDIAPLAYER_ERROR errorCodeExtra)
Parameters
errorCode
MediaPlayerCtrl.MEDIAPLAYER_ERROR
errorCodeExtra
MediaPlayerCtrl.MEDIAPLAYER_ERROR