1 #ifndef TAG_PARSER_WAVEAUDIOSTREAM_H 2 #define TAG_PARSER_WAVEAUDIOSTREAM_H 4 #include "../abstracttrack.h" 12 void parse(IoUtilities::BinaryReader &reader);
42 void internalParseHeader(
Diagnostics &diag)
override;
50 #endif // TAG_PARSER_WAVEAUDIOSTREAM_H Implementation of TagParser::AbstractTrack for the RIFF WAVE container format.
TAG_PARSER_EXPORT const char * bitrate()
The track's bit rate in bits per second.
The AbstractTrack class parses and stores technical information about video, audio and other kinds of...
Contains all classes and functions of the TagInfo library.
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.
TrackType
Specifies the track type.
The Diagnostics class is a container for DiagMessage.