Click or drag to resize
AVIReader Class
The AVI file reader supports reading audio and video frames from an AVI container.
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerAVIReader

Namespace: StreamCoders.Container
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class AVIReader : IReader

The AVIReader type exposes the following members.

Constructors
  NameDescription
Public methodAVIReader
Default constructor.
Top
Properties
  NameDescription
Public propertyPosition
Get/Set the current position within a file in time Units.
Public propertyTracks
Gets or sets the tracks found in the container.
Top
Methods
  NameDescription
Public methodDispose
Destructor.
Public methodGetNextFrame
Gets the next data from a track.
Public methodGetTrackStatus
Gets the track status.
Public methodInit(Stream)
Not supported. Use Init(string) instead.
Public methodInit(String)
Initializes Reader.
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