ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
volume_type.hpp File Reference

Volume category enumeration for audio mixing and per-channel gain control. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toy
 Root namespace containing all engine modules.
namespace  toy::audio
 Audio types and utilities: volume categories, mixing, and related APIs.

Enumerations

enum class  toy::audio::VolumeType : uint8_t { toy::audio::Music , toy::audio::Sound , toy::audio::Voice }
 Volume category for audio mixing. More...

Detailed Description

Volume category enumeration for audio mixing and per-channel gain control.

Defines toy::audio::VolumeType.

Note
Included by audio.hpp; do not include this file directly.