Table of Contents

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

VideoError(object, nint)

public VideoError(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(MEDIAPLAYER_ERROR, MEDIAPLAYER_ERROR, AsyncCallback, object)

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

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(MEDIAPLAYER_ERROR, MEDIAPLAYER_ERROR)

public virtual void Invoke(MediaPlayerCtrl.MEDIAPLAYER_ERROR errorCode, MediaPlayerCtrl.MEDIAPLAYER_ERROR errorCodeExtra)

Parameters

errorCode MediaPlayerCtrl.MEDIAPLAYER_ERROR
errorCodeExtra MediaPlayerCtrl.MEDIAPLAYER_ERROR