1 #ifndef TAG_PARSER_WAVEAUDIOSTREAM_H 2 #define TAG_PARSER_WAVEAUDIOSTREAM_H 4 #include "../abstracttrack.h" 12 void parse(IoUtilities::BinaryReader &reader);
14 constexpr uint32
bitrate()
const;
55 void internalParseHeader(
Diagnostics &diag)
override;
63 #endif // TAG_PARSER_WAVEAUDIOSTREAM_H TAG_PARSER_EXPORT byte channelCount(byte config)
Returns the channel count for the specified MPEG-4 channel config.
Implementation of TagParser::AbstractTrack for the RIFF WAVE container format.
constexpr 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.