Merge change 22537 into eclair

* changes:
  Fix build.
This commit is contained in:
Android (Google) Code Review
2009-08-24 18:27:55 -07:00

View File

@@ -168,7 +168,7 @@ public class MediaRecorder
/** The following formats are audio only .aac or .amr formats **/ /** The following formats are audio only .aac or .amr formats **/
/** @deprecated Deprecated in favor of AMR_NB */ /** @deprecated Deprecated in favor of AMR_NB */
/** TODO: change link when AMR_NB is exposed. Deprecated in favor of {@link MediaRecorder.OutputFormat#AMR_NB} */ /** TODO: change link when AMR_NB is exposed. Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB */
public static final int RAW_AMR = 3; public static final int RAW_AMR = 3;
/** @hide AMR NB file format */ /** @hide AMR NB file format */
public static final int AMR_NB = 3; public static final int AMR_NB = 3;