videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideoplayerutility_stub.cpp
branchRCL_3
changeset 12 7f2b2a65da29
parent 8 ce5ada96ab30
child 15 8f0df5c82986
equal deleted inserted replaced
11:8970fbd719ec 12:7f2b2a65da29
    13 *
    13 *
    14 * Description: Stub for helix
    14 * Description: Stub for helix
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 13 %
    18 // Version : %version: 15 %
    19 
    19 
    20 #include <audiopreference.h>
    20 #include <audiopreference.h>
    21 #include <mmf/server/mmffile.h>
    21 #include <mmf/server/mmffile.h>
    22 
    22 
    23 #include "stifutilities.h"
    23 #include "stifutilities.h"
   693     {
   693     {
   694         delete iKeywords;
   694         delete iKeywords;
   695 
   695 
   696         iKeywords = value.AllocL();
   696         iKeywords = value.AllocL();
   697     }
   697     }
       
   698     else if ( ! aItem.Compare(_L8("CreationTime")) )
       
   699     {
       
   700         TLex8 lex(value);
       
   701         lex.Val( iCreationTime );
       
   702     }
       
   703     else if ( ! aItem.Compare(_L8("ModificationTime")) )
       
   704     {
       
   705         TLex8 lex(value);
       
   706         lex.Val( iModificationTime );
       
   707     }
   698 
   708 
   699     HBufC* name = HBufC::NewL( aItem.Length() );
   709     HBufC* name = HBufC::NewL( aItem.Length() );
   700     TPtr namePtr( name->Des() );
   710     TPtr namePtr( name->Des() );
   701     namePtr.Copy( aItem );
   711     namePtr.Copy( aItem );
   702 
   712 
   741 TInt CMpxVideoPlayerUtility::RemoveSurface()
   751 TInt CMpxVideoPlayerUtility::RemoveSurface()
   742 {
   752 {
   743     return KErrNone;
   753     return KErrNone;
   744 }
   754 }
   745 
   755 
   746 void CMpxVideoPlayerUtility::SurfaceRemovedFromView()
       
   747 {
       
   748 }
       
   749 
       
   750 #endif
   756 #endif
   751 
   757 
   752 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   758 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   753 
   759 
   754 void CMpxVideoPlayerUtility::OpenFile64L( const RFile64& aFile )
   760 void CMpxVideoPlayerUtility::OpenFile64L( const RFile64& aFile )