MixerPro 1.2
xFX JumpStart

Home | Classes | Collections | Constants

Classes

CMixerPRO
    Mixers
        CMixer
            Lines
                CLine

This class provides an interface to one of the lines available in the parent CMixer object.


Properties

Channels As Integer
Returns the number of channels for the line.

ComponentType As ComponentTypeConstants
Returns the type of component that this line is interfacing.

ConnectedTo As Long
Returns the ID of the destination line that this line is connected to.
A mixer has two types of lines: destinations and sources. For destination lines this property will always be zero. For sources lines this property will have the ID of the destination line which it is connected to.

DestinationID As Long
Returns the line Index of the line to which this line is connected to.

ID As Long
Returns the ID of the line that the class is interfacing.

Index As Integer
Returns the index of the object in the Mixers collection.

LineType As LineTypeConstants
Returns the type of line that this line is interfacing.

LongName As String
Returns the long name of the line.

Parent As CMixer
Returns a reference to the CMixer object to which this line belongs to.

ShortName As String
Returns the short name of the line.

Collections

Controls

Methods

ControlsByClass(CtrlClass As ControlClassConstants)

ControlsByType(CtrlType As ControlTypeConstants)

Events

(none)