# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLSOUND::CBackgroundSound::TSoundInfo Struct Reference

Associtation clas for storage of sound / filter. More...

#include <background_sound.h>

List of all members.

Public Methods

void serial (NLMISC::IStream &s)

Public Attributes

std::string SoundName
uint32 FilterFadeIn
 Fade in length (ms) after environnement filter end. More...

uint32 FilterFadeOut
 Fade out length (ms) after environnement filter start. More...

UAudioMixer::TBackgroundFlags Filter


Detailed Description

Associtation clas for storage of sound / filter.

If flag is not set, then the sound cannot be played when the environnement status is on. Ex : if Night is not set, then the sound is not played during the night.

Definition at line 96 of file background_sound.h.


Member Function Documentation

void NLSOUND::CBackgroundSound::TSoundInfo::serial NLMISC::IStream   s [inline]
 

Definition at line 105 of file background_sound.h.

References Filter, FilterFadeIn, FilterFadeOut, s, NLMISC::IStream::serial, and SoundName.


Member Data Documentation

UAudioMixer::TBackgroundFlags NLSOUND::CBackgroundSound::TSoundInfo::Filter
 

Definition at line 103 of file background_sound.h.

Referenced by serial.

uint32 NLSOUND::CBackgroundSound::TSoundInfo::FilterFadeIn
 

Fade in length (ms) after environnement filter end.

Definition at line 100 of file background_sound.h.

Referenced by serial.

uint32 NLSOUND::CBackgroundSound::TSoundInfo::FilterFadeOut
 

Fade out length (ms) after environnement filter start.

Definition at line 102 of file background_sound.h.

Referenced by serial.

std::string NLSOUND::CBackgroundSound::TSoundInfo::SoundName
 

Definition at line 98 of file background_sound.h.

Referenced by serial.


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