|
@@ -245,7 +245,7 @@ public class IMHelper {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("mode",3);
|
|
|
jsonObject.put("videoFormat","mp4");
|
|
|
- jsonObject.put("audioFormat","mp3");
|
|
|
+ jsonObject.put("audioFormat","aac");
|
|
|
jsonObject.put("videoResolution","640x480");
|
|
|
jsonObject.put("mixLayout",2);
|
|
|
jsonObject.put("sliceMin",30);
|
|
@@ -387,7 +387,7 @@ public class IMHelper {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("mode",3);
|
|
|
jsonObject.put("videoFormat","mp4");
|
|
|
- jsonObject.put("audioFormat","mp3");
|
|
|
+ jsonObject.put("audioFormat","aac");
|
|
|
jsonObject.put("videoResolution","640x480");
|
|
|
jsonObject.put("mixLayout",2);
|
|
|
jsonObject.put("sliceMin",30);
|