Find index position of List media instance in media list. Warning: the
function will return the first matched position.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public int IndexOf(
Media media
)
参数
- media
- 类型:LibVLCSharp.SharedMedia
media instance
返回值
类型:
Int32position of media instance or -1 if media not found
参见