Functions | |
| ASX32_API ASX_ERROR | ASX_Mixer_ResetControls (ASX_HANDLE hMixer) |
| This function sets all the controls in the mixer to a known state. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetSourceNodeCount (ASX_HANDLE hMixer, int *pnCount) |
| This function returns the nunber of source nodes in the mixer. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetSourceNode (ASX_HANDLE hMixer, const int nSourceNode, ASX_HANDLE *p_hNode) |
| This function gets the handle of a particular source node. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetDestinationNodeCount (ASX_HANDLE hMixer, int *pnCount) |
| This function returns the nunber of destination nodes in the mixer. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetDestinationNode (ASX_HANDLE hMixer, const int nDestinationNode, ASX_HANDLE *p_hNode) |
| This function gets the handle of the specified destination node. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetNodeByType (ASX_HANDLE hMixer, const enum asxNODE eType, const int nIndex, ASX_HANDLE *p_hNode) |
| Get a node by type. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetNodeTypeCount (ASX_HANDLE hMixer, const enum asxNODE eType, int *pnCount) |
| Get the number of nodes of the specified type. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetControlCount (ASX_HANDLE hMixer, int *pnControls) |
| This function returns the total number of controls in the mixer. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetControl (ASX_HANDLE hMixer, const int nControl, ASX_HANDLE *p_hControlBase) |
| Given a control index, this function returns a handle to the specified control. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetControlByNode (const ASX_HANDLE hMixer, const ASX_HANDLE hSourceNode, const ASX_HANDLE hDestinationNode, const enum asxCONTROL eControlType, ASX_HANDLE *p_hControlBase) |
| Given source and destination node handles as well as the control type, return the specified control. | |
| ASX32_API ASX_ERROR | ASX_Mixer_GetControlByNodeTypeAndIndex (ASX_HANDLE hMixer, const enum asxNODE nSourceNodeType, const int nSourceIndex, const enum asxNODE nDestinationNodeType, const int nDestinationIndex, const enum asxCONTROL eControlType, ASX_HANDLE *p_hControlBase) |
| Given source and destination node specifications as well as the control type, return the specified control. | |
|
||||||||||||||||
|
Given a control index, this function returns a handle to the specified control.
|
|
||||||||||||||||||||||||
|
Given source and destination node handles as well as the control type, return the specified control.
|
|
||||||||||||||||||||||||||||||||
|
Given source and destination node specifications as well as the control type, return the specified control.
|
|
||||||||||||
|
This function returns the total number of controls in the mixer.
|
|
||||||||||||||||
|
This function gets the handle of the specified destination node.
|
|
||||||||||||
|
This function returns the nunber of destination nodes in the mixer.
|
|
||||||||||||||||||||
|
Get a node by type. This function searches all mixer nodes for a node of a particular type and index. This function could be used to find a "LineOut" 1 node for example.
|
|
||||||||||||||||
|
Get the number of nodes of the specified type. This function returns the number of nodes of the specified type in the mixer. For example, an adapter with 4 line outs would return 4 when nType is set to asxNODE_LINE_OUT.
|
|
||||||||||||||||
|
This function gets the handle of a particular source node.
|
|
||||||||||||
|
This function returns the nunber of source nodes in the mixer.
|
|
|
This function sets all the controls in the mixer to a known state.
|
1.4.6-NO