点击或拖拽改变大小

MediaParseStop 方法

Stop the parsing of the media

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

When the media parsing is stopped, the libvlc_MediaParsedChanged event will

be sent with the libvlc_media_parsed_status_timeout status.

libvlc_media_parse_with_options

LibVLC 3.0.0 or later

参见