| MediaBufferCollectionT Constructor (Int32) | 
 
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
 Syntax
Syntaxpublic MediaBufferCollection(
	int boundedCapacity
)
Public Sub New ( 
	boundedCapacity As Integer
)
public:
MediaBufferCollection(
	int boundedCapacity
)
new : 
        boundedCapacity : int -> MediaBufferCollectionParameters
- boundedCapacity
- Type: SystemInt32
 
 See Also
See Also