点击或拖拽改变大小

MediaPlayerSetLogoInt 方法

Set logo option as integer. Options that take a different type value are ignored. Passing libvlc_logo_enable as option value has the side effect of starting (arg !0) or stopping (arg 0) the logo filter.

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

参数

option
类型:LibVLCSharp.SharedVideoLogoOption
logo option to set, values of libvlc_video_logo_option_t
value
类型:SystemInt32
logo option value
参见