Click or drag to resize
IWriter Interface
Interface for streamWriter. This interface is used by all containers that write to a stream.

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

The IWriter type exposes the following members.

Methods
  NameDescription
Public methodAddTrack
Adds a track.
Public methodEndTrack
Ends a track.
Public methodInit(Stream)
Initializes the writer with an already existing stream.
Public methodInit(String)
Initialises this object.
Public methodWriteTrack
Writes buffer to a track.
Top
See Also

Reference

SystemIDisposable