HTMLMediaElement.idl 243 B

123456789101112
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLMediaElement : HTMLElement {
  3. [Reflect] attribute DOMString src;
  4. [Reflect] attribute boolean autoplay;
  5. [Reflect] attribute boolean loop;
  6. [Reflect] attribute boolean controls;
  7. };