videoeditorengine/audioeditorengine/resampler/inc/resampler_rate_conversion_quality.h
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 #ifndef __RESAMPLER_RATE_CONVERSION_QUALITY_H__
       
     2 #define __RESAMPLER_RATE_CONVERSION_QUALITY_H__
       
     3 /*
       
     4 * Copyright (c) 2010 Ixonos Plc.
       
     5 * All rights reserved.
       
     6 * This component and the accompanying materials are made available
       
     7 * under the terms of the "Eclipse Public License v1.0"
       
     8 * which accompanies this distribution, and is available
       
     9 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10 *
       
    11 * Initial Contributors:
       
    12 * Nokia Corporation - Initial contribution
       
    13 *
       
    14 * Contributors:
       
    15 * Ixonos Plc
       
    16 *
       
    17 * Description:
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 /** @file
       
    23 
       
    24   @ingroup rate_conversion
       
    25 
       
    26   @brief Sample rate conversion quality modes
       
    27   
       
    28  
       
    29 $Date: 2005/01/19 13:16:12 $
       
    30 */
       
    31 
       
    32 /** Worst quality */
       
    33 #define RESAMPLER_RATE_CONVERSION_QUALITY_ECONOMY 1
       
    34 /** Normal quality */
       
    35 #define RESAMPLER_RATE_CONVERSION_QUALITY_STANDARD 2
       
    36 /** Highest quality */
       
    37 #define RESAMPLER_RATE_CONVERSION_QUALITY_PREMIUM 3
       
    38 
       
    39 #endif  // __RESAMPLER_RATE_CONVERSION_QUALITY_H__