Click or drag to resize
IReader Interface
Interface for container readers.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface IReader : IDisposable

The IReader type exposes the following members.

Properties
  NameDescription
Public propertyPosition
Gets or sets the position.
Public propertyTracks
Gets the tracks.
Top
Methods
  NameDescription
Public methodGetNextFrame
Gets the next frame.
Public methodGetTrackStatus
Gets the status of a trackInfo.
Public methodInit(Stream)
Initialises this instance given a stream.
Public methodInit(String)
Initialises this instance given a filename.
Top
See Also

Reference

SystemIDisposable