Click or drag to resize

UnsignedMixerControl Class

Represents an unsigned mixer control
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMixerControl
    Ozeki.MediaUnsignedMixerControl

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public class UnsignedMixerControl : MixerControl

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
Methods
 NameDescription
Protected methodGetControlDetails Gets the control details
(Inherited from MixerControl)
Protected methodGetDetails Gets the details for this control
(Overrides MixerControlGetDetails(IntPtr))
Public methodToString String Representation for debugging purposes
(Overrides MixerControlToString)
Top
Fields
 NameDescription
Protected fieldmixerHandle Mixer Handle
(Inherited from MixerControl)
Protected fieldnChannels Number of Channels
(Inherited from MixerControl)
Top
See Also