Sets some meta-information about the application.
See also libvlc_set_user_agent().
 
        命名空间: 
     LibVLCSharp.Shared
        程序集:
     CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
 语法
语法public void SetAppId(
	string id,
	string version,
	string icon
)
参数
- id
- 类型:SystemString
 Java-style application identifier, e.g. "com.acme.foobar"
- version
- 类型:SystemString
 application version numbers, e.g. "1.2.3"
- icon
- 类型:SystemString
 application icon name, e.g. "foobar"
 备注
备注LibVLC 2.1.0 or later.
 参见
参见