Interface IStreamingAudioDecoder<TDelta>
Namespace: Glitch9.IO.Audio
Assembly: Glitch9.IO.dll
Syntax
public interface IStreamingAudioDecoder<out TDelta> where TDelta : IAudioBuffer
Type Parameters
| Name | Description |
|---|---|
| TDelta |
Methods
| Edit this page View SourceDecode(PooledBytes)
Declaration
TDelta Decode(PooledBytes bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| PooledBytes | bytes |
Returns
| Type | Description |
|---|---|
| TDelta |