Method | Description | |
---|---|---|
GetChannelBalance ( |
||
GetChannelVolume ( |
||
GetSoundElapsedTime ( |
||
GetVolumeForSoundType ( SoundType type ) : int | ||
HasActiveChannelOfType ( SoundType type ) : bool | ||
IsSoundHandleActive ( |
||
IsSoundIdActive ( int id ) : bool | ||
IsSoundTypeMuted ( SoundType type ) : bool | ||
Mixer ( int sampleRate ) : System | ||
PauseAll ( bool pause ) : void | ||
PauseHandle ( |
||
PauseId ( int id, bool paused ) : void | ||
PlayStream ( SoundType type, IAudioStream stream, int id = -1, int volume = 255, int balance, bool autofreeStream = true, bool permanent = false, bool reverseStereo = false ) : |
||
Read ( short samples, int count ) : int | ||
SetChannelBalance ( |
||
SetChannelVolume ( |
||
StopAll ( ) : void | ||
StopHandle ( |
||
StopID ( int id ) : void |
Method | Description | |
---|---|---|
GetElapsedTime ( |
||
InsertChannel ( Channel chan ) : |
public GetChannelBalance ( |
||
handle | ||
return | int |
public GetChannelVolume ( |
||
handle | ||
return | int |
public GetSoundElapsedTime ( |
||
handle | ||
return | int |
public GetVolumeForSoundType ( SoundType type ) : int | ||
type | SoundType | |
return | int |
public HasActiveChannelOfType ( SoundType type ) : bool | ||
type | SoundType | |
return | bool |
public IsSoundHandleActive ( |
||
handle | ||
return | bool |
public IsSoundTypeMuted ( SoundType type ) : bool | ||
type | SoundType | |
return | bool |
public PauseHandle ( |
||
handle | ||
paused | bool | |
return | void |
public PauseId ( int id, bool paused ) : void | ||
id | int | |
paused | bool | |
return | void |
public PlayStream ( SoundType type, IAudioStream stream, int id = -1, int volume = 255, int balance, bool autofreeStream = true, bool permanent = false, bool reverseStereo = false ) : |
||
type | SoundType | |
stream | IAudioStream | |
id | int | |
volume | int | |
balance | int | |
autofreeStream | bool | |
permanent | bool | |
reverseStereo | bool | |
return |
public Read ( short samples, int count ) : int | ||
samples | short | |
count | int | |
return | int |
public SetChannelBalance ( |
||
handle | ||
balance | int | |
return | void |
public SetChannelVolume ( |
||
handle | ||
volume | int | |
return | void |
public StopHandle ( |
||
handle | ||
return | void |