Insert media instance in media list on a position.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public bool InsertMedia(
Media media,
int position
)
参数
- media
- 类型:LibVLCSharp.SharedMedia
a media instance - position
- 类型:SystemInt32
position in the array where to insert
返回值
类型:
Booleantrue on success, false if the media list is read-only
参见