Click or drag to resize

MixerLine Class

Represents a mixer line (source or destination)
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMixerLine

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

The MixerLine type exposes the following members.

Constructors
 NameDescription
Public methodMixerLine(IntPtr, Int32, MixerFlags) Creates a new mixer destination
Public methodMixerLine(IntPtr, Int32, Int32, MixerFlags) Creates a new Mixer Source For a Specified Source
Top
Properties
 NameDescription
Public propertyChannels Number of channels
Public propertyComponentType Component Type
Public propertyControls Enumerator for the controls on this Mixer Limne
Public propertyControlsCount Number of controls
Public propertyIsActive Is this destination active
Public propertyIsDisconnected Is this destination disconnected
Public propertyIsSource Is this destination a source
Public propertyLineId The line ID
Public propertyName Mixer Line Name
Public propertyShortName Mixer Line short name
Public propertySourceCount Number of sources
Public propertySources Enumerator for the sources on this Mixer Line
Public propertyTargetName The name of the target output device
Public propertyTypeDescription Mixer destination type description
Top
Methods
 NameDescription
Public methodStatic memberGetMixerIdForWaveIn Creates a new Mixer Source
Public methodGetSource Gets the specified source
Public methodToString Describes this Mixer Line (for diagnostic purposes)
(Overrides ObjectToString)
Top
See Also