Click or drag to resize
MP4StreamReaderReadByteBuffer Method
Overload List
  NameDescription
Public methodReadByteBuffer(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 methodReadByteBuffer(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 methodReadByteBuffer(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