videoeditorengine/vedengine/videoprocessor/inc/MDFWrapper.h
changeset 9 d87d32eab1a9
parent 0 951a5db380a0
equal deleted inserted replaced
0:951a5db380a0 9:d87d32eab1a9
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 * Definition file for MSL / MDF data types.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef MDFWRAPPER_H
       
    22 #define MDFWRAPPER_H
       
    23 
       
    24 
       
    25 // INCLUDES
       
    26 // Include Symbian MDF header files
       
    27 #include <devvideorecord.h>
       
    28 #include <DevVideoConstants.h>
       
    29 
       
    30 // MACROS
       
    31 // Redefine Symbian MDF types
       
    32 typedef CVideoEncoderInfo CDEVVRVideoEncoderInfo;
       
    33 typedef CMMFDevVideoRecord CDEVVRVideoRecord;
       
    34 typedef MMMFDevVideoRecordObserver MDEVVRVideoRecordObserver;
       
    35 
       
    36 // Cast operation
       
    37 #define CAST_OPTION(x) *(x)
       
    38 
       
    39 // CONSTANTS
       
    40 // Exact match specifier for searching available plugins
       
    41 const TBool KCMRMatch = EFalse;
       
    42 
       
    43 
       
    44 
       
    45 
       
    46 
       
    47 
       
    48 #endif