![]() |
Miam-Player
0.8.0
A nice music player
|
NMiam | The Miam namespace contains Enums and utility functions. It's like Qt namespace |
▼Nmkid | Example: 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 | |
NQtAV | AudioOutput 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 | |
▼NTagLib | A namespace for all TagLib related classes and functions |
NAPE | An implementation of APE metadata |
NASF | An implementation of ASF (WMA) metadata |
NFLAC | An implementation of FLAC metadata |
NID3v1 | An ID3v1 implementation |
▼NID3v2 | An ID3v2 implementation |
NSynchData | A few functions for ID3v2 synch safe integer conversion |
NIT | |
NMod | |
NMP4 | An implementation of MP4 (AAC, ALAC, ...) metadata |
NMPC | An implementation of MPC metadata |
NMPEG | An implementation of TagLib::File with MPEG (MP3) specific methods |
▼NOgg | A namespace for the classes used by Ogg-based metadata files |
NFLAC | An implementation of Ogg FLAC metadata |
NOpus | A namespace containing classes for Opus metadata |
NSpeex | A namespace containing classes for Speex metadata |
NVorbis | |
▼NRIFF | A RIFF INFO tag implementation |
NAIFF | An implementation of AIFF metadata |
NInfo | |
NWAV | An implementation of WAV metadata |
NS3M | |
NTrueAudio | An implementation of TrueAudio metadata |
NVorbis | A namespace containing classes for Vorbis metadata |
NWavPack | An implementation of WavPack metadata |
NXM | |
NUi |