Space Engineers
Public Member Functions | Properties | List of all members
VRage.Audio.MyWaveBank Class Reference
Inheritance diagram for VRage.Audio.MyWaveBank:

Public Member Functions

bool Add (MySoundData cue, MyAudioWave cueWave)
 
void Dispose ()
 
MyInMemoryWave GetWave (string filename)
 
MyInMemoryWave GetStreamedWave (string filename, MySoundData cue, MySoundDimensions dim=MySoundDimensions.D2)
 
List< MyWaveFormatGetWaveFormats ()
 

Properties

int Count [get]
 

Detailed Description

Definition at line 10 of file MyWaveBank.cs.

Member Function Documentation

bool VRage.Audio.MyWaveBank.Add ( MySoundData  cue,
MyAudioWave  cueWave 
)
inline

Definition at line 16 of file MyWaveBank.cs.

void VRage.Audio.MyWaveBank.Dispose ( )
inline

Definition at line 117 of file MyWaveBank.cs.

MyInMemoryWave VRage.Audio.MyWaveBank.GetStreamedWave ( string  filename,
MySoundData  cue,
MySoundDimensions  dim = MySoundDimensions.D2 
)
inline

Definition at line 136 of file MyWaveBank.cs.

MyInMemoryWave VRage.Audio.MyWaveBank.GetWave ( string  filename)
inline

Definition at line 126 of file MyWaveBank.cs.

List<MyWaveFormat> VRage.Audio.MyWaveBank.GetWaveFormats ( )
inline

Definition at line 216 of file MyWaveBank.cs.

Property Documentation

int VRage.Audio.MyWaveBank.Count
get

Definition at line 14 of file MyWaveBank.cs.


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