C# Класс NScumm.Core.Audio.SubSeekableAudioStream

Наследование: ISeekableAudioStream
Показать файл Открыть проект

Открытые методы

Метод Описание
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