点击或拖拽改变大小

MediaPlayerLibVLCAudioFlushCb 委托

Callback prototype for audio buffer flush.

LibVLC invokes this callback if it needs to discard all pending buffers and

stop playback as soon as possible. This typically occurs when the media is stopped.

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

参数

data
类型:SystemIntPtr
data pointer as passed to libvlc_audio_set_callbacks() [IN]
pts
类型:SystemInt64
current presentation timestamp
参见