mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpmpxdetailsframeworkwrapper/stub/inc/mpxsource.h
branchGCC_SURGE
changeset 44 eff9df3d9c98
parent 30 b95ddb5a0d10
parent 42 79c49924ae23
equal deleted inserted replaced
30:b95ddb5a0d10 44:eff9df3d9c98
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: mpxplaybackutility stub for testing mpmpxframeworkwrapper
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPXSOURCE_H
       
    20 #define MPXSOURCE_H
       
    21 
       
    22 #include <e32base.h>
       
    23 #include <e32cmn.h>
       
    24 #include <f32file.h>
       
    25 
       
    26 class CMPXCollectionPlaylist;
       
    27 class MMPXPlaybackCallback;
       
    28 class TMPXAttribute;
       
    29 class CMPXAttributeSpecs;
       
    30 
       
    31 class MMPXSource
       
    32 {
       
    33 public:
       
    34     MMPXSource();
       
    35     ~MMPXSource();
       
    36     
       
    37 public: // MMPXSource    
       
    38     CMPXCollectionPlaylist* PlaylistL();
       
    39     RFile* FileL();
       
    40     HBufC* UriL();
       
    41     void MediaL(const TArray<TMPXAttribute>& aAttrs, MMPXPlaybackCallback& aCallback);
       
    42     void MediaL(const TArray<TMPXAttribute>& aAttrs, MMPXPlaybackCallback& aCallback,
       
    43                             CMPXAttributeSpecs* aSpecs);    
       
    44 };
       
    45     
       
    46 #endif // MPXSOURCE_H