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 );
?
轉載于:https://www.cnblogs.com/zhangxuan/p/10412129.html
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
- 上一篇: interproscan 软件对序列进行
- 下一篇: 我的自学之路:java学习路线图分享