Click or drag to resize

MixerControl Class

Represents a 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 abstract class MixerControl

The MixerControl type exposes the following members.

Constructors
 NameDescription
Protected methodMixerControlInitializes a new instance of the MixerControl class
Top
Properties
 NameDescription
Public propertyControlType Mixer control type
Public propertyIsBoolean Is this a boolean control
Public propertyIsCustom True if this is a custom control
Public propertyIsListText True if this is a list text control
Public propertyIsSigned True if this is a signed control
Public propertyIsUnsigned True if this is an unsigned control
Public propertyName Mixer control name
Top
Methods
 NameDescription
Protected methodGetControlDetails Gets the control details
Protected methodGetDetails Gets the control details
Public methodToString String representation for debug purposes
(Overrides ObjectToString)
Top
Fields
 NameDescription
Protected fieldmixerHandle Mixer Handle
Protected fieldnChannels Number of Channels
Top
See Also