点击或拖拽改变大小

MediaPlayerLibVLCVideoDisplayCb 委托

Callback prototype to display a picture.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public delegate void LibVLCVideoDisplayCb(
	IntPtr opaque,
	IntPtr picture
)

参数

opaque
类型:SystemIntPtr
private pointer as passed to libvlc_video_set_callbacks() [IN]
picture
类型:SystemIntPtr
private pointer returned from the
备注

When the video frame needs to be shown, as determined by the media playback

clock, the display callback is invoked.

callback [IN]

参见