Click or drag to resize

UnsignedMixerControl Properties

The UnsignedMixerControl type exposes the following members.

Properties
 NameDescription
Public propertyControlType Mixer control type
(Inherited from MixerControl)
Public propertyIsBoolean Is this a boolean control
(Inherited from MixerControl)
Public propertyIsCustom True if this is a custom control
(Inherited from MixerControl)
Public propertyIsListText True if this is a list text control
(Inherited from MixerControl)
Public propertyIsSigned True if this is a signed control
(Inherited from MixerControl)
Public propertyIsUnsigned True if this is an unsigned control
(Inherited from MixerControl)
Public propertyMaxValue The control's maximum value
Public propertyMinValue The control's minimum value
Public propertyName Mixer control name
(Inherited from MixerControl)
Public propertyPercent Value of the control represented as a percentage
Public propertyValue The control value
Top
See Also