VideoInfo videoInfo=object.getInfo().getVideo();//设置编码的参数EncodingAttributes encodingAttributes =newEncodingAttributes();//设置音频转码的参数AudioAttributes audioAttributes =newAudioAttributes();//设置声道 编码的音频流中使用的声道数(1=单声道,2=双声道)audioAttributes.setChannels(2);//设置比特率参数...