标签: android video frames mediarecorder
这是我的代码。它不起作用。给我一些帮助吗?
CamcorderProfile profile ; profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); profile.videoFrameRate=16; mMediaRecorder.setProfile(profile);