Xeno-rat
|
Represents a Windows mixer device. More...
Public Member Functions | |
Mixer (int mixerIndex) | |
Connects to the specified mixer. | |
MixerLine | GetDestination (int destinationIndex) |
Retrieves the destination mixer line at the specified index. | |
Properties | |
static int | NumberOfDevices [get] |
The number of mixer devices available. | |
int | DestinationCount [get] |
The number of destinations this mixer supports. | |
String | Name [get] |
The name of this mixer device. | |
Manufacturers | Manufacturer [get] |
The manufacturer code for this mixer device. | |
int | ProductID [get] |
The product identifier code for this mixer device. | |
IEnumerable< MixerLine > | Destinations [get] |
A way to enumerate the destinations. | |
static IEnumerable< Mixer > | Mixers [get] |
A way to enumerate all available devices. | |
Private Attributes | |
MixerInterop.MIXERCAPS | caps |
IntPtr | mixerHandle |
MixerFlags | mixerHandleType |
Represents a Windows mixer device.
|
inline |
Connects to the specified mixer.
mixerIndex | The index of the mixer to use. This should be between zero and NumberOfDevices - 1 |
|
inline |
Retrieves the destination mixer line at the specified index.
destinationIndex | The index of the destination mixer line to retrieve. |
ArgumentOutOfRangeException | Thrown when destinationIndex is less than 0 or greater than or equal to the total number of destinations. |
|
private |
|
private |
|
private |
|
get |
The number of destinations this mixer supports.
|
get |
A way to enumerate the destinations.
|
get |
The manufacturer code for this mixer device.
|
staticget |
A way to enumerate all available devices.
|
get |
The name of this mixer device.
|
staticget |
The number of mixer devices available.
|
get |
The product identifier code for this mixer device.