点击或拖拽改变大小

MediaPlayerStop 方法

Stop the playback (no effect if there is no media) 必须在线程里调用,否则容易死锁 warning: This is synchronous, and will block until all VLC threads have been joined. Calling this from a VLC callback is a bound to cause a deadlock.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public void Stop()
参见