Description | Hierarchy | Fields | Methods | Properties |
type unaMsMixerLine = class(unaMsMixerObject)
Mixer line. Every mixer has 0 or more lines connected to it.
constructor create(master: unaMsMixerDevice; destIndex: unsigned; isConnection: bool = false; sourceIndex: unsigned = 0); |
|
destructor Destroy(); override; |
|
function getConnectionCount(): int; |
|
function getControlCount(): int; |
|
function getID(): unsigned; |
|
function locateLine(componentType: unsigned): unaMsMixerLine; |
property caps: pMixerLineW read f_capsW; |
|
property connection[index:unsigned]: unaMsMixerLine read getConnection; |
|
property control[index:unsigned]: unaMsMixerControl read getControl; |
|
property isActive: bool index MIXERLINE_LINEF_ACTIVE read getIsLineType; |
|
property isDisconnected: bool index MIXERLINE_LINEF_DISCONNECTED read getIsLineType; |
|
property isSource: bool index -1 read getIsLineType; |
constructor create(master: unaMsMixerDevice; destIndex: unsigned; isConnection: bool = false; sourceIndex: unsigned = 0); |
|
destructor Destroy(); override; |
|
function getConnectionCount(): int; |
|
function getControlCount(): int; |
|
function getID(): unsigned; |
|
function locateLine(componentType: unsigned): unaMsMixerLine; |
|
property caps: pMixerLineW read f_capsW; |
|
property connection[index:unsigned]: unaMsMixerLine read getConnection; |
|
property control[index:unsigned]: unaMsMixerControl read getControl; |
|
property isActive: bool index MIXERLINE_LINEF_ACTIVE read getIsLineType; |
|
property isDisconnected: bool index MIXERLINE_LINEF_DISCONNECTED read getIsLineType; |
|
property isSource: bool index -1 read getIsLineType; |
|
(c) 2012 Lake of Soft