点击或拖拽改变大小

MediaPlayerSetMarqueeInt 方法

Enable, disable or set an integer marquee option Setting libvlc_marquee_Enable has the side effect of enabling (arg !0) or disabling (arg 0) the marq filter.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public void SetMarqueeInt(
	VideoMarqueeOption option,
	int value
)

参数

option
类型:LibVLCSharp.SharedVideoMarqueeOption
marq option to set
value
类型:SystemInt32
marq option value
参见