khronosfws/openmax_al/src/mmf_adaptation/xanokiavolumeextitfadaptationmmf.h
changeset 25 6f7ceef7b1d1
parent 19 4a629bc82c5e
child 48 a493a607b5bf
equal deleted inserted replaced
21:2ed61feeead6 25:6f7ceef7b1d1
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3  * All rights reserved.
     4 * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description: 
    14  * Description: 
    15 *
    15  *
    16 */
    16  */
    17 
    17 
    18 #ifndef XANOKIAVOLUMEEXTITFADAPTATIONMMF_H
    18 #ifndef XANOKIAVOLUMEEXTITFADAPTATIONMMF_H
    19 #define XANOKIAVOLUMEEXTITFADAPTATIONMMF_H
    19 #define XANOKIAVOLUMEEXTITFADAPTATIONMMF_H
    20 
    20 
    21 #include "xaadaptationmmf.h"
    21 #include "xaadaptationmmf.h"
    26 
    26 
    27 /* DEFINES */
    27 /* DEFINES */
    28 
    28 
    29 /* FUNCTIONS */
    29 /* FUNCTIONS */
    30 
    30 
    31 XAresult XANokiaVolumeExtItfAdapt_SetMute(XAAdaptationMMFCtx *ctx,  XAboolean mute);
    31 XAresult XANokiaVolumeExtItfAdapt_SetMute(XAAdaptationMMFCtx *ctx,
       
    32         XAboolean mute);
    32 
    33 
    33 XAresult XANokiaVolumeExtItfAdapt_EnableStereoPosition(XAAdaptationMMFCtx *ctx,
    34 XAresult XANokiaVolumeExtItfAdapt_EnableStereoPosition(
    34                                                XAboolean enable);
    35         XAAdaptationMMFCtx *ctx, XAboolean enable);
    35 
    36 
    36 XAresult XANokiaVolumeExtItfAdapt_SetStereoPosition(XAAdaptationMMFCtx *ctx,
    37 XAresult XANokiaVolumeExtItfAdapt_SetStereoPosition(XAAdaptationMMFCtx *ctx,
    37                                             XApermille stereoPosition);
    38         XApermille stereoPosition);
    38 
    39 
    39 void XANokiaVolumeExtItfAdapt_MuteChange(XAAdaptationBaseCtx* ctx, XAboolean aMute);
    40 void XANokiaVolumeExtItfAdapt_MuteChange(XAAdaptationBaseCtx* ctx,
       
    41         XAboolean aMute);
    40 
    42 
    41 #endif /* XANOKIAVOLUMEEXTITFADAPTATIONMMF_H */
    43 #endif /* XANOKIAVOLUMEEXTITFADAPTATIONMMF_H */