[Bug 20840] New: Use Web IDL to define OfflineAudioContext's contructor

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20840

            Bug ID: 20840
           Summary: Use Web IDL to define OfflineAudioContext's contructor
    Classification: Unclassified
           Product: AudioWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Web Audio API
          Assignee: crogers@google.com
          Reporter: ehsan@mozilla.com
        QA Contact: public-audio@w3.org

The proper Web IDL is:

[Constructor(unsigned long numberOfChannels, unsigned long length, float
sampleRate)]
interface OfflineAudioContext : AudioContext {

    void startRendering();

    attribute OfflineRenderSuccessCallback oncomplete;

};

The comment behind the IDL in the spec can also go away.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 31 January 2013 19:44:13 UTC