WebAPI/AudioChannels: Difference between revisions

Line 69: Line 69:
   // list of active audio channels
   // list of active audio channels
   readonly attribute DOMString[] activeAudioChannels;
   readonly attribute DOMString[] activeAudioChannels;
  // if this app actually playing? Do we need this? Isn't this the same as activeAudioChannels.length == 0?
  readonly attribute boolean audioActive;
   
   
   // horrible name :(
   // horrible name :(
Confirmed users
53

edits