点击或拖拽改变大小

MediaSlaves 属性

Get a media descriptor's slave list

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public MediaSlave[] Slaves { get; }

返回值

类型:MediaSlave
the number of slaves (zero on error)
备注

The list will contain slaves parsed by VLC or previously added by

libvlc_media_slaves_add(). The typical use case of this function is to save

a list of slave in a database for a later use.

LibVLC 3.0.0 and later.

libvlc_media_slaves_add

参见