单项选择题 PLCameraSettingcameraSetting=newPLCameraSetting();cameraSetting.setCameraId(PLCameraSetting.CAMERA_FACING_ID.CAMERA_FACING_FRONT);cameraSetting.setCameraPreviewSizeRatio(PLCameraSetting.CAMERA_PREVIEW_SIZE_RATIO.RATIO_4_3);cameraSetting.setCameraPreviewSizeLevel(PLCameraSetting.CAMERA_PREVIEW_SIZE_LEVEL.PREVIEW_SIZE_LEVEL_480P);()
单项选择题 PLMicrophoneSettingmicrophoneSetting=newPLMicrophoneSetting();
单项选择题 PLVideoEncodeSettingvideoEncodeSetting=newPLVideoEncodeSetting();videoEncodeSetting.setEncodingSizeLevel(PLVideoEncodeSetting.VIDEO_ENCODING_SIZE_LEVEL.VIDEO_ENCODING_SIZE_LEVEL_480P_1);//480x480videoEncodeSetting.setEncodingBitrate(1000*1024);//1000kbpsvideoEncodeSetting.setEncodingFps(25);videoEncodeSetting.setHWCodecEnabled(true);//true:硬编false:软编()