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

Public Member Functions

 MyInMemoryWave (MySoundData cue, string path, MyWaveBank owner, bool streamed=false)
 
void Dereference ()
 
void Dispose ()
 
void Reference ()
 

Properties

WaveFormat WaveFormat [get]
 
SoundStream Stream [get]
 
AudioBuffer Buffer [get]
 
bool Streamed [get]
 

Detailed Description

Definition at line 10 of file MyInMemoryWave.cs.

Constructor & Destructor Documentation

VRage.Audio.MyInMemoryWave.MyInMemoryWave ( MySoundData  cue,
string  path,
MyWaveBank  owner,
bool  streamed = false 
)
inline

Definition at line 26 of file MyInMemoryWave.cs.

Member Function Documentation

void VRage.Audio.MyInMemoryWave.Dereference ( )
inline

Definition at line 50 of file MyInMemoryWave.cs.

void VRage.Audio.MyInMemoryWave.Dispose ( )
inline

Definition at line 56 of file MyInMemoryWave.cs.

void VRage.Audio.MyInMemoryWave.Reference ( )
inline

Definition at line 70 of file MyInMemoryWave.cs.

Property Documentation

AudioBuffer VRage.Audio.MyInMemoryWave.Buffer
get

Definition at line 22 of file MyInMemoryWave.cs.

SoundStream VRage.Audio.MyInMemoryWave.Stream
get

Definition at line 21 of file MyInMemoryWave.cs.

bool VRage.Audio.MyInMemoryWave.Streamed
get

Definition at line 24 of file MyInMemoryWave.cs.

WaveFormat VRage.Audio.MyInMemoryWave.WaveFormat
get

Definition at line 20 of file MyInMemoryWave.cs.


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