HTMLVideoElement.idl 276 B

12345678910
  1. #import <HTML/HTMLMediaElement.idl>
  2. // https://html.spec.whatwg.org/multipage/media.html#htmlvideoelement
  3. [Exposed=Window]
  4. interface HTMLVideoElement : HTMLMediaElement {
  5. [Reflect] attribute DOMString poster;
  6. [Reflect=playsinline] attribute boolean playsInline;
  7. };