C# 클래스 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.
상속: IDisposable
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SoundsAndHitlists List

공개 메소드들

메소드 설명
Dispose ( ) : void
HLS ( Stream Data ) : System

보호된 메소드들

메소드 설명
Dispose ( bool CleanUpNativeAndManagedResources ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool CleanUpNativeAndManagedResources ) : void
CleanUpNativeAndManagedResources bool
리턴 void

HLS() 공개 메소드

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

프로퍼티 상세

SoundsAndHitlists 공개적으로 프로퍼티

public List SoundsAndHitlists
리턴 List