khronosfws/openmax_al/src/mmf_adaptation/xanokiavolumeextitfadaptationmmf.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 XANOKIAVOLUMEEXTITFADAPTATIONMMF_H
       
    19 #define XANOKIAVOLUMEEXTITFADAPTATIONMMF_H
       
    20 
       
    21 #include "xaadaptationmmf.h"
       
    22 #include "xadebug.h"
       
    23 #include "xathreadsafety.h"
       
    24 
       
    25 /* MACROS */
       
    26 
       
    27 /* DEFINES */
       
    28 
       
    29 /* FUNCTIONS */
       
    30 
       
    31 XAresult XANokiaVolumeExtItfAdapt_SetMute(XAAdaptationMMFCtx *ctx,
       
    32         XAboolean mute);
       
    33 
       
    34 XAresult XANokiaVolumeExtItfAdapt_EnableStereoPosition(
       
    35         XAAdaptationMMFCtx *ctx, XAboolean enable);
       
    36 
       
    37 XAresult XANokiaVolumeExtItfAdapt_SetStereoPosition(XAAdaptationMMFCtx *ctx,
       
    38         XApermille stereoPosition);
       
    39 
       
    40 void XANokiaVolumeExtItfAdapt_MuteChange(XAAdaptationBaseCtx* ctx,
       
    41         XAboolean aMute);
       
    42 
       
    43 #endif /* XANOKIAVOLUMEEXTITFADAPTATIONMMF_H */