MP4StreamReaderReadByteBuffer Method (Int64) |
Reads a number of bytes into a newly created buffer. The returned buffer will have the
size of the passed
parameter. EOS will be set if the number of bytes
read equals zero or is less than
.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic byte[] ReadByteBuffer(
long size
)
Public Function ReadByteBuffer (
size As Long
) As Byte()
public:
array<unsigned char>^ ReadByteBuffer(
long long size
)
member ReadByteBuffer :
size : int64 -> byte[]
Parameters
- size
- Type: SystemInt64
The number of bytes to read.
Return Value
Type:
Byte
An array of byte.
See Also