Android
android.media
public final class

android.media.MediaRecorder.AudioEncoder

java.lang.Object
android.media.MediaRecorder.AudioEncoder

Defines the audio encoding. These constants are used with setAudioEncoder(int).

Summary

Constants

      Value  
int  AMR_NB  AMR (Narrowband) audio codec   0x00000001 
int  DEFAULT    0x00000000 
Methods inherited from class java.lang.Object

Details

Constants

public static final int AMR_NB

AMR (Narrowband) audio codec
Constant Value: 1 (0x00000001)

public static final int DEFAULT

Constant Value: 0 (0x00000000)
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48