Mp3FileReader Properties |
The Mp3FileReader type exposes the following members.
Name | Description | |
---|---|---|
CanRead |
Gets a value indicating whether the current stream supports reading.
(Inherited from WaveFileStream.) | |
CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Inherited from WaveFileStream.) | |
CanWrite |
Gets a value indicating whether the current stream supports writing.
(Inherited from WaveFileStream.) | |
Format |
Gets the AudioWaveFormat of the wave stream.
(Inherited from WaveFileStream.) | |
Id3v1Tag |
ID3v1 tag if present
| |
Length |
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.) | |
Mp3AudioWaveFormat |
The MP3 wave format (n.b. NOT the output format of this stream - see the AudioWaveFormat property)
| |
Position | (Overrides WaveFileStreamPosition.) | |
XingHeader |
Xing header if present
|