Метод | Описание | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public ReadBuffer ( short buffer, int count ) : int | ||
buffer | short | |
count | int | |
Результат | int |
public SubSeekableAudioStream ( ISeekableAudioStream parent, Timestamp start, Timestamp end, bool disposeAfterUse = true ) : System | ||
parent | ISeekableAudioStream | |
start | Timestamp | |
end | Timestamp | |
disposeAfterUse | bool | |
Результат | System |