| java.lang.Object | |
| ↳ | android.media.MediaRecorder.OutputFormat |
Defines the output format. These constants are used with
setOutputFormat(int).
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | AAC_ADTS | AAC ADTS file format | |||||||||
| int | AMR_NB | AMR NB file format | |||||||||
| int | AMR_WB | AMR WB file format | |||||||||
| int | DEFAULT | ||||||||||
| int | MPEG_4 | MPEG4 media file format | |||||||||
| int | RAW_AMR | This constant was deprecated in API level 16. Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB | |||||||||
| int | THREE_GPP | 3GPP media file format | |||||||||
| int | WEBM | VP8/VORBIS data in a WEBM container | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
AAC ADTS file format
AMR NB file format
AMR WB file format
MPEG4 media file format
This constant was deprecated
in API level 16.
Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB
AMR NB file format
3GPP media file format
VP8/VORBIS data in a WEBM container