Method | Description | |
---|---|---|
VolumeFilter ( float volume ) : System |
Constructs a new Volume adjustment filter using the given alpha.
|
Method | Description | |
---|---|---|
ProcessFilter ( Signal sourceData, Signal destinationData ) : void |
Processes the filter.
|
protected ProcessFilter ( Signal sourceData, Signal destinationData ) : void | ||
sourceData | Signal | |
destinationData | Signal | |
return | void |
public VolumeFilter ( float volume ) : System | ||
volume | float | Volume multiplier. |
return | System |