Click or drag to resize
MP4StreamReaderReadByteBuffer Method (Int32)
Reads a number of bytes into a newly created buffer. The returned buffer will have the size of the passed
size
parameter. EOS will be set if the number of bytes read equals zero or is less than
size
.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public byte[] ReadByteBuffer(
	int size
)

Parameters

size
Type: SystemInt32
The number of bytes to read.

Return Value

Type: Byte
An array of byte.
See Also