C# 클래스 NScumm.Core.Audio.SubSeekableAudioStream

상속: ISeekableAudioStream
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
Dispose ( ) : void
ReadBuffer ( short buffer, int count ) : int
Rewind ( ) : bool
Seek ( Timestamp where ) : bool
SubSeekableAudioStream ( ISeekableAudioStream parent, Timestamp start, Timestamp end, bool disposeAfterUse = true ) : System

보호된 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

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

SubSeekableAudioStream() 공개 메소드

public SubSeekableAudioStream ( ISeekableAudioStream parent, Timestamp start, Timestamp end, bool disposeAfterUse = true ) : System
parent ISeekableAudioStream
start Timestamp
end Timestamp
disposeAfterUse bool
리턴 System