C# 클래스 NScumm.Core.Audio.Tfmx.MdatResource

파일 보기 프로젝트 열기: scemino/nscumm

공개 프로퍼티들

프로퍼티 타입 설명
headerFlags ushort
macroOffset uint[]
mdatAlloc byte[]
mdatLen int
mdatOffset int
patternOffset uint[]
sfxTableOffset uint
subsong Subsong[]
trackstepOffset uint

공개 메소드들

메소드 설명
MdatResource ( ) : System.Diagnostics

메소드 상세

MdatResource() 공개 메소드

public MdatResource ( ) : System.Diagnostics
리턴 System.Diagnostics

프로퍼티 상세

headerFlags 공개적으로 프로퍼티

public ushort headerFlags
리턴 ushort

macroOffset 공개적으로 프로퍼티

public uint[] macroOffset
리턴 uint[]

mdatAlloc 공개적으로 프로퍼티

allocated Block of Memory
public byte[] mdatAlloc
리턴 byte[]

mdatLen 공개적으로 프로퍼티

public int mdatLen
리턴 int

mdatOffset 공개적으로 프로퍼티

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

patternOffset 공개적으로 프로퍼티

public uint[] patternOffset
리턴 uint[]

sfxTableOffset 공개적으로 프로퍼티

public uint sfxTableOffset
리턴 uint

subsong 공개적으로 프로퍼티

public Subsong[] subsong
리턴 Subsong[]

trackstepOffset 공개적으로 프로퍼티

public uint trackstepOffset
리턴 uint