WebAPI/AudioChannels: Difference between revisions

No edit summary
Line 47: Line 47:


  partial interface HTMLMediaElement {
  partial interface HTMLMediaElement {
   attribute DOMString mozchannel; // Or are we using some other name?
   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.
   // Should these events only fire if the element is currently played?
   // These events only fire if the element is currently played.
   attribute EventTarget onmozchannelpaused;
   attribute EventTarget onmozinterruptbegin;
   attribute EventTarget onmozchannelunpaused;
   attribute EventTarget onmozinterruptend;
  }
  }


Confirmed users
144

edits