Class MediaBufferCollection<TBuffer, TBufferCollection, TFormat>
A media buffer collection.
Inheritance
System.Object
Collection<TBuffer, TBufferCollection>
MediaBufferCollection<TBuffer, TBufferCollection, TFormat>
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class MediaBufferCollection<TBuffer, TBufferCollection, TFormat> : Collection<TBuffer, TBufferCollection> where TBuffer : MediaBuffer<TFormat, TBuffer> where TBufferCollection : MediaBufferCollection<TBuffer, TBufferCollection, TFormat> where TFormat : MediaFormat<TFormat>
Type Parameters
Name | Description |
---|---|
TBuffer | The type of the buffer. |
TBufferCollection | The type of the buffer collection |
TFormat | The type of the format. |