点击或拖拽改变大小

MediaPlayerSetVideoFormatCallbacks 方法

Set decoded video chroma and dimensions. This only works in combination with libvlc_video_set_callbacks().

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public void SetVideoFormatCallbacks(
	MediaPlayerLibVLCVideoFormatCb formatCb,
	MediaPlayerLibVLCVideoCleanupCb cleanupCb
)

参数

formatCb
类型:LibVLCSharp.SharedMediaPlayerLibVLCVideoFormatCb
callback to select the video format (cannot be NULL)
cleanupCb
类型:LibVLCSharp.SharedMediaPlayerLibVLCVideoCleanupCb
callback to release any allocated resources (or NULL)
参见