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
显示文件 Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
SoundsAndHitlists List

Public Methods

Method Description
Dispose ( ) : void
HLS ( Stream Data ) : System

Protected Methods

Method Description
Dispose ( bool CleanUpNativeAndManagedResources ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool CleanUpNativeAndManagedResources ) : void
CleanUpNativeAndManagedResources bool
return void

HLS() public method

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

Property Details

SoundsAndHitlists public_oe property

public List SoundsAndHitlists
return List