IXACTCue
IXACTCue
This section contains information about the methods used with the IXACTCue interface.
Method | Description |
---|---|
Destroy | Destroys the cue. |
GetChannelMap | Retrieves the current channel map. |
GetChannelVolume | Retrieves the current volumes of a group of channel map entries. |
GetProperties | Retrieves the properties of the cue. |
GetState | Retrieves the current operating state of a cue. |
GetVariable | Retrieves the value of a variable by its index. |
GetVariableIndex | Retrieves the corresponding index for a variable name string. |
Pause | Pause or resume playback of a cue instance. |
Play | Plays a prepared cue. |
SetChannelMap | Sets the map used to route data from input channels to output channels. |
SetChannelVolume | Sets the current volumes of a group of channel map entries, adjusting as necessary. |
SetMatrixCoefficients | Sets the volume matrix coefficient table for the cue. |
SetVariable | Stores a new value to a variable, referenced by its index. |
SetVoiceOutput | Routes the output of a cue to up to three XAudio voices. |
SetVoiceOutputVolume | Adjusts the volume of a voice previously set by IXACTCue::SetVoiceOutput. |
Stop | Stops a cue. |