khronosfws/openmax_al/src/mmf_adaptation/xaplaybackrateitfadaptationmmf.h
branchRCL_3
changeset 19 095bea5f582e
equal deleted inserted replaced
18:a36789189b53 19:095bea5f582e
       
     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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef XAPLAYBACKRATEITFADAPTATION_H
       
    19 #define XAPLAYBACKRATEITFADAPTATION_H
       
    20 
       
    21 #include "xaadaptationmmf.h"
       
    22 
       
    23 
       
    24 /* FUNCTIONS */
       
    25 
       
    26 XAresult XAPlaybackRateItfAdaptMMF_SetRate(XAAdaptationMMFCtx *bCtx, XApermille rate);
       
    27 
       
    28 XAresult XAPlaybackRateItfAdaptMMF_SetPropertyConstraints(XAAdaptationMMFCtx *bCtx,
       
    29                                                         XAuint32 constraints);
       
    30 
       
    31 XAresult XAPlaybackRateItfAdaptMMF_GetProperties(XAAdaptationMMFCtx *bCtx,
       
    32                                                XAuint32 *pProperties);
       
    33 
       
    34 XAresult XAPlaybackRateItfAdaptMMF_GetCapabilitiesOfRate(XAAdaptationMMFCtx *bCtx,
       
    35                                                        XApermille rate,
       
    36                                                        XAuint32 *pCapabilities);
       
    37 
       
    38 XAresult XAPlaybackRateItfAdaptMMF_GetRateRange(XAAdaptationMMFCtx *bCtx,
       
    39                                               XAuint8 index,
       
    40                                               XApermille *pMinRate,
       
    41                                               XApermille *pMaxRate,
       
    42                                               XApermille *pStepSize,
       
    43                                               XAuint32 *pCapabilities);
       
    44 
       
    45 #endif /* XAPLAYBACKRATEITFADAPTATION_H */