C# 클래스 NScumm.Core.Audio.Decoders.VocStream

상속: IAudioStream, IDisposable
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckVOCHeader bool
FillBuffer int
PreProcess void
UpdateBlockIfNeeded void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetSampleRateFromVOCRate ( int vocSR ) : int
ReadBuffer ( short buffer, int count ) : int
Rewind ( ) : bool
Seek ( Timestamp where ) : bool
Seek ( int where ) : bool
VocStream ( Stream stream, bool isUnsigned ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckVOCHeader ( ) : bool
FillBuffer ( int maxSamples ) : int
PreProcess ( ) : void
UpdateBlockIfNeeded ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetSampleRateFromVOCRate() 공개 정적인 메소드

public static GetSampleRateFromVOCRate ( int vocSR ) : int
vocSR int
리턴 int

ReadBuffer() 공개 메소드

public ReadBuffer ( short buffer, int count ) : int
buffer short
count int
리턴 int

Rewind() 공개 메소드

public Rewind ( ) : bool
리턴 bool

Seek() 공개 메소드

public Seek ( Timestamp where ) : bool
where Timestamp
리턴 bool

Seek() 공개 메소드

public Seek ( int where ) : bool
where int
리턴 bool

VocStream() 공개 메소드

public VocStream ( Stream stream, bool isUnsigned ) : System
stream Stream
isUnsigned bool
리턴 System