MediaPlayerSetSpuDelay 方法 |
Set the subtitle delay.
This affects the timing of when the subtitle will be displayed.
Positive values result in subtitles being displayed later, while negative values will result in subtitles being displayed earlier.
The subtitle delay will be reset to zero each time the media changes.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public bool SetSpuDelay(
long delay
)
参数
- delay
- 类型:SystemInt64
time (in microseconds) the display of subtitles should be delayed
返回值
类型:
Booleantrue if successful, false otherwise
参见