diff options
author | ztenghui <ztenghui@google.com> | 2013-03-12 16:03:12 -0700 |
---|---|---|
committer | ztenghui <ztenghui@google.com> | 2013-03-19 13:10:25 -0700 |
commit | effc9b4839f3cc109fe3d8244022f3c898cd080b (patch) | |
tree | d405747dccdee5abf6e00eb791a8bacad698f8f6 /api/current.txt | |
parent | 952e4805f72c0835bbd158051fc56dc64d1d660d (diff) | |
download | frameworks_base-effc9b4839f3cc109fe3d8244022f3c898cd080b.zip frameworks_base-effc9b4839f3cc109fe3d8244022f3c898cd080b.tar.gz frameworks_base-effc9b4839f3cc109fe3d8244022f3c898cd080b.tar.bz2 |
Add the orientation hint to the MediaMuxer
bug:7991013
Change-Id: I7e3e513851589e4ba7983d2c416152b2b08cbcfb
Diffstat (limited to 'api/current.txt')
-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 f2fcbd6..4c2e3c5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -11589,6 +11589,7 @@ package android.media { ctor public MediaMuxer(java.lang.String, int) throws java.io.IOException; method public int addTrack(android.media.MediaFormat); method public void release(); + method public void setOrientationHint(int); method public void start(); method public void stop(); method public void writeSampleData(int, java.nio.ByteBuffer, android.media.MediaCodec.BufferInfo); |