Boolean mixer control.
More...
|
override void | GetDetails (IntPtr pDetails) |
| Retrieves details from the specified memory location and stores them in the boolDetails field.
|
|
void | GetControlDetails () |
| Retrieves details of the mixer control.
|
|
void | GetDetails (IntPtr pDetails) |
| Retrieves the details using the provided pointer to details.
|
|
|
bool | Value [get, set] |
| The current value of the control.
|
|
String | Name [get] |
| Mixer control name.
|
|
MixerControlType | ControlType [get] |
| Mixer control type.
|
|
bool | IsBoolean [get] |
| Is this a boolean control.
|
|
bool | IsListText [get] |
| True if this is a list text control.
|
|
bool | IsSigned [get] |
| True if this is a signed control.
|
|
bool | IsUnsigned [get] |
| True if this is an unsigned control.
|
|
bool | IsCustom [get] |
| True if this is a custom control.
|
|
◆ GetDetails()
override void NAudio.Mixer.BooleanMixerControl.GetDetails |
( |
IntPtr | pDetails | ) |
|
|
inlineprotected |
Retrieves details from the specified memory location and stores them in the boolDetails field.
- Parameters
-
pDetails | A pointer to the memory location containing the details to be retrieved. |
- Exceptions
-
ArgumentNullException | Thrown when the pDetails is null. |
This method uses the Marshal.PtrToStructure method to retrieve details from the specified memory location and stores them in the boolDetails field.
◆ boolDetails
◆ Value
bool NAudio.Mixer.BooleanMixerControl.Value |
|
getset |
The current value of the control.
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.WinMM/Mixer/BooleanMixerControl.cs