点击或拖拽改变大小

LibVLCAddInterface 方法

Try to start a user interface for the libvlc instance.

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

参数

name
类型:SystemString
interface name, or null for default

返回值

类型:Boolean
True if successful, false otherwise
参见