点击或拖拽改变大小

MediaDiscovererStart 方法

Start media discovery. To stop it, call MediaDiscover::stop() or destroy the object directly.

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

返回值

类型:Boolean
false in case of error, true otherwise
参见