C# Class NScumm.Scumm.Audio.Players.Player_AppleII

Inheritance: IMusicEngine, IAudioStream
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Private Properties

Свойство Type Description
UpdateSound bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
GenerateSamples ( int cycles ) : void
GetMusicTimer ( ) : int
GetSoundStatus ( int nr ) : int
IMusicEngine ( Serializer serializer ) : void
Player_AppleII ( ScummEngine scumm, IMixer mixer ) : System
ReadBuffer ( short buffer, int count ) : int
ResetState ( ) : void
SetMusicVolume ( int vol ) : void
SetSampleRate ( int rate ) : void
SpeakerToggle ( ) : void
StartSound ( int nr ) : void
StopAllSounds ( ) : void
StopSound ( int nr ) : void
Wait ( int interval, int count ) : void

Private Methods

Méthode Description
UpdateSound ( ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GenerateSamples() public méthode

public GenerateSamples ( int cycles ) : void
cycles int
Résultat void

GetMusicTimer() public méthode

public GetMusicTimer ( ) : int
Résultat int

GetSoundStatus() public méthode

public GetSoundStatus ( int nr ) : int
nr int
Résultat int

IMusicEngine() public méthode

public IMusicEngine ( Serializer serializer ) : void
serializer NScumm.Scumm.IO.Serializer
Résultat void

Player_AppleII() public méthode

public Player_AppleII ( ScummEngine scumm, IMixer mixer ) : System
scumm ScummEngine
mixer IMixer
Résultat System

ReadBuffer() public méthode

public ReadBuffer ( short buffer, int count ) : int
buffer short
count int
Résultat int

ResetState() public méthode

public ResetState ( ) : void
Résultat void

SetMusicVolume() public méthode

public SetMusicVolume ( int vol ) : void
vol int
Résultat void

SetSampleRate() public méthode

public SetSampleRate ( int rate ) : void
rate int
Résultat void

SpeakerToggle() public méthode

public SpeakerToggle ( ) : void
Résultat void

StartSound() public méthode

public StartSound ( int nr ) : void
nr int
Résultat void

StopAllSounds() public méthode

public StopAllSounds ( ) : void
Résultat void

StopSound() public méthode

public StopSound ( int nr ) : void
nr int
Résultat void

Wait() public méthode

public Wait ( int interval, int count ) : void
interval int
count int
Résultat void