Click or drag to resize
WebMReader Class
WebM container reader.
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 WebMReader : MatroskaReader

The WebMReader type exposes the following members.

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