I am working on an Android application that records video. I want to be able to choose between constant bit rate (CBR) and variable bit rate (VBR). I looked at the Androis API like MediaRecoder etc. I can successfully select the video bit rate, frame rate, etc. But I did not find any settings for choosing VBR vs CBR. I know that video chat applications can do this, so this is possible through a lower level API. How can i do this?
source share