HGE::Music_GetChannelVolume

Returns volume of a specific channel in a music.

int Music_GetChannelVolume(
  HMUSIC music,
  int channel
);

Parameters

music
Handle of a music.
channel
Number of channel to query.

Return value

Current volume of the channel, 0..100.

Requirements

Header: hge.h
Import library: hge.lib

See also

Music_SetChannelVolume, Music_SetInstrVolume, Music_GetInstrVolume