Interface IVFAudioChannelMapper
Audio channel mapper filter interface.
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
[Guid("D1ACE6DD-A8F9-451D-9C92-7C31072CFE2E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVFAudioChannelMapper
Methods
set_map(Int32, Int32)
Sets the map.
Declaration
int set_map(int sourceChannel, int destChannel)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | sourceChannel | The source channel. |
| System.Int32 | destChannel | The destination channel. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
set_output_channels_count(Int32)
Sets the output channels count.
Declaration
int set_output_channels_count(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value | The value. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |
set_volume(Int32, Single)
Sets the volume.
Declaration
int set_volume(int destChannel, float volume)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | destChannel | The destination channel. |
| System.Single | volume | The volume. |
Returns
| Type | Description |
|---|---|
| System.Int32 | System.Int32. |