C# Class NScumm.Scumm.Audio.Players.Player_Towns.PcmCurrentSound

Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Свойство Type Description
chan ushort
index ushort
looping byte
note byte
pan byte
paused byte
priority uint
velo byte

Méthodes publiques

Méthode Description
SaveOrLoad ( Serializer ser ) : void

Method Details

SaveOrLoad() public méthode

public SaveOrLoad ( Serializer ser ) : void
ser NScumm.Scumm.IO.Serializer
Résultat void

Property Details

chan public_oe property

public ushort chan
Résultat ushort

index public_oe property

public ushort index
Résultat ushort

looping public_oe property

public byte looping
Résultat byte

note public_oe property

public byte note
Résultat byte

pan public_oe property

public byte pan
Résultat byte

paused public_oe property

public byte paused
Résultat byte

priority public_oe property

public uint priority
Résultat uint

velo public_oe property

public byte velo
Résultat byte