Language

MuxerOutputType Enum

Definition

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

public enum MuxerOutputType
type MuxerOutputType = 
Inheritance
MuxerOutputType

Fields

Name Value Description
Mpeg4 0

MPEG4 media file format

Android reference for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_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.

Webm 1

WEBM media file format

Android reference for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_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.

M3gpp 2

3GPP media file format

Android reference for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP.

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.

Heif 3

HEIF media file format

Android reference for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_HEIF.

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 4

Ogg media file format

Android reference for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_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