diff options
| author | Andreas Huber <andih@google.com> | 2012-05-09 11:25:29 -0700 |
|---|---|---|
| committer | Andreas Huber <andih@google.com> | 2012-05-09 11:32:51 -0700 |
| commit | f86374adec8bd77af7b012f788ea59575296facb (patch) | |
| tree | 642e4285603deea4f123dfff6544b2792b819559 /api | |
| parent | 2f4b10e2d4320db490b03eb198ce034302ef00fc (diff) | |
| download | frameworks_base-f86374adec8bd77af7b012f788ea59575296facb.zip frameworks_base-f86374adec8bd77af7b012f788ea59575296facb.tar.gz frameworks_base-f86374adec8bd77af7b012f788ea59575296facb.tar.bz2 | |
Remove SEEK_CLOSEST constant from MediaExtractor, its implementation makes no
sense for the java API.
Change-Id: I3f2eabb5ca5ffb6c1f03141bfd303310111e8774
related-to-bug: 6276111
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 770b5e0..ce3164f 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 |
