C# 클래스 Files.AudioLogic.ExportTable

The export table was introduced into the HIT format in TSO. The HIT export table exports subroutines to handle the kSndobPlay events for tracks.
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 메소드들

메소드 설명
ExportTable ( Stream Data ) : System
FindSubroutineForTrack ( uint TrackID ) : uint

Returns an subroutine address for a corresponding TrackID.

메소드 상세

ExportTable() 공개 메소드

public ExportTable ( Stream Data ) : System
Data Stream
리턴 System

FindSubroutineForTrack() 공개 메소드

Returns an subroutine address for a corresponding TrackID.
public FindSubroutineForTrack ( uint TrackID ) : uint
TrackID uint ID of the track for which to find a subroutine.
리턴 uint