multimediacommscontroller/mmccjitterbuffer/inc/mccjitterbufferimpl.h
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
equal deleted inserted replaced
55:f72c4fccd381 59:b0e4b01681c5
   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     
       
   361     private:
   358     private:
   362         #ifdef TEST_EUNIT
   359         #ifdef TEST_EUNIT
   363             friend class UT_CMccJitterBufferImpl;
   360             friend class UT_CMccJitterBufferImpl;
   364         #endif   
   361         #endif   
   365     };
   362     };