OutputFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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 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 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 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 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 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 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.