MediaBufferT Constructor (Int32) |
Creates a buffer of type T with certain size.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public MediaBuffer(
int size
)
Public Sub New (
size As Integer
)
public:
MediaBuffer(
int size
)
new :
size : int -> MediaBuffer
Parameters
- size
- Type: SystemInt32
SizeIncludingHeader of buffer to create.
See Also