Get/Set the current video scaling factor. See also MediaPlayer::setScale() .
That is the ratio of the number of
pixels on screen to the number of pixels in the original decoded video
in each dimension.Zero is a special value; it will adjust the video
to the output window/drawable(in windowed mode) or the entire screen.
Note that not all video outputs support scaling.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法public float Scale { get; set; }
属性值
类型:
Single
参见