Represents a mixer line, either a source line or a destination line.
| C# |
public abstract class MixerLine : IDisposable
| All Members | Methods | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| Changed |
Occurs when this line changes.
| |
| ChannelCount |
Gets the number of channels of this line.
| |
| ComponentType |
Gets the component type of this line;
| |
| ControlCount |
Gets the number of controls of this line.
| |
| Controls |
All controls of this line.
| |
| Dispose()()() | ||
| Id |
Gets the ID of this line.
| |
| Mixer |
The mixer that owns this line.
| |
| MuteSwitch |
The mute switch of this control, if it has one.
| |
| Name |
Gets the full name of this line.
| |
| ShortName |
Gets the short name of this line;
| |
| VolumeControl |
The volume control of this line, if it has one.
|
| Object | ||
| MixerLine | ||
| DestinationLine | ||
| SourceLine | ||