Represents a mixer provided by a sound card. Each mixer has
multiple destination lines (e. g. Record and Playback) of which
each has multiple source lines (Wave, MIDI, Mic, etc.).
| C# |
public class Mixer : IDisposable
| All Members | Methods | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| ControlChanged |
Occurs when a control of this mixer changes value.
| |
| CreateEvents |
Whether to create change events.
Enabling this may create a slight performance impact, so only
enable it if you handle these events.
| |
| DestinationLineCount |
Gets the number of destination lines of this mixer.
| |
| DestinationLines |
Gets all destination lines of this mixer
| |
| Dispose()()() |
Disposes this mixer.
| |
| FindControl(Int32) |
Find a control of this mixer by ID.
| |
| FindLine(Int32) |
Find a line of this mixer by ID.
| |
| LineChanged |
Occurs when a line of this mixer changes.
| |
| MixerCount |
Gets the number of available mixers in this system.
| |
| Name |
Gets the name of this mixer's sound card.
| |
| OpenMixer(UInt32) |
Opens a mixer.
|
| Object | |
| Mixer | |