From 1fec21be65ddda46fe39c40e00d2fb94a8ce59f1 Mon Sep 17 00:00:00 2001 From: Nipun Kwatra Date: Mon, 13 Sep 2010 16:16:30 -0700 Subject: [PATCH] Unhiding time lapse api's, removing setTimeLapseParameters() - Removing setTimeLapseParameters() as its functionality is taken over by setProfile() and setCaptureRate() - Unhiding setCaptureRate() - made setAuxiliaryOutputFile() public. - Changed setAuxVideoParameters() to compute video size and bitrate using CamcorderProfile::QUALITY_HIGH. Also made it private as it now just needs to be called from setAuxiliaryOutputFile(). Change-Id: I94b8ed562579049b6b923c0fc4f3293285ef0a5b --- api/current.xml | 58 ++++++--- media/java/android/media/MediaRecorder.java | 128 ++++++++++---------- 2 files changed, 100 insertions(+), 86 deletions(-) diff --git a/api/current.xml b/api/current.xml index 310944f6c3e72..a57ba84da37b8 100644 --- a/api/current.xml +++ b/api/current.xml @@ -101802,6 +101802,32 @@ + + + + + + + + + + + + - - - - - - - - - -