Click or drag to resize
MatroskaReader Class
Matroska file format reader.

Supported Video codecs: H.265/HEVC, H.264/AVC, VP8, VP9

Supported Audio codecs: Vorbis, AAC, AC3, DTS, MPEG1-L3, MPEG1-L2

Supported Subtitles: Utf8

Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerMatroskaReader
    StreamCoders.ContainerWebMReader

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class MatroskaReader : IReader, 
	IDisposable

The MatroskaReader type exposes the following members.

Constructors
  NameDescription
Public methodMatroskaReader
Initializes a new instance of the MatroskaReader class
Top
Properties
  NameDescription
Public propertyPosition
Gets or sets the position in the container in seconds.
Public propertyTracks
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the MatroskaReader
Public methodGetNextFrame
Gets the next frame.
Public methodGetTrackStatus
Public methodInit(Stream)
Public methodInit(String)
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