void AUDDSpeakerChannel_MuteChanged (AUDDSpeakerChannel *channel, unsigned char muted) |
Name | Type | Default | Description |
channel | AUDDSpeakerChannel * |
Pointer to an AUDDSpeakerChannel instance. |
|
muted | unsigned char |
Indicates the new mute status of the channel. |
Variants | Brief description |
(AUDDSpeakerChannel *, unsigned char) | Invoked when an audio channel get muted or unmuted. |