diff options
| author | Andreas Huber <andih@google.com> | 2012-05-09 13:20:32 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-09 13:20:32 -0700 |
| commit | ea86b36f8087241dd898821fe29020e74b2c93d4 (patch) | |
| tree | 181e0df3002899e158e363152489ff6936db574f /api | |
| parent | 01028b6fa4d56808f3cced408d9d55ae1a710fa8 (diff) | |
| parent | f86374adec8bd77af7b012f788ea59575296facb (diff) | |
| download | frameworks_base-ea86b36f8087241dd898821fe29020e74b2c93d4.zip frameworks_base-ea86b36f8087241dd898821fe29020e74b2c93d4.tar.gz frameworks_base-ea86b36f8087241dd898821fe29020e74b2c93d4.tar.bz2 | |
Merge "Remove SEEK_CLOSEST constant from MediaExtractor, its implementation makes no" into jb-dev
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 846c2b7..ec3d54a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -11236,7 +11236,6 @@ package android.media { method public void unselectTrack(int); field public static final int SAMPLE_FLAG_ENCRYPTED = 2; // 0x2 field public static final int SAMPLE_FLAG_SYNC = 1; // 0x1 - field public static final int SEEK_TO_CLOSEST = 3; // 0x3 field public static final int SEEK_TO_CLOSEST_SYNC = 2; // 0x2 field public static final int SEEK_TO_NEXT_SYNC = 1; // 0x1 field public static final int SEEK_TO_PREVIOUS_SYNC = 0; // 0x0 |
