C# Class 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.
ファイルを表示 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Methods

Method Description
ExportTable ( Stream Data ) : System
FindSubroutineForTrack ( uint TrackID ) : uint

Returns an subroutine address for a corresponding TrackID.

Method Details

ExportTable() public method

public ExportTable ( Stream Data ) : System
Data Stream
return System

FindSubroutineForTrack() public method

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.
return uint