HTMLAudioElement.idl 195 B

123456
  1. #import <HTML/HTMLMediaElement.idl>
  2. [Exposed=Window, LegacyFactoryFunction=Audio(optional DOMString src)]
  3. interface HTMLAudioElement : HTMLMediaElement {
  4. [HTMLConstructor] constructor();
  5. };