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

Exibir arquivo Open project: scemino/nscumm

Public Properties

Property Type Description
chan ushort
index ushort
looping byte
note byte
pan byte
paused byte
priority uint
velo byte

Public Methods

Method Description
SaveOrLoad ( Serializer ser ) : void

Method Details

SaveOrLoad() public method

public SaveOrLoad ( Serializer ser ) : void
ser NScumm.Scumm.IO.Serializer
return void

Property Details

chan public_oe property

public ushort chan
return ushort

index public_oe property

public ushort index
return ushort

looping public_oe property

public byte looping
return byte

note public_oe property

public byte note
return byte

pan public_oe property

public byte pan
return byte

paused public_oe property

public byte paused
return byte

priority public_oe property

public uint priority
return uint

velo public_oe property

public byte velo
return byte