Click or drag to resize

LameMP3FileWriter Properties

The LameMP3FileWriter type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Write-only stream. Always false.
(Overrides StreamCanRead.)
Public propertyCanSeek
Non-seekable stream. Always false.
(Overrides StreamCanSeek.)
Public propertyCanWrite
True when encoder can accept more data
(Overrides StreamCanWrite.)
Public propertyLength
Dummy Length. Always 0.
(Overrides StreamLength.)
Public propertyPosition
Dummy Position. Always 0.
(Overrides StreamPosition.)
Top
See Also