C# Class NScumm.Scumm.Smush.SaudChannel

Inheritance: SmushChannel
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
AppendData ( BinaryReader b, int size ) : bool
CheckParameters ( int index, int nb, int flags, int volume, int pan ) : bool
GetParameters ( bool &stereo, bool &is_16bit, int &vol, int &pan ) : bool
GetSoundData ( ) : byte[]
SaudChannel ( int trackId ) : System
SetParameters ( int nb, int flags, int volume, int pan, int index ) : bool

Méthodes protégées

Méthode Description
HandleSubTags ( int &offset ) : bool

Method Details

AppendData() public méthode

public AppendData ( BinaryReader b, int size ) : bool
b System.IO.BinaryReader
size int
Résultat bool

CheckParameters() public méthode

public CheckParameters ( int index, int nb, int flags, int volume, int pan ) : bool
index int
nb int
flags int
volume int
pan int
Résultat bool

GetParameters() public méthode

public GetParameters ( bool &stereo, bool &is_16bit, int &vol, int &pan ) : bool
stereo bool
is_16bit bool
vol int
pan int
Résultat bool

GetSoundData() public méthode

public GetSoundData ( ) : byte[]
Résultat byte[]

HandleSubTags() protected méthode

protected HandleSubTags ( int &offset ) : bool
offset int
Résultat bool

SaudChannel() public méthode

public SaudChannel ( int trackId ) : System
trackId int
Résultat System

SetParameters() public méthode

public SetParameters ( int nb, int flags, int volume, int pan, int index ) : bool
nb int
flags int
volume int
pan int
index int
Résultat bool