TermScoreMixer
Dispose of mixer created by InitScoreMixer()
.
Synopsis
Err TermScoreMixer( ScoreContext *scon )
Description
This function unloads the mixer loaded by InitScoreMixer()
. This function is automatically called by DeleteScorePlayer()
.
Calling this function multiple times has no harmful effect.
Arguments
- scon
- Pointer to a ScoreContext data structure. The mixer need not have been successfully initialized.
Return Value
This function returns a non-negative value if successful or an error code (a negative value) if an error occurs.
Implementation
Library call implemented in music.lib V20.
Associated Files
score.h, music.lib
See Also
InitScoreMixer
(), DeleteScoreContext()