Table of Contents

Delegate MediaPlayer.LibVLCVideoCleanupCb

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

Callback prototype to configure picture buffers format.

public delegate void MediaPlayer.LibVLCVideoCleanupCb(ref nint opaque)

Parameters

opaque nint

private pointer as passed to libvlc_video_set_callbacks()

(and possibly modified by

Constructors

LibVLCVideoCleanupCb(object, nint)

public LibVLCVideoCleanupCb(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(ref nint, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(ref nint opaque, AsyncCallback callback, object @object)

Parameters

opaque nint
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(ref nint, IAsyncResult)

public virtual void EndInvoke(ref nint opaque, IAsyncResult result)

Parameters

opaque nint
result IAsyncResult

Invoke(ref nint)

public virtual void Invoke(ref nint opaque)

Parameters

opaque nint