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.
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Méthode Description
ExportTable ( Stream Data ) : System
FindSubroutineForTrack ( uint TrackID ) : uint

Returns an subroutine address for a corresponding TrackID.

Method Details

ExportTable() public méthode

public ExportTable ( Stream Data ) : System
Data Stream
Résultat System

FindSubroutineForTrack() public méthode

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.
Résultat uint