Barotrauma Client Doc
Barotrauma.Sounds.SoundSourcePool Class Reference
Inheritance diagram for Barotrauma.Sounds.SoundSourcePool:

Public Member Functions

 SoundSourcePool (int sourceCount=SoundManager.SOURCE_COUNT)
 
void Dispose ()
 

Properties

uint[] ALSources [get]
 

Detailed Description

Definition at line 8 of file SoundChannel.cs.

Constructor & Destructor Documentation

◆ SoundSourcePool()

Barotrauma.Sounds.SoundSourcePool.SoundSourcePool ( int  sourceCount = SoundManager.SOURCE_COUNT)

Definition at line 16 of file SoundChannel.cs.

Member Function Documentation

◆ Dispose()

void Barotrauma.Sounds.SoundSourcePool.Dispose ( )

Definition at line 65 of file SoundChannel.cs.

Property Documentation

◆ ALSources

uint [] Barotrauma.Sounds.SoundSourcePool.ALSources
get

Definition at line 10 of file SoundChannel.cs.