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

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

public byte[] data
return byte[]

dataRepeat public property

public byte[] dataRepeat
return byte[]

dmaCount public property

public int dmaCount
return int

length public property

public int length
return int

lengthRepeat public property

public int lengthRepeat
return int

offset public property

public Offset offset
return Offset

panning public property

public byte panning
return byte

period public property

public short period
return short

volume public property

public byte volume
return byte