| MediaPlayerLibVLCAudioDrainCb 委托 | 
命名空间: LibVLCSharp.Shared
 语法
语法public delegate void LibVLCAudioDrainCb( IntPtr data )
 备注
备注LibVLC may invoke this callback when the decoded audio track is ending.
There will be no further decoded samples for the track, but playback should
nevertheless continue until all already pending buffers are rendered.
 参见
参见