我正在尝试让我的QBRTCRemoteVideoView呈现全屏视频输出,类似于FaceTime或Skype。
但是,在我的项目中使用AutoLayout,并将约束设置为引导和跟踪到superview,我得到的视频不遵循这些约束。它在顶部和底部显示黑色边框。
即使使用以下属性:
videoFormat.width = 320; // or anything
videoFormat.height = 568; // or anything
似乎没有改变视频的尺寸。在这里有关于控制视频输出视图的任何建议吗?
答案 0 :(得分:0)
您只能为视频设置特定的宽度和高度,以查看您的设备支持哪种视频格式,请致电:
[QBRTCCameraCapture formatsWithPosition:AVCaptureDevicePositionFront];
// or AVCaptureDevicePositionBack
// or just get the currentPosition from your QBRTCCameraCapture instance