HTMLVideoElement.idl 189 B

12345678
  1. #import <HTML/HTMLMediaElement.idl>
  2. interface HTMLVideoElement : HTMLMediaElement {
  3. [Reflect] attribute DOMString poster;
  4. [Reflect=playsinline] attribute boolean playsInline;
  5. };