Click or drag to resize

Mp3FileReader Properties

The Mp3FileReader type exposes the following members.

Properties
 NameDescription
Public propertyCanRead Gets a value indicating whether the current stream supports reading.
(Inherited from WaveFileStream)
Public propertyCanSeek Gets a value indicating whether the current stream supports seeking.
(Inherited from WaveFileStream)
Public propertyCanWrite Gets a value indicating whether the current stream supports writing.
(Inherited from WaveFileStream)
Public propertyFormat Gets the AudioWaveFormat of the wave stream.
(Inherited from WaveFileStream)
Public propertyId3v1Tag ID3v1 tag if present
Public propertyLength This is the length in bytes of data available to be read out from the Read method (i.e. the decompressed MP3 length) n.b. this may return 0 for files whose length is unknown
(Overrides WaveFileStreamLength)
Public propertyMp3AudioWaveFormat The MP3 wave format (n.b. NOT the output format of this stream - see the AudioWaveFormat property)
Public propertyPositionPosition
(Overrides WaveFileStreamPosition)
Public propertyXingHeader Xing header if present
Top
See Also