点击或拖拽改变大小

MediaPlayerSetAdjustInt 方法

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

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

参数

option
类型:LibVLCSharp.SharedVideoAdjustOption
adust option to set, values of libvlc_video_adjust_option_t
value
类型:SystemInt32
adjust option value
参见