# Print output for @column tags ?> MediaMuxer.OutputFormat - Android SDK | Android Developers

Most visited


Recently visited


MediaMuxer.OutputFormat

public static final class MediaMuxer.OutputFormat
extends Object

java.lang.Object
   ↳ android.media.MediaMuxer.OutputFormat


Defines the output format. These constants are used with constructor.

Summary


Constants

int MUXER_OUTPUT_3GPP

3GPP media file format

int MUXER_OUTPUT_HEIF

HEIF media file format

int MUXER_OUTPUT_MPEG_4

MPEG4 media file format

int MUXER_OUTPUT_OGG

Ogg media file format

int MUXER_OUTPUT_WEBM

WEBM media file format

Inherited methods

Constants


MUXER_OUTPUT_3GPP

public static final int MUXER_OUTPUT_3GPP

3GPP media file format

Constant Value: 2 (0x00000002)

MUXER_OUTPUT_HEIF

public static final int MUXER_OUTPUT_HEIF

HEIF media file format

Constant Value: 3 (0x00000003)

MUXER_OUTPUT_MPEG_4

public static final int MUXER_OUTPUT_MPEG_4

MPEG4 media file format

Constant Value: 0 (0x00000000)

MUXER_OUTPUT_OGG

public static final int MUXER_OUTPUT_OGG

Ogg media file format

Constant Value: 4 (0x00000004)

MUXER_OUTPUT_WEBM

public static final int MUXER_OUTPUT_WEBM

WEBM media file format

Constant Value: 1 (0x00000001)

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.