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