mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytest.h
branchRCL_3
changeset 67 16db3449d7ba
parent 59 666f9a5a90a9
equal deleted inserted replaced
63:91d5ad76f5c6 67:16db3449d7ba
    38 _LIT( KmpxplaybackutilitytestLogPath, "C:\\logs\\testframework\\mpxplaybackutilitytest\\" ); 
    38 _LIT( KmpxplaybackutilitytestLogPath, "C:\\logs\\testframework\\mpxplaybackutilitytest\\" ); 
    39 // Log file
    39 // Log file
    40 _LIT( KmpxplaybackutilitytestLogFile, "mpxplaybackutilitytest.txt" ); 
    40 _LIT( KmpxplaybackutilitytestLogFile, "mpxplaybackutilitytest.txt" ); 
    41 _LIT( KmpxplaybackutilitytestLogFileWithTitle, "mpxplaybackutilitytest_[%S].txt" );
    41 _LIT( KmpxplaybackutilitytestLogFileWithTitle, "mpxplaybackutilitytest_[%S].txt" );
    42 // data file
    42 // data file
    43 _LIT( KmpxplaybackutilityTestFilePath, "C:\\" );
    43 _LIT( KmpxplaybackutilityTestFilePath, "C:\\testing\\data\\" );
    44 #else
    44 #else
    45 _LIT( KmpxplaybackutilitytestLogPath, "c:\\logs\\testframework\\mpxplaybackutilitytest\\" ); 
    45 _LIT( KmpxplaybackutilitytestLogPath, "f:\\logs\\testframework\\mpxplaybackutilitytest\\" ); 
    46 // Log file
    46 // Log file
    47 _LIT( KmpxplaybackutilitytestLogFile, "mpxplaybackutilitytest.txt" ); 
    47 _LIT( KmpxplaybackutilitytestLogFile, "mpxplaybackutilitytest.txt" ); 
    48 _LIT( KmpxplaybackutilitytestLogFileWithTitle, "mpxplaybackutilitytest_[%S].txt" );
    48 _LIT( KmpxplaybackutilitytestLogFileWithTitle, "mpxplaybackutilitytest_[%S].txt" );
    49 // data file
    49 // data file
    50 _LIT( KmpxplaybackutilityTestFilePath, "c:\\" );
    50 _LIT( KmpxplaybackutilityTestFilePath, "f:\\testing\\data\\" );
    51 #endif
    51 #endif
    52 
    52 
    53 // FUNCTION PROTOTYPES
    53 // FUNCTION PROTOTYPES
    54 //?type ?function_name(?arg_list);
    54 //?type ?function_name(?arg_list);
    55 
    55 
   202     TInt MMPXPlaybackUtilityInitStreaming64L(CStifItemParser& /*aItem*/);
   202     TInt MMPXPlaybackUtilityInitStreaming64L(CStifItemParser& /*aItem*/);
   203     TInt MMPXPlaybackUtilityFile64L(CStifItemParser& /*aItem*/);
   203     TInt MMPXPlaybackUtilityFile64L(CStifItemParser& /*aItem*/);
   204     TInt MMPXPlaybackUtilityAddObserverL(CStifItemParser& /*aItem*/);
   204     TInt MMPXPlaybackUtilityAddObserverL(CStifItemParser& /*aItem*/);
   205     TInt MMPXPlaybackUtilityRemoveObserverL(CStifItemParser& /*aItem*/);
   205     TInt MMPXPlaybackUtilityRemoveObserverL(CStifItemParser& /*aItem*/);
   206     TInt MMPXPlaybackUtilityPlayerManagerSelectPlayerL(CStifItemParser& /*aItem*/);
   206     TInt MMPXPlaybackUtilityPlayerManagerSelectPlayerL(CStifItemParser& /*aItem*/);
   207     
       
   208     TInt MMPXPlaybackUtilityCommandPlayL ( CStifItemParser & /*aItem*/ );
       
   209     TInt MMPXPlaybackUtilityCommandStopL ( CStifItemParser & /*aItem*/ );
       
   210     TInt MMPXPlaybackUtilityCommandPauseL ( CStifItemParser & /*aItem*/);
       
   211     TInt MMPXPlaybackUtilityCommandPlayPauseL ( CStifItemParser & /*Item*/);
       
   212     TInt MMPXPlaybackUtilityCommandPlayCompleteL ( CStifItemParser & /*Item*/);
       
   213     TInt MMPXPlaybackUtilityCommandSeekForwardL ( CStifItemParser & /*Item*/);
       
   214     TInt MMPXPlaybackUtilityCommandSeekBackwardL ( CStifItemParser & /*Item*/);
       
   215     TInt MMPXPlaybackUtilityCommandCloseL ( CStifItemParser & /*Item*/);
       
   216     TInt MMPXPlaybackUtilitySetL(CStifItemParser& /*aItem*/ );
       
   217     
       
   218     TInt EndTest(CStifItemParser& /*aItem*/);
   207     TInt EndTest(CStifItemParser& /*aItem*/);
   219    
   208    
   220     /**
   209     /**
   221      * Method used to log version of test class
   210      * Method used to log version of test class
   222      */
   211      */
   228     MMPXPlaybackUtility* iMPXPlaybackUtility;
   217     MMPXPlaybackUtility* iMPXPlaybackUtility;
   229     CMpxPlaybackTestEventArray* iExpectedEventArray;
   218     CMpxPlaybackTestEventArray* iExpectedEventArray;
   230     RFs iFs;
   219     RFs iFs;
   231     TInt iCallbackError;
   220     TInt iCallbackError;
   232     RFile iFile;
   221     RFile iFile;
   233     TFileName iFileName;
       
   234 
       
   235 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   222 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   236     RFile64 iFile64;
   223     RFile64 iFile64;
   237 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   224 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   238     };
   225     };
   239 
   226