audiostubs/devsoundextensions_stubs/inc/Ra8CustomInterfaceCI.h
branchRCL_3
changeset 44 b5894bb67e73
parent 35 37b610eb7fe3
equal deleted inserted replaced
35:37b610eb7fe3 44:b5894bb67e73
     1 /*
       
     2 * Copyright (c) 2007-2008 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: Audio Stubs -  Custom Interface Stub implementation for RA8 decoder.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef RA8DECODERINTFCCI_H
       
    20 #define RA8DECODERINTFCCI_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32base.h>
       
    24 #include <Ra8CustomInterface.h>
       
    25 
       
    26 // CONSTANTS
       
    27 
       
    28 // MACROS
       
    29 
       
    30 // DATA TYPES
       
    31 
       
    32 // FUNCTION PROTOTYPES
       
    33 
       
    34 // FORWARD DECLARATIONS
       
    35 //class CCustomInterfaceUtility;
       
    36 //class MCustomCommand;
       
    37 //class CMMFDevSound;
       
    38 
       
    39 // CLASS DECLARATION
       
    40 
       
    41 /**
       
    42 *  Custom Interface for RA8 decoder.
       
    43 *  Stub implementation.
       
    44 *
       
    45 *  @lib Ra8DecoderIntfcCI_Stub.lib
       
    46 *  @since Series 60 3.2
       
    47 */
       
    48 class CRa8DecoderIntfcCI : public CRa8CustomInterface
       
    49 	{
       
    50     public:  // Constructors and destructor
       
    51 
       
    52         /**
       
    53         * Two-phased constructor.
       
    54         */
       
    55 		IMPORT_C static CRa8DecoderIntfcCI* NewL();
       
    56 
       
    57         /**
       
    58         * Destructor.
       
    59         */
       
    60 		IMPORT_C virtual ~CRa8DecoderIntfcCI();
       
    61 
       
    62     public: // New functions
       
    63 
       
    64     public: // Functions from base classes
       
    65 
       
    66         /**
       
    67         * From CRa8CustomInterface
       
    68         */
       
    69 		IMPORT_C virtual TInt FrameNumber();
       
    70 		IMPORT_C virtual TInt SetInitString(TDesC8& aInitString);
       
    71 
       
    72     protected:  // New functions
       
    73 
       
    74     protected:  // Functions from base classes
       
    75 
       
    76     private:
       
    77 
       
    78         /**
       
    79         * C++ default constructor.
       
    80         */
       
    81 		CRa8DecoderIntfcCI();
       
    82 
       
    83         /**
       
    84         * By default Symbian 2nd phase constructor is private.
       
    85         */
       
    86 		void ConstructL();
       
    87 
       
    88     public:     // Data
       
    89     protected:  // Data
       
    90     private:    // Data
       
    91     public:     // Friend classes
       
    92     protected:  // Friend classes
       
    93     private:    // Friend classes
       
    94 
       
    95 	};
       
    96 
       
    97 #endif      // RA8DECODERINTFCCI_H
       
    98 
       
    99 // End of File