xoreos  0.0.5
Public Attributes | List of all members
Sound::SoundManager::Type Struct Reference

A sound type. More...

Collaboration diagram for Sound::SoundManager::Type:
Collaboration graph
[legend]

Public Attributes

float gain
 The sound type's current gain. More...
 
TypeList list
 The list of channels for that type. More...
 

Detailed Description

A sound type.

Definition at line 196 of file sound.h.

Member Data Documentation

◆ gain

float Sound::SoundManager::Type::gain

The sound type's current gain.

Definition at line 197 of file sound.h.

Referenced by Sound::SoundManager::playAudioStream(), Sound::SoundManager::setChannelGain(), and Sound::SoundManager::setTypeGain().

◆ list

TypeList Sound::SoundManager::Type::list

The list of channels for that type.

Definition at line 198 of file sound.h.

Referenced by Sound::SoundManager::freeChannel(), Sound::SoundManager::playAudioStream(), and Sound::SoundManager::setTypeGain().


The documentation for this struct was generated from the following file: