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