browserplugins/browseraudiovideoplugin/inc/BavpPlugin.h
branchRCL_3
changeset 34 5dedbccec665
parent 33 dbd79466b1ed
child 46 4baee4f15982
equal deleted inserted replaced
33:dbd79466b1ed 34:5dedbccec665
   277         // Mime type. Added for scripting functionality
   277         // Mime type. Added for scripting functionality
   278         HBufC8* iMimeType;
   278         HBufC8* iMimeType;
   279         NPP iNPP;
   279         NPP iNPP;
   280         //browser plugin state, used for play and resume 
   280         //browser plugin state, used for play and resume 
   281         TBool iPauseState; 
   281         TBool iPauseState; 
       
   282         TBool iIsForeGround;
       
   283         TBool iPauseInBackground;
   282     };
   284     };
   283 
   285 
   284 /**
   286 /**
   285 ********************************************************************************
   287 ********************************************************************************
   286     Plugin API methods. Source located in CBavpApi.cpp
   288     Plugin API methods. Source located in CBavpApi.cpp