multimediacommscontroller/mmccjitterbuffer/inc/mccjitterbufferimpl.h
branchRCL_3
changeset 18 817c922b90eb
parent 0 1bce908db942
equal deleted inserted replaced
17:b9d283c5c7b5 18:817c922b90eb
   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     };