点击或拖拽改变大小

MediaPlayerSetRate 方法

Set movie play rate

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public int SetRate(
	float rate
)

参数

rate
类型:SystemSingle
movie play rate to set

返回值

类型:Int32
return -1 if an error was detected, 0 otherwise (but even then, it might not actually work depending on the underlying media protocol)
参见