MediaBufferCollectionT Constructor (IProducerConsumerCollectionT, Int32) |
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public MediaBufferCollection(
IProducerConsumerCollection<T> collection,
int boundedCapacity
)
Public Sub New (
collection As IProducerConsumerCollection(Of T),
boundedCapacity As Integer
)
public:
MediaBufferCollection(
IProducerConsumerCollection<T>^ collection,
int boundedCapacity
)
new :
collection : IProducerConsumerCollection<'T> *
boundedCapacity : int -> MediaBufferCollection
Parameters
- collection
- Type: System.Collections.ConcurrentIProducerConsumerCollectionT
- boundedCapacity
- Type: SystemInt32
See Also