MediaPlayerLibVLCVideoUnlockCb 委托 |
命名空间: LibVLCSharp.Shared
public delegate void LibVLCVideoUnlockCb( IntPtr opaque, IntPtr picture, IntPtr planes )
When the video frame decoding is complete, the unlock callback is invoked.
This callback might not be needed at all. It is only an indication that the
application can now read the pixel values if it needs to.
A picture buffer is unlocked after the picture is decoded,
but before the picture is displayed.
callback [IN]
callback (this parameter is only for convenience) [IN]