Click or drag to resize
EbmlReader Class
Implements reading of EBML streams.
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerEbmlReader

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class EbmlReader

The EbmlReader type exposes the following members.

Constructors
  NameDescription
Public methodEbmlReader
Initializes a new instance of the EbmlReader class
Top
Properties
Methods
  NameDescription
Public methodGetBytesRead
Public methodGetRelativePositionTo
Gets a relative position to an arbitrary file offset.
Public methodReadByte
Public methodReadBytes
Public methodReadDataFloat
Reads either 4 or 8 byte floating point.
Public methodReadDataInt(Int32)
Public methodReadDataInt(Int64)
Public methodReadFixedInt
This is to facilitate unsigned fixed length primitives such as: int8 or sint16.
Public methodReadFixedSInt
This is to facilitate signed fixed length primitives such as: int8 or sint16.
Public methodReadId
Public methodReadVInt
Reads an unsigned VInt from stream.
Public methodReadVsInt
Reads a signed VInt from stream.
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
Remarks
See [!:http://ebml.sourceforge.net/] for more information.
See Also