void AMRDeinterleaver::doStopGettingFrames() {
  fNeedAFrame = False;
  fInputSource->stopGettingFrames();
}
Example #2
0
void AMRDeinterleaver::doStopGettingFrames() {
  fInputSource->stopGettingFrames();
}