Language

OutputFormat Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.MediaRecorder.SetOutputFormat member.

public enum OutputFormat
type OutputFormat = 
Inheritance
OutputFormat

Fields

Name Value Description
Default 0
ThreeGpp 1

3GPP media file format

Android reference for android.media.MediaRecorder.OutputFormat.THREE_GPP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Mpeg4 2

MPEG4 media file format

Android reference for android.media.MediaRecorder.OutputFormat.MPEG_4.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AmrNb 3

AMR NB file format

Android reference for android.media.MediaRecorder.OutputFormat.AMR_NB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RawAmr 3

This constant was deprecated in API level 16. Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB

AMR NB file format

Android reference for android.media.MediaRecorder.OutputFormat.RAW_AMR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AmrWb 4

AMR WB file format

Android reference for android.media.MediaRecorder.OutputFormat.AMR_WB.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AacAdts 6

AAC ADTS file format

Android reference for android.media.MediaRecorder.OutputFormat.AAC_ADTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Mpeg2Ts 8

H.264/AAC data encapsulated in MPEG2/TS

Android reference for android.media.MediaRecorder.OutputFormat.MPEG_2_TS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Webm 9

VP8/VORBIS data in a WEBM container

Android reference for android.media.MediaRecorder.OutputFormat.WEBM.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Ogg 11

Opus data in a Ogg container

Android reference for android.media.MediaRecorder.OutputFormat.OGG.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to