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