MP4StreamReaderReadBuffer Method MediaSuite 3.1.1889.0
Overload List

  NameDescription
Public methodReadBuffer(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
.
Public methodReadBuffer(Int64)
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
.
Public methodReadBuffer(Int32, 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
.
Top
See Also

Reference