mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytest.h
branchRCL_3
changeset 59 666f9a5a90a9
parent 56 63223d4fd956
child 67 16db3449d7ba
equal deleted inserted replaced
56:63223d4fd956 59:666f9a5a90a9
    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:\\testing\\data\\" );
    43 _LIT( KmpxplaybackutilityTestFilePath, "C:\\" );
    44 #else
    44 #else
    45 _LIT( KmpxplaybackutilitytestLogPath, "f:\\logs\\testframework\\mpxplaybackutilitytest\\" ); 
    45 _LIT( KmpxplaybackutilitytestLogPath, "c:\\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, "f:\\testing\\data\\" );
    50 _LIT( KmpxplaybackutilityTestFilePath, "c:\\" );
    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     
   207     TInt EndTest(CStifItemParser& /*aItem*/);
   218     TInt EndTest(CStifItemParser& /*aItem*/);
   208    
   219    
   209     /**
   220     /**
   210      * Method used to log version of test class
   221      * Method used to log version of test class
   211      */
   222      */
   217     MMPXPlaybackUtility* iMPXPlaybackUtility;
   228     MMPXPlaybackUtility* iMPXPlaybackUtility;
   218     CMpxPlaybackTestEventArray* iExpectedEventArray;
   229     CMpxPlaybackTestEventArray* iExpectedEventArray;
   219     RFs iFs;
   230     RFs iFs;
   220     TInt iCallbackError;
   231     TInt iCallbackError;
   221     RFile iFile;
   232     RFile iFile;
       
   233     TFileName iFileName;
       
   234 
   222 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   235 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   223     RFile64 iFile64;
   236     RFile64 iFile64;
   224 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   237 #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   225     };
   238     };
   226 
   239