C# Class Files.AudioLogic.HLS

HLS refers to two binary formats that both define a list of IDs, known as a hitlist. One format is a Pascal string with a 4-byte, little-endian length, representing a comma-seperated list of decimal values, or decimal ranges (e.g. "1025-1035"), succeeded by a single LF newline.
Inheritance: IDisposable
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Свойство Type Description
SoundsAndHitlists List

Méthodes publiques

Méthode Description
Dispose ( ) : void
HLS ( Stream Data ) : System

Méthodes protégées

Méthode Description
Dispose ( bool CleanUpNativeAndManagedResources ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool CleanUpNativeAndManagedResources ) : void
CleanUpNativeAndManagedResources bool
Résultat void

HLS() public méthode

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

Property Details

SoundsAndHitlists public_oe property

public List SoundsAndHitlists
Résultat List