Gets the element at the specified index
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public Media this[
int position
] { get; }
参数
- position
- 类型:SystemInt32
position in array where to insert
返回值
类型:
Mediamedia instance at position, or null if not found.
In case of success, Media.Retain() is called to increase the refcount on the media.
参见