|
AKRESULT __cdecl AK::SoundEngine::SetMixer |
( |
const char * |
in_pszBusName, |
|
|
AkUniqueID |
in_shareSetID
|
|
|
) |
|
|
|
Set a Mixer shareset at the specified bus.
|
Note: This function has unspecified behavior when adding a mixer to a currently playing bus which does not have any effects nor mixer, or removing the last mixer on a currently playing bus.
|
Note: This function will replace existing mixers on the node.
- 戻り値:
- AK_IDNotFound is name not resolved, returns AK_Success otherwise.
|
|
- 引数:
-
|
in_pszBusName |
Bus name |
|
in_shareSetID |
ShareSet ID; pass AK_INVALID_UNIQUE_ID to remove. |
|