VLC的一些接口


其他参考链接:

1、https://www.cnblogs.com/smartsensor/p/4343769.html

=========================================================

/*Set the video scaling factor。

Zero is a special value; it will adjust the video to the output
window/drawable (in windowed mode) or the entire screen.

*/

设置缩放系数

void libvlc_video_set_scale( libvlc_media_player_t *p_mi, float f_factor );

 

/*Set new video aspect ratio.*/

设置视频长宽比

void libvlc_video_set_aspect_ratio( libvlc_media_player_t *p_mi, const char *psz_aspect );

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM