Searched defs:OutputFormat (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/ndk/
H A DNdkMediaMuxer.h47 } OutputFormat; typedef in typeref:enum:__anon95
52 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format);
/frameworks/av/include/media/stagefright/
H A DMediaMuxer.h46 // OutputFormat is updated.
47 enum OutputFormat { enum in struct:android::MediaMuxer
55 MediaMuxer(int fd, OutputFormat format);
118 const OutputFormat mFormat;
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java42 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
79 public static final class OutputFormat { class in class:MediaMuxer
83 private OutputFormat() {} method in class:MediaMuxer.OutputFormat
91 OutputFormat.MUXER_OUTPUT_MPEG_4,
92 OutputFormat.MUXER_OUTPUT_WEBM,
129 * @see android.media.MediaMuxer.OutputFormat
137 if (format != OutputFormat.MUXER_OUTPUT_MPEG_4 &&
138 format != OutputFormat.MUXER_OUTPUT_WEBM) {
163 * {@link OutputFormat#MUXER_OUTPUT_MPEG_4} so that a video player can
188 * {@link OutputFormat#MUXER_OUTPUT_MPEG_
[all...]
H A DMediaRecorder.java45 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
358 public final class OutputFormat { class in class:MediaRecorder
362 private OutputFormat() {} method in class:MediaRecorder.OutputFormat
373 * @deprecated Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB
528 * video if the output format is OutputFormat.THREE_GPP or
529 * OutputFormat.MPEG_4 so that a video player can choose the proper
551 * stored in udta box if the output format is OutputFormat.THREE_GPP
552 * or OutputFormat.MPEG_4, and is ignored for other output formats.
593 * @see android.media.MediaRecorder.OutputFormat

Completed in 5066 milliseconds