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

This is a stream, which allows for playing raw PCM data from a stream.
상속: ISeekableAudioStream
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
RawStream ( AudioFlags flags, int rate, bool disposeStream, Stream stream ) : System
ReadBuffer ( short buffer, int count ) : int
Rewind ( ) : bool
Seek ( Timestamp wh ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
FillBuffer ( int maxSamples ) : int
ReadEndianSample ( byte ptr, int offset ) : short

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

RawStream() 공개 메소드

public RawStream ( AudioFlags flags, int rate, bool disposeStream, Stream stream ) : System
flags AudioFlags
rate int
disposeStream bool
stream Stream
리턴 System

ReadBuffer() 공개 메소드

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

Rewind() 공개 메소드

public Rewind ( ) : bool
리턴 bool

Seek() 공개 메소드

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