MP4StreamReaderReadBuffer Method (Int64)MediaSuite 3.1.1889.0
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[] ReadBuffer(
	long size
)

Parameters

size
Type: SystemInt64
The number of bytes to read.

Return Value

Type: Byte
An array of byte.
See Also

Reference