点击或拖拽改变大小

MediaInputSeek 方法

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
语法
C#
public abstract bool Seek(
	ulong offset
)

参数

offset
类型:SystemUInt64
The offset, in bytes, since the beginning of the stream

返回值

类型:Boolean
true if the seek succeeded, false otherwise
参见