Closes a music channel.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" int CA_Close_Music_Channel ( CHANNEL_INFO_ST * chan_info_sp )
This subroutine closes a music channel previously opened using the CA_Open_Music_Channel() call. Applications using background music played on this channel will not know that the music has been stopped, but a caller listening to background music may notice that it has stopped.
CA_CHANNEL_NOT_OPEN
CA_FUNC_FAILED
CA_INV_ADDR
CA_INV_CHANNEL
CA_INTERNAL_FD_ERROR
CA_INTERNAL_CHANNEL_MODE_ERROR
CA_NOT_CHANNEL_OWNER
CA_NOT_INIT
CA_TERMINATING