Class MediaBufferCollection<TBuffer, TBufferCollection, TFormat>
A media buffer collection.
Inheritance
System.Object
Collection<TBuffer, TBufferCollection>
MediaBufferCollection<TBuffer, TBufferCollection, TFormat>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |