diff options
author | James Dong <jdong@google.com> | 2012-07-23 15:00:37 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2012-07-23 15:47:27 -0700 |
commit | 15a89e6b48e9cd0112efcfd903843c5912e26567 (patch) | |
tree | a3f81dc9714182d69ffd5bacfef5e88f0bf3510f /api | |
parent | 219dfa4d392851c1ffd7147cb78d4236658a79d8 (diff) | |
download | frameworks_base-15a89e6b48e9cd0112efcfd903843c5912e26567.zip frameworks_base-15a89e6b48e9cd0112efcfd903843c5912e26567.tar.gz frameworks_base-15a89e6b48e9cd0112efcfd903843c5912e26567.tar.bz2 |
Added MEDIA_INFO_VIDEO_RENDERING_START as an informational event
o MEDIA_INFO_VIDEO_RENDERING_START indicates that the player just pushed the very first video frame
of a video source for rendering.
Change-Id: I32dad93990f5d48b70fc79d841ca3ce3b1af4027
related-to-bug: 6851811
Diffstat (limited to 'api')
-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 fc06774..13c8dc0 100644 --- a/api/current.txt +++ b/api/current.txt @@ -11395,6 +11395,7 @@ package android.media { field public static final int MEDIA_INFO_METADATA_UPDATE = 802; // 0x322 field public static final int MEDIA_INFO_NOT_SEEKABLE = 801; // 0x321 field public static final int MEDIA_INFO_UNKNOWN = 1; // 0x1 + field public static final int MEDIA_INFO_VIDEO_RENDERING_START = 3; // 0x3 field public static final int MEDIA_INFO_VIDEO_TRACK_LAGGING = 700; // 0x2bc field public static final java.lang.String MEDIA_MIMETYPE_TEXT_SUBRIP = "application/x-subrip"; field public static final int VIDEO_SCALING_MODE_SCALE_TO_FIT = 1; // 0x1 |