Click or drag to resize
MediaBufferCollectionT Constructor (IProducerConsumerCollectionT, Int32)

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBufferCollection(
	IProducerConsumerCollection<T> collection,
	int boundedCapacity
)

Parameters

collection
Type: System.Collections.ConcurrentIProducerConsumerCollectionT
boundedCapacity
Type: SystemInt32
See Also