点击或拖拽改变大小

MediaPlayerSetAudioDelay 方法

Set current audio delay. The audio delay will be reset to zero each time the media changes.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public bool SetAudioDelay(
	long delay
)

参数

delay
类型:SystemInt64
the audio delay (microseconds)

返回值

类型:Boolean
true on success, false on error
参见