视频通话如何横屏全屏或者居中显示
如题:视频通话如何横屏全屏或者居中显示:
以上效果对应代码如下:
_openGLView = [[OpenGLView20 alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.height, self.view.frame.size.width)];
_openGLView.backgroundColor = [UIColor clearColor];
_openGLView.sessionPreset = AVCaptureSessionPreset352x288;
[self.view addSubview:_openGLView];
对于类OpenGLView20,有没有办法让对方视频横屏全屏或者居中显示呢?默认是左对齐么?
求解答~谢谢~
以上效果对应代码如下:
_openGLView = [[OpenGLView20 alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.height, self.view.frame.size.width)];
_openGLView.backgroundColor = [UIColor clearColor];
_openGLView.sessionPreset = AVCaptureSessionPreset352x288;
[self.view addSubview:_openGLView];
对于类OpenGLView20,有没有办法让对方视频横屏全屏或者居中显示呢?默认是左对齐么?
求解答~谢谢~
没有找到相关结果
已邀请:
2 个回复
yin123302687 - it
Half12345