Miam-Player  0.8.0
A nice music player
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 NMiamThe Miam namespace contains Enums and utility functions. It's like Qt namespace
 NmkidExample: int id1 = mkid::fourcc<'H', 'E', 'V', 'C'>::value; int id2 = mkid::id32base64_5<'H', 'e', 'l', 'l', 'o'>::value; int id3 = mkid::id32base36_6<'M', 'r', 'W', 'a', 'n', 'g'>::value; For (u)int32 result, base 64 accepts at most 5 characters, while base 36 accepts at most 6 characters
 Ndetail
 NMusicBrainz
 NQtAVAudioOutput ao; ao.setAudioFormat(fmt); ao.open(); while (has_data) { data = read_data(ao->bufferSize()); ao->play(data, pts); } ao->close(); See QtAV/tests/ao/main.cpp for detail
 NQtLP_Private
 NTag
 NTagLibA namespace for all TagLib related classes and functions
 NAPEAn implementation of APE metadata
 NASFAn implementation of ASF (WMA) metadata
 NFLACAn implementation of FLAC metadata
 NID3v1An ID3v1 implementation
 NID3v2An ID3v2 implementation
 NSynchDataA few functions for ID3v2 synch safe integer conversion
 NIT
 NMod
 NMP4An implementation of MP4 (AAC, ALAC, ...) metadata
 NMPCAn implementation of MPC metadata
 NMPEGAn implementation of TagLib::File with MPEG (MP3) specific methods
 NOggA namespace for the classes used by Ogg-based metadata files
 NFLACAn implementation of Ogg FLAC metadata
 NOpusA namespace containing classes for Opus metadata
 NSpeexA namespace containing classes for Speex metadata
 NVorbis
 NRIFFA RIFF INFO tag implementation
 NAIFFAn implementation of AIFF metadata
 NInfo
 NWAVAn implementation of WAV metadata
 NS3M
 NTrueAudioAn implementation of TrueAudio metadata
 NVorbisA namespace containing classes for Vorbis metadata
 NWavPackAn implementation of WavPack metadata
 NXM
 NUi