点击或拖拽改变大小

RendererDiscoverer 构造函数

Create a new renderer discoverer with a LibVLC and protocol name depending on host platform

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public RendererDiscoverer(
	LibVLC libVLC,
	string name = null
)

参数

libVLC
类型:LibVLCSharp.SharedLibVLC
libvlc instance this will be connected to
name (Optional)
类型:SystemString
The service discovery protocol name depending on platform. Use RendererList to find the one for your platform, or let libvlcsharp find it for you
参见