diff options
author | Amy Zhang <amyjojo@google.com> | 2020-11-12 02:21:35 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-11-12 02:21:35 +0000 |
commit | 99f0c3f36afee74962a2ee18617f1c65d0e1be72 (patch) | |
tree | 9039b09df8fa6a4fd6dbca877f5a7b73de006632 /api | |
parent | dd0fdcce9f29432f836ef79a3a1decc1609025a3 (diff) | |
parent | e7eee730240cf17f5b3c90e2f3f4e05a06387520 (diff) |
Merge "Rename RecordEvent getFirstMbInSlice into getFirstMacroblockInSlice"
Diffstat (limited to 'api')
-rw-r--r-- | api/system-current.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 6d6b27bc157f..c6792dda6f0a 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -5416,7 +5416,7 @@ package android.media.tv.tuner.filter { public class MmtpRecordEvent extends android.media.tv.tuner.filter.FilterEvent { method public long getDataLength(); - method public int getFirstMbInSlice(); + method public int getFirstMacroblockInSlice(); method public int getMpuSequenceNumber(); method public long getPts(); method public int getScHevcIndexMask(); @@ -5592,7 +5592,7 @@ package android.media.tv.tuner.filter { public class TsRecordEvent extends android.media.tv.tuner.filter.FilterEvent { method public long getDataLength(); - method public int getFirstMbInSlice(); + method public int getFirstMacroblockInSlice(); method public int getPacketId(); method public long getPts(); method public int getScIndexMask(); |