Index
Source file
nsIDOMHTMLMediaElement
The nsIDOMHTMLMediaElement interface is an interface to be implemented by the HTML
and
elements. For more information on this interface, please see http://www.whatwg.org/specs/web-apps/current-work/#htmlmediaelement @status UNDER_DEVELOPMENT ## Methods ## ### load() ### ### canPlayType(type) ### ### play() ### ### pause() ### ### mozGetMetadata() ### ### isVideo() ### ## Attributes ## ### error ### ### src ### ### currentSrc ### ### networkState ### ### preload ### ### buffered ### ### readyState ### ### seeking ### ### currentTime ### ### duration ### ### paused ### ### defaultPlaybackRate ### ### playbackRate ### ### mozPreservesPitch ### ### played ### ### seekable ### ### ended ### ### mozAutoplayEnabled ### ### autoplay ### ### loop ### ### controls ### ### volume ### ### muted ### ### defaultMuted ### ### mozAudioCaptured ### ### mozFragmentEnd ### ### mozAudioChannelType ### ## Constants ## ### NETWORK_EMPTY ### ### NETWORK_IDLE ### ### NETWORK_LOADING ### ### NETWORK_NO_SOURCE ### ### HAVE_NOTHING ### ### HAVE_METADATA ### ### HAVE_CURRENT_DATA ### ### HAVE_FUTURE_DATA ### ### HAVE_ENOUGH_DATA ###