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
opaquenintprivate pointer as passed to libvlc_video_set_callbacks()
(and possibly modified by
Constructors
LibVLCVideoCleanupCb(object, nint)
public LibVLCVideoCleanupCb(object @object, nint method)
Parameters
Methods
BeginInvoke(ref nint, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(ref nint opaque, AsyncCallback callback, object @object)
Parameters
opaquenintcallbackAsyncCallbackobjectobject
Returns
EndInvoke(ref nint, IAsyncResult)
public virtual void EndInvoke(ref nint opaque, IAsyncResult result)
Parameters
opaquenintresultIAsyncResult
Invoke(ref nint)
public virtual void Invoke(ref nint opaque)
Parameters
opaquenint