Click or drag to resize
MediaBufferT Constructor (Int32)
Creates a buffer of type T with certain size.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBuffer(
	int size
)

Parameters

size
Type: SystemInt32
SizeIncludingHeader of buffer to create.
See Also