天天看點

Android MediaRecorder問題:StartFailed解決方案

CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH);
    mMediaRecorder.setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);