Interface IVFAudioEnhancer3
Audio enhancer filter interface, v3.
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
[Guid("915E95CE-70F6-4FA5-B608-9B0BCDBE06B3")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVFAudioEnhancer3
Methods
get_ieee_output_enabled(out Boolean)
Gets the IEEE output enabled.
Declaration
int get_ieee_output_enabled(out bool enabled)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | enabled | if set to |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
set_ieee_output_enabled(Boolean)
Sets the IEEE output enabled.
Declaration
int set_ieee_output_enabled(bool enabled)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | enabled | if set to |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |