Go to the source code of this file.
Variables | |
| const unsigned int | historySize = 100 |
| const unsigned int | globalBlockSize = 2 * 1024 |
| const unsigned int | globalBufferSize = globalBlockSize * 32 |
| const unsigned int | groupOpenTimeout = 750 |
| const unsigned int | numbBands = 10 |
| const unsigned int historySize = 100 |
Definition at line 10 of file mythmusic/mythmusic/constants.h.
| const unsigned int globalBlockSize = 2 * 1024 |
Definition at line 11 of file mythmusic/mythmusic/constants.h.
| const unsigned int globalBufferSize = globalBlockSize * 32 |
Definition at line 12 of file mythmusic/mythmusic/constants.h.
Referenced by MadDecoder::findHeader(), VorbisDecoder::initialize(), MadDecoder::initialize(), FlacDecoder::initialize(), avfDecoder::initialize(), aacDecoder::initialize(), MadDecoder::madOutput(), MadDecoder::run(), avfDecoder::run(), and aacDecoder::run().
| const unsigned int groupOpenTimeout = 750 |
Definition at line 13 of file mythmusic/mythmusic/constants.h.
| const unsigned int numbBands = 10 |
Definition at line 14 of file mythmusic/mythmusic/constants.h.
1.5.5