MediaPlayerSetVideoTitleDisplay 方法 |
Set if, and how, the video title will be shown when media is played.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public void SetVideoTitleDisplay(
Position position,
uint timeout
)
参数
- position
- 类型:LibVLCSharp.SharedPosition
position at which to display the title, or libvlc_position_disable to prevent the title from being displayed - timeout
- 类型:SystemUInt32
title display timeout in milliseconds (ignored if libvlc_position_disable)
参见