C# Class NScumm.Scumm.Smush.ImuseChannel

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
Decode ( ) : void
GetParameters ( bool &stereo, bool &is_16bit, int &vol, int &pan ) : bool
GetSoundData ( ) : byte[]
ImuseChannel ( int track ) : System
SetParameters ( int nb, int size, int flags, int unk1, int tmp ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
HandleMap ( byte data ) : 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

Decode() public méthode

public Decode ( ) : void
Résultat void

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

ImuseChannel() public méthode

public ImuseChannel ( int track ) : System
track int
Résultat System

SetParameters() public méthode

public SetParameters ( int nb, int size, int flags, int unk1, int tmp ) : bool
nb int
size int
flags int
unk1 int
tmp int
Résultat bool