summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLMediaElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLMediaElement.idl')
-rw-r--r--Source/WebCore/html/HTMLMediaElement.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLMediaElement.idl b/Source/WebCore/html/HTMLMediaElement.idl
index d6ba79d..9d4602d 100644
--- a/Source/WebCore/html/HTMLMediaElement.idl
+++ b/Source/WebCore/html/HTMLMediaElement.idl
@@ -81,5 +81,11 @@ interface [Conditional=VIDEO] HTMLMediaElement : HTMLElement {
readonly attribute boolean webkitHasClosedCaptions;
attribute boolean webkitClosedCaptionsVisible;
+
+#if defined(ENABLE_MEDIA_STATISTICS) && ENABLE_MEDIA_STATISTICS
+ // The number of bytes consumed by the media decoder.
+ readonly attribute unsigned long webkitAudioBytesDecoded;
+ readonly attribute unsigned long webkitVideoBytesDecoded;
+#endif
};
}