Source
@DomName('HTMLMediaElement.webkitVideoDecodedByteCount') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() @Experimental() // nonstandard int get videoDecodedByteCount => _blink.BlinkHTMLMediaElement.instance .webkitVideoDecodedByteCount_Getter_(this);