JavaScript Indexing

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsHTMLElement  >   settings_applicationsHTMLMediaElement  >   settings_applicationsHTMLVideoElement  >   settings_applications[[Prototype]]

{object_name}

Properties

객체(object) 또는 인터페이스(interface)에서 확장(상속) 가능한 프로토타입 프로퍼티를 나타낸다.

  • height

    height attribute의 값을 DOMString으로 조회한다.

  • poster

    비디오가 없을 때 보여줄 대표 이미지를 지정하는 poster attribute  값을 DOMString으로 조회한다.

  • videoHeight

    비디오의 높이를 조회한다. 비디오가 없는 경우 0을 갖는다.

  • videoWidth

    비디오의 폭을 조회한다. 비디오가 없는 경우 0을 갖는다.

  • width

    width attribute의 값을 DOMString으로 조회한다.

지원 웹브라우저