videoplayback/videohelix/inc/mpxvideoplayerutility.h
changeset 1 6711b85517b7
parent 0 96612d01cf9f
child 8 ce5ada96ab30
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  This class is the interface between the playback plugin and RMMFController
    14 * Description:  This class is the interface between the playback plugin and RMMFController
    15  *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 8 %
    18 // Version : %version: 9 %
    19 
    19 
    20 
    20 
    21 #ifndef __MPXVIDEOPLAYERUTILITY__
    21 #ifndef __MPXVIDEOPLAYERUTILITY__
    22 #define __MPXVIDEOPLAYERUTILITY__
    22 #define __MPXVIDEOPLAYERUTILITY__
    23 
    23 
    89                                 TInt aFunction,
    89                                 TInt aFunction,
    90                                 const TDesC8& aDataTo1,
    90                                 const TDesC8& aDataTo1,
    91                                 const TDesC8& aDataTo2 );
    91                                 const TDesC8& aDataTo2 );
    92 
    92 
    93         void Prepare();
    93         void Prepare();
    94         void Play();
    94         void PlayL();
    95         void PauseL();
    95         void PauseL();
    96         void Close();
    96         void Close();
    97         TInt Stop();
    97         TInt Stop();
    98 
    98 
    99         void SetPositionL( const TTimeIntervalMicroSeconds& aPosition );
    99         void SetPositionL( const TTimeIntervalMicroSeconds& aPosition );