Class StreamingAudioAggregatorBase<TAudioData>
Inheritance
StreamingAudioAggregatorBase<TAudioData>
Assembly: Glitch9.IO.dll
Syntax
public abstract class StreamingAudioAggregatorBase<TAudioData> : IStreamAggregator<TAudioData> where TAudioData : IAudioBuffer
Type Parameters
| Name |
Description |
| TAudioData |
|
Constructors
|
Edit this page
View Source
StreamingAudioAggregatorBase(int, bool, bool)
Declaration
protected StreamingAudioAggregatorBase(int initialCapacitySamples = 8192, bool useArrayPool = true, bool strictFormat = true)
Parameters
| Type |
Name |
Description |
| int |
initialCapacitySamples |
|
| bool |
useArrayPool |
|
| bool |
strictFormat |
|
Methods
|
Edit this page
View Source
Aggregate(DeltaToken<TAudioData>)
Declaration
public IEnumerable<DeltaToken<TAudioData>> Aggregate(DeltaToken<TAudioData> @in)
Parameters
Returns
Implements
Extension Methods