Summary
Syntax
public enum RenderParamIndices
Fields
Name | Field Type | Summary |
---|---|---|
O |
RenderParamIndices |
Interpolation Filter.
The related value represents the interpolation filter length used by the libopenmpt mixer. The default value is 0, which indicates a recommended default value. The supported value range is [0,inf). Values greater than the implementation limit are clamped to the maximum supported value. Currently supported values:
static
|
O |
RenderParamIndices |
Master Gain.
The related value represents a relative gain in milliBel. The default value is 0. The supported value range is unlimited. static
|
O |
RenderParamIndices |
Stereo Separation.
The related value represents the stereo separation generated by the libopenmpt mixer in percent. The default value is 100. The supported value range is [0,200]. static
|
O |
RenderParamIndices |
Volume Ramping Strength.
The related value represents the amount of volume ramping done by the libopenmpt mixer. The default value is -1, which indicates a recommended default value. The meaningful value range is [-1..10]. A value of 0 completely disables volume ramping. This might cause clicks in sound output. Higher values imply slower/softer volume ramps. static
|