chunkVolume - multiple declarations

Function chunkVolume

Gets the volume that all chunks will play at Chunks are all at the same volume; there is no implementation to control the volume of an individual chunk TODO possibly implement Mix_VolumeChunk?

int chunkVolume() @property;

Function chunkVolume

Sets the volume that all chunks will play at Chunks are all at the same volume; there is no implementation to control the volume of an individual chunk TODO possibly implement Mix_VolumeChunk?

void chunkVolume (
  int volume
) @property;