summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAmy Zhang <amyjojo@google.com>2020-11-12 02:21:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-11-12 02:21:35 +0000
commit99f0c3f36afee74962a2ee18617f1c65d0e1be72 (patch)
tree9039b09df8fa6a4fd6dbca877f5a7b73de006632 /api
parentdd0fdcce9f29432f836ef79a3a1decc1609025a3 (diff)
parente7eee730240cf17f5b3c90e2f3f4e05a06387520 (diff)
Merge "Rename RecordEvent getFirstMbInSlice into getFirstMacroblockInSlice"
Diffstat (limited to 'api')
-rw-r--r--api/system-current.txt4
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();