#include "MP3ADURTPSink.hh"Include dependency graph for MP3ADURTPSink.cpp:

Go to the source code of this file.
Functions | |
| static void | badDataSize (UsageEnvironment &env, unsigned numBytesInFrame) |
| static void badDataSize | ( | UsageEnvironment & | env, | |
| unsigned | numBytesInFrame | |||
| ) | [static] |
Definition at line 37 of file MP3ADURTPSink.cpp.
References env.
Referenced by MP3ADURTPSink::doSpecialFrameHandling().
00037 { 00038 env << "MP3ADURTPSink::doSpecialFrameHandling(): invalid size (" 00039 << numBytesInFrame << ") of non-fragmented input ADU!\n"; 00040 }
1.5.2