diff options
author | Robert Shih <robertshih@google.com> | 2013-10-28 13:15:41 -0700 |
---|---|---|
committer | Robert Shih <robertshih@google.com> | 2014-01-29 18:32:47 -0800 |
commit | 1797dc93fb203762eecbc9c026b77263e4e4a4f5 (patch) | |
tree | 4ee4ae2a14c96f7fa0215481c922acf3f7170445 /api | |
parent | 729b12c7a91f9caa65af77197cf6a8814a5a2051 (diff) | |
download | frameworks_base-1797dc93fb203762eecbc9c026b77263e4e4a4f5.zip frameworks_base-1797dc93fb203762eecbc9c026b77263e4e4a4f5.tar.gz frameworks_base-1797dc93fb203762eecbc9c026b77263e4e4a4f5.tar.bz2 |
MediaMuxer: added WebM filetype; open output file RW.
Files with RW access can be memory mapped.
Change-Id: Ic5df057e6661b062e834845a19b606c8d01a0608
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |