C# Class NScumm.Core.Audio.SubSeekableAudioStream

Inheritance: ISeekableAudioStream
ファイルを表示 Open project: scemino/nscumm

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

ReadBuffer() public method

public ReadBuffer ( short buffer, int count ) : int
buffer short
count int
return int

Rewind() public method

public Rewind ( ) : bool
return bool

Seek() public method

public Seek ( Timestamp where ) : bool
where Timestamp
return bool

SubSeekableAudioStream() public method

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