From 1797dc93fb203762eecbc9c026b77263e4e4a4f5 Mon Sep 17 00:00:00 2001 From: Robert Shih Date: Mon, 28 Oct 2013 13:15:41 -0700 Subject: MediaMuxer: added WebM filetype; open output file RW. Files with RW access can be memory mapped. Change-Id: Ic5df057e6661b062e834845a19b606c8d01a0608 --- api/current.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 52900c9..a877285 100644 --- a/api/current.txt +++ b/api/current.txt @@ -13266,6 +13266,7 @@ package android.media { public static final class MediaMuxer.OutputFormat { field public static final int MUXER_OUTPUT_MPEG_4 = 0; // 0x0 + field public static final int MUXER_OUTPUT_WEBM = 1; // 0x1 } public class MediaPlayer { -- cgit v1.1