Its rather important when you set the video-param-encoding-bitrate parameter for the encoder. The code should look like
android_recorder_setParameter(recorder, "video-param-encoding-bitrate=2048"); ... android_recorder_prepare(recorder); android_recorder_start(recorder);
The parameters are not applied if you set the parameter after you've called android_recorder_prepare
Can someone please verify we're doing it this way?
Its rather important when you set the video-param- encoding- bitrate parameter for the encoder. The code should look like
android_ recorder_ setParameter( recorder, "video- param-encoding- bitrate= 2048"); recorder_ prepare( recorder) ; recorder_ start(recorder) ;
...
android_
android_
The parameters are not applied if you set the parameter after you've called android_ recorder_ prepare
Can someone please verify we're doing it this way?