C# Class NScumm.Core.Audio.SubSeekableAudioStream

Inheritance: ISeekableAudioStream
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReadBuffer() public méthode

public ReadBuffer ( short buffer, int count ) : int
buffer short
count int
Résultat int

Rewind() public méthode

public Rewind ( ) : bool
Résultat bool

Seek() public méthode

public Seek ( Timestamp where ) : bool
where Timestamp
Résultat bool

SubSeekableAudioStream() public méthode

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