multimediacommscontroller/mmccjitterbuffer/inc/mccjitterbufferimpl.h
changeset 43 bf4e57f9a0ce
parent 0 1bce908db942
child 59 b0e4b01681c5
equal deleted inserted replaced
35:72290a6868df 43:bf4e57f9a0ce
   353      * Flag to determine whether frame removal or frame drop should be done in
   353      * Flag to determine whether frame removal or frame drop should be done in
   354      * overflow situation.
   354      * overflow situation.
   355      */
   355      */
   356     TBool iDropNextFrame;
   356     TBool iDropNextFrame;
   357     
   357     
       
   358     // Saved bufLenMultiplier from SetupL()
       
   359     TInt iBufLenMultiplier;
       
   360     
   358     private:
   361     private:
   359         #ifdef TEST_EUNIT
   362         #ifdef TEST_EUNIT
   360             friend class UT_CMccJitterBufferImpl;
   363             friend class UT_CMccJitterBufferImpl;
   361         #endif   
   364         #endif   
   362     };
   365     };