修改开播的默认镜像方式
This commit is contained in:
parent
461a985799
commit
c55b262926
@ -10,12 +10,6 @@ public class SendFreeGiftBean extends BaseModel{
|
|||||||
private int code;
|
private int code;
|
||||||
@SerializedName("msg")
|
@SerializedName("msg")
|
||||||
private String msg;
|
private String msg;
|
||||||
@SerializedName("info")
|
|
||||||
private List<Info> info;
|
|
||||||
|
|
||||||
public class Info {
|
|
||||||
// 其他字段
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public int getCode() {
|
public int getCode() {
|
||||||
@ -34,11 +28,5 @@ public class SendFreeGiftBean extends BaseModel{
|
|||||||
this.msg = msg;
|
this.msg = msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Info> getInfo() {
|
|
||||||
return info;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setInfo(List<Info> info) {
|
|
||||||
this.info = info;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -154,7 +154,7 @@ public class SWManager extends BaseCacheManager {
|
|||||||
cfg.frameRate = 20;
|
cfg.frameRate = 20;
|
||||||
cfg.bitrate = 0;
|
cfg.bitrate = 0;
|
||||||
//镜像
|
//镜像
|
||||||
cfg.mirrorMode = VideoEncoderConfiguration.MIRROR_MODE_TYPE.MIRROR_MODE_DISABLED;
|
cfg.mirrorMode = VideoEncoderConfiguration.MIRROR_MODE_TYPE.MIRROR_MODE_AUTO;
|
||||||
//设置竖屏
|
//设置竖屏
|
||||||
cfg.orientationMode = VideoEncoderConfiguration.ORIENTATION_MODE.ORIENTATION_MODE_FIXED_PORTRAIT;
|
cfg.orientationMode = VideoEncoderConfiguration.ORIENTATION_MODE.ORIENTATION_MODE_FIXED_PORTRAIT;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user