webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Attributes | List of all members
DynamicsCompressorNode Interface Reference

import"DynamicsCompressorNode.idl";

Inheritance diagram for DynamicsCompressorNode:
AudioNode EventTarget

Public Attributes

readonly attribute AudioParam threshold
 
readonly attribute AudioParam knee
 
readonly attribute AudioParam ratio
 
readonly attribute AudioParam reduction
 
readonly attribute AudioParam attack
 
readonly attribute AudioParam release
 
- 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
 

Additional Inherited Members

- 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)
 

Member Data Documentation

◆ attack

readonly attribute AudioParam DynamicsCompressorNode::attack

◆ knee

readonly attribute AudioParam DynamicsCompressorNode::knee

◆ ratio

readonly attribute AudioParam DynamicsCompressorNode::ratio

◆ reduction

readonly attribute AudioParam DynamicsCompressorNode::reduction

◆ release

readonly attribute AudioParam DynamicsCompressorNode::release

◆ threshold

readonly attribute AudioParam DynamicsCompressorNode::threshold

The documentation for this interface was generated from the following file: