Class PooledBytesToStreamingAudioDecoder<TAudioData, TDecoder>
Inheritance
PooledBytesToStreamingAudioDecoder<TAudioData, TDecoder>
Assembly: Glitch9.IO.dll
Syntax
public sealed class PooledBytesToStreamingAudioDecoder<TAudioData, TDecoder> : IStreamStage<PooledBytes, TAudioData> where TAudioData : IAudioBuffer
Type Parameters
| Name |
Description |
| TAudioData |
|
| TDecoder |
|
Constructors
|
Edit this page
View Source
PooledBytesToStreamingAudioDecoder(IStreamingAudioDecoder<TAudioData>)
Declaration
public PooledBytesToStreamingAudioDecoder(IStreamingAudioDecoder<TAudioData> decoder)
Parameters
Methods
|
Edit this page
View Source
Process(DeltaToken<PooledBytes>)
Declaration
public IEnumerable<DeltaToken<TAudioData>> Process(DeltaToken<PooledBytes> input)
Parameters
Returns
Implements
Extension Methods