C# Class NScumm.Core.Audio.Paula.Channel

显示文件 Open project: scemino/nscumm

Public Properties

Property Type Description
data byte[]
dataRepeat byte[]
dmaCount int
length int
lengthRepeat int
offset Offset
panning byte
period short
volume byte

Property Details

data public_oe property

public byte[] data
return byte[]

dataRepeat public_oe property

public byte[] dataRepeat
return byte[]

dmaCount public_oe property

public int dmaCount
return int

length public_oe property

public int length
return int

lengthRepeat public_oe property

public int lengthRepeat
return int

offset public_oe property

public Offset offset
return Offset

panning public_oe property

public byte panning
return byte

period public_oe property

public short period
return short

volume public_oe property

public byte volume
return byte