Interface IVFAudioEnhancer
Audio enhancer filter interface.
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
[Guid("C2C0512A-AE91-4B4D-B4E0-913A0227DCD7")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVFAudioEnhancer
Methods
get_auto_gain(out Boolean)
Gets the automatic gain.
Declaration
int get_auto_gain(out bool auto_gain)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | auto_gain | Value. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
get_input_gains(out Single, out Single, out Single, out Single, out Single, out Single)
Gets the input gains.
Declaration
int get_input_gains(out float l, out float c, out float r, out float sl, out float sr, out float lfe)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | l | The l. |
| System.Single | c | The c. |
| System.Single | r | The r. |
| System.Single | sl | The sl. |
| System.Single | sr | The sr. |
| System.Single | lfe | The lfe. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
get_normalize(out Boolean)
Gets the normalize.
Declaration
int get_normalize(out bool normalize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | normalize | Value. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
get_output_gains(out Single, out Single, out Single, out Single, out Single, out Single)
Gets the output gains.
Declaration
int get_output_gains(out float l, out float c, out float r, out float sl, out float sr, out float lfe)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | l | The l. |
| System.Single | c | The c. |
| System.Single | r | The r. |
| System.Single | sl | The sl. |
| System.Single | sr | The sr. |
| System.Single | lfe | The lfe. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
get_time_shift(out Int32)
Gets the time shift.
Declaration
int get_time_shift(out int time_shift)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | time_shift | The time shift. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
set_auto_gain(Boolean)
Sets the automatic gain.
Declaration
int set_auto_gain(bool auto_gain)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | auto_gain | Value. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
set_input_gains(Single, Single, Single, Single, Single, Single)
Sets the input gains.
Declaration
int set_input_gains(float l, float c, float r, float sl, float sr, float lfe)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | l | The l. |
| System.Single | c | The c. |
| System.Single | r | The r. |
| System.Single | sl | The sl. |
| System.Single | sr | The sr. |
| System.Single | lfe | The lfe. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
set_normalize(Boolean)
Sets the normalize.
Declaration
int set_normalize(bool normalize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | normalize | Value. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
set_output_gains(Single, Single, Single, Single, Single, Single)
Sets the output gains.
Declaration
int set_output_gains(float l, float c, float r, float sl, float sr, float lfe)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | l | The l. |
| System.Single | c | The c. |
| System.Single | r | The r. |
| System.Single | sl | The sl. |
| System.Single | sr | The sr. |
| System.Single | lfe | The lfe. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
set_time_shift(Int32)
Sets the time shift.
Declaration
int set_time_shift(int time_shift)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | time_shift | The time shift. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |