|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"OscillatorNode.idl";
Public Member Functions | |
| void | start (optional unrestricted double when=0) |
| void | stop (optional unrestricted double when=0) |
| void | setPeriodicWave (PeriodicWave? wave) |
Public Member Functions inherited from AudioNode | |
| void | connect (AudioNode destination, optional unsigned long output=0, optional unsigned long input=0) |
| void | connect (AudioParam destination, optional unsigned long output=0) |
| void | disconnect (optional unsigned long output=0) |
Public Member Functions inherited from EventTarget | |
| void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
| void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
| boolean | dispatchEvent (Event event) |
Public Attributes | |
| attribute OscillatorType | type |
| const unsigned short | UNSCHEDULED_STATE = 0 |
| const unsigned short | SCHEDULED_STATE = 1 |
| const unsigned short | PLAYING_STATE = 2 |
| const unsigned short | FINISHED_STATE = 3 |
| readonly attribute unsigned short | playbackState |
| readonly attribute AudioParam | frequency |
| readonly attribute AudioParam | detune |
| attribute EventHandler | onended |
Public Attributes inherited from AudioNode | |
| readonly attribute AudioContext | context |
| readonly attribute unsigned long | numberOfInputs |
| readonly attribute unsigned long | numberOfOutputs |
| attribute unsigned long | channelCount |
| attribute DOMString | channelCountMode |
| attribute DOMString | channelInterpretation |
| void OscillatorNode::setPeriodicWave | ( | PeriodicWave? | wave | ) |
| readonly attribute AudioParam OscillatorNode::detune |
| const unsigned short OscillatorNode::FINISHED_STATE = 3 |
| readonly attribute AudioParam OscillatorNode::frequency |
| attribute EventHandler OscillatorNode::onended |
| const unsigned short OscillatorNode::PLAYING_STATE = 2 |
| const unsigned short OscillatorNode::SCHEDULED_STATE = 1 |
| attribute OscillatorType OscillatorNode::type |
| const unsigned short OscillatorNode::UNSCHEDULED_STATE = 0 |
1.8.13