C# Class NScumm.Core.Audio.Tfmx.MdatResource

显示文件 Open project: scemino/nscumm

Public Properties

Property Type Description
headerFlags ushort
macroOffset uint[]
mdatAlloc byte[]
mdatLen int
mdatOffset int
patternOffset uint[]
sfxTableOffset uint
subsong Subsong[]
trackstepOffset uint

Public Methods

Method Description
MdatResource ( ) : System.Diagnostics

Method Details

MdatResource() public method

public MdatResource ( ) : System.Diagnostics
return System.Diagnostics

Property Details

headerFlags public_oe property

public ushort headerFlags
return ushort

macroOffset public_oe property

public uint[] macroOffset
return uint[]

mdatAlloc public_oe property

allocated Block of Memory
public byte[] mdatAlloc
return byte[]

mdatLen public_oe property

public int mdatLen
return int

mdatOffset public_oe property

Start of mdat-File, might point before mdatAlloc to correct Offset
public int mdatOffset
return int

patternOffset public_oe property

public uint[] patternOffset
return uint[]

sfxTableOffset public_oe property

public uint sfxTableOffset
return uint

subsong public_oe property

public Subsong[] subsong
return Subsong[]

trackstepOffset public_oe property

public uint trackstepOffset
return uint