LibVLC calls this method when it wants to seek to a specific position in the media
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public override bool Seek(
ulong offset
)
参数
- offset
- 类型:SystemUInt64
The offset, in bytes, since the beginning of the stream
返回值
类型:
Booleantrue if the seek succeeded, false otherwise
参见