Click or drag to resize
MP4StreamReader Methods

The MP4StreamReader type exposes the following members.

Methods
  NameDescription
Public methodAdvance
Public methodGetSample
Public methodReadByte
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
.
Public methodReadInt32
Public methodReadInt64
Public methodReadShort
Public methodReadString
Public methodReadUnsignedInt24
Public methodReadUnsignedInt32
Public methodReadUnsignedInt32Buffer
Public methodReadUnsignedInt32Variable
Reads variable length input 1..4 bytes and returns uint
Public methodReadUnsignedInt64
Public methodReadUShort
Public methodReadUShortBuffer
Public methodReadZeroTerminatedByteArraySafe
Public methodReadZeroTerminatedUTF8
Public methodReadZeroTerminatedUTF8Safe
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also