Go to the source code of this file.
Classes | |
| class | MPEG4GenericBufferedPacket |
| class | MPEG4GenericBufferedPacketFactory |
| struct | AUHeader |
Functions | |
| unsigned | samplingFrequencyFromAudioSpecificConfig (char const *configStr) |
Variables | |
| static unsigned | samplingFrequencyFromIndex [16] |
| unsigned samplingFrequencyFromAudioSpecificConfig | ( | char const * | configStr | ) |
Definition at line 210 of file MPEG4GenericRTPSource.cpp.
Referenced by SubsessionIOState::setQTstate().
unsigned samplingFrequencyFromIndex[16] [static] |
{
96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050,
16000, 12000, 11025, 8000, 7350, 0, 0, 0
}
Definition at line 205 of file MPEG4GenericRTPSource.cpp.
1.6.3