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

/frameworks/av/include/ndk/
H A DNdkMediaMuxer.h47 } OutputFormat; typedef in typeref:enum:__anon83
52 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format);
/frameworks/av/include/media/stagefright/
H A DMediaMuxer.h44 // OutputFormat is updated.
45 enum OutputFormat { enum in struct:android::MediaMuxer
52 MediaMuxer(const char *path, OutputFormat format);
56 MediaMuxer(int fd, OutputFormat format);
119 const OutputFormat mFormat;
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java36 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
73 public static final class OutputFormat { class in class:MediaMuxer
77 private OutputFormat() {} method in class:MediaMuxer.OutputFormat
115 * @see android.media.MediaMuxer.OutputFormat
122 if (format != OutputFormat.MUXER_OUTPUT_MPEG_4 &&
123 format != OutputFormat.MUXER_OUTPUT_WEBM) {
148 * {@link OutputFormat#MUXER_OUTPUT_MPEG_4} so that a video player can
171 * {@link OutputFormat#MUXER_OUTPUT_MPEG_4}, and is ignored for other output
H A DMediaRecorder.java43 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
279 public final class OutputFormat { class in class:MediaRecorder
283 private OutputFormat() {} method in class:MediaRecorder.OutputFormat
294 * @deprecated Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB
451 * video if the output format is OutputFormat.THREE_GPP or
452 * OutputFormat.MPEG_4 so that a video player can choose the proper
474 * stored in udta box if the output format is OutputFormat.THREE_GPP
475 * or OutputFormat.MPEG_4, and is ignored for other output formats.
516 * @see android.media.MediaRecorder.OutputFormat

Completed in 1348 milliseconds