Confirmed users
144
edits
No edit summary |
|||
Line 47: | Line 47: | ||
partial interface HTMLMediaElement { | partial interface HTMLMediaElement { | ||
attribute DOMString | attribute DOMString mozAudioChannelType; | ||
readonly attribute boolean mozchannelpaused; // Returns true if this element is currently paused due to the channel being paused. | readonly attribute boolean mozchannelpaused; // Returns true if this element is currently paused due to the channel being paused. Not implemented yet. | ||
// | // These events only fire if the element is currently played. | ||
attribute EventTarget | attribute EventTarget onmozinterruptbegin; | ||
attribute EventTarget | attribute EventTarget onmozinterruptend; | ||
} | } | ||