DashReader ClassMediaSuite 3.1.1889.0
An MPEG-DASH specific reader that takes the Stream (InjectableStream) from a DashMediaPresentation.
Inheritance Hierarchy

SystemObject
  StreamCoders.DashDashReader

Namespace: StreamCoders.Dash
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax

public class DashReader : IReader, IDisposable

The DashReader type exposes the following members.

Constructors

  NameDescription
Public methodDashReader
Initializes a new instance of the DashReader class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the DashReader
Public methodGetNextFrame
Public methodGetTrackStatus
Public methodInit(Stream)
Public methodInit(String)
Currently not supported. The application must provide a 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
Properties

  NameDescription
Public propertyPosition
Public propertyTracks
Top
See Also

Reference