Get the pixel dimensions of a video.
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法public bool Size(
uint num,
ref uint px,
ref uint py
)
参数
- num
- 类型:SystemUInt32
number of the video (starting from, and most commonly 0) - px
- 类型:SystemUInt32
pointer to get the pixel width [OUT] - py
- 类型:SystemUInt32
pointer to get the pixel height [OUT]
返回值
类型:
Boolean[缺少 "M:LibVLCSharp.Shared.MediaPlayer.Size(System.UInt32,System.UInt32@,System.UInt32@)" 的 <returns> 文档]
参见