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

Show file 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 property

public ushort chan
return ushort

index public property

public ushort index
return ushort

looping public property

public byte looping
return byte

note public property

public byte note
return byte

pan public property

public byte pan
return byte

paused public property

public byte paused
return byte

priority public property

public uint priority
return uint

velo public property

public byte velo
return byte