NIMSDK-AOS
9.19.0
|
视频画面缩放模式 更多...
Public 属性 | |
int | SCALE_ASPECT_FIT = RtcVideoScalingType.SCALE_ASPECT_FIT |
自动适应画面比例,屏幕上可能存在黑边 更多... | |
int | SCALE_ASPECT_FILL = RtcVideoScalingType.SCALE_ASPECT_FILL |
自动适应屏幕比例, 画面存在被裁剪的可能 更多... | |
int | SCALE_ASPECT_BALANCED = RtcVideoScalingType.SCALE_ASPECT_BALANCED |
AVChatVideoScalingType#SCALE_ASPECT_FILL 和 AVChatVideoScalingType#SCALE_ASPECT_FIT 折中方案 更多... | |
视频画面缩放模式
在文件 AVChatVideoScalingType.java 第 13 行定义.
int com.netease.nimlib.sdk.avchat.constant.AVChatVideoScalingType.SCALE_ASPECT_BALANCED = RtcVideoScalingType.SCALE_ASPECT_BALANCED |
int com.netease.nimlib.sdk.avchat.constant.AVChatVideoScalingType.SCALE_ASPECT_FILL = RtcVideoScalingType.SCALE_ASPECT_FILL |
自动适应屏幕比例, 画面存在被裁剪的可能
在文件 AVChatVideoScalingType.java 第 24 行定义.
int com.netease.nimlib.sdk.avchat.constant.AVChatVideoScalingType.SCALE_ASPECT_FIT = RtcVideoScalingType.SCALE_ASPECT_FIT |
自动适应画面比例,屏幕上可能存在黑边
在文件 AVChatVideoScalingType.java 第 18 行定义.