Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Engine.Audio.MySourceVoicePool Class Reference

Public Member Functions

 MySourceVoicePool (XAudio2 audioEngine, WaveFormat waveformat, MyCueBank owner)
 
void SetAudioEngine (XAudio2 audioEngine)
 
MySourceVoice NextAvailable ()
 
void OnStopPlaying (MySourceVoice voice)
 
void Update ()
 
void AddToFadeoutList (MySourceVoice voice)
 
bool IsPlayingHudSounds ()
 
void WritePlayingDebugInfo (StringBuilder stringBuilder)
 
void WritePausedDebugInfo (StringBuilder stringBuilder)
 

Properties

WaveFormat WaveFormat [get]
 

Detailed Description

Definition at line 17 of file MySourceVoicePool.cs.

Constructor & Destructor Documentation

Sandbox.Engine.Audio.MySourceVoicePool.MySourceVoicePool ( XAudio2  audioEngine,
WaveFormat  waveformat,
MyCueBank  owner 
)
inline

Definition at line 29 of file MySourceVoicePool.cs.

Member Function Documentation

void Sandbox.Engine.Audio.MySourceVoicePool.AddToFadeoutList ( MySourceVoice  voice)
inline

Definition at line 97 of file MySourceVoicePool.cs.

bool Sandbox.Engine.Audio.MySourceVoicePool.IsPlayingHudSounds ( )
inline

Definition at line 102 of file MySourceVoicePool.cs.

MySourceVoice Sandbox.Engine.Audio.MySourceVoicePool.NextAvailable ( )
inline

Definition at line 52 of file MySourceVoicePool.cs.

void Sandbox.Engine.Audio.MySourceVoicePool.OnStopPlaying ( MySourceVoice  voice)
inline

Definition at line 68 of file MySourceVoicePool.cs.

void Sandbox.Engine.Audio.MySourceVoicePool.SetAudioEngine ( XAudio2  audioEngine)
inline

Definition at line 40 of file MySourceVoicePool.cs.

void Sandbox.Engine.Audio.MySourceVoicePool.Update ( )
inline

Definition at line 77 of file MySourceVoicePool.cs.

void Sandbox.Engine.Audio.MySourceVoicePool.WritePausedDebugInfo ( StringBuilder  stringBuilder)
inline

Definition at line 159 of file MySourceVoicePool.cs.

void Sandbox.Engine.Audio.MySourceVoicePool.WritePlayingDebugInfo ( StringBuilder  stringBuilder)
inline

Definition at line 148 of file MySourceVoicePool.cs.

Property Documentation

WaveFormat Sandbox.Engine.Audio.MySourceVoicePool.WaveFormat
get

Definition at line 27 of file MySourceVoicePool.cs.


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