diff options
Diffstat (limited to 'dom/interfaces/base/nsIDOMWindowUtils.idl')
-rw-r--r-- | dom/interfaces/base/nsIDOMWindowUtils.idl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dom/interfaces/base/nsIDOMWindowUtils.idl b/dom/interfaces/base/nsIDOMWindowUtils.idl index 200bd3caf6..70ec7e0ae6 100644 --- a/dom/interfaces/base/nsIDOMWindowUtils.idl +++ b/dom/interfaces/base/nsIDOMWindowUtils.idl @@ -29,7 +29,6 @@ native nscolor(nscolor); [ptr] native gfxContext(gfxContext); typedef unsigned long long nsViewID; -interface nsIArray; interface nsICycleCollectorListener; interface nsIDOMNode; interface nsIDOMNodeList; @@ -1427,23 +1426,6 @@ interface nsIDOMWindowUtils : nsISupports { readonly attribute AString currentAudioBackend; /** - * Returns the max channel counts of the current audio device. - */ - readonly attribute unsigned long currentMaxAudioChannels; - - /** - * Returns the preferred sample rate of the current audio device. - */ - readonly attribute unsigned long currentPreferredSampleRate; - - /** - * Returns all the audio input/output devices. - */ - const unsigned short AUDIO_INPUT = 0; - const unsigned short AUDIO_OUTPUT = 1; - nsIArray audioDevices(in unsigned short aSide); - - /** * Record (and return) frame-intervals for frames which were presented * between calling StartFrameTimeRecording and StopFrameTimeRecording. * |