khronosfws/openmax_al/src/mmf_adaptation/xaseekitfadaptationmmf.h
changeset 25 6f7ceef7b1d1
parent 19 4a629bc82c5e
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: Seek Itf Adaptation Header
    15 *
    15  *
    16 */
    16  */
    17 
    17 
    18 #ifndef XASEEKITFADAPTATIONMMF_H
    18 #ifndef XASEEKITFADAPTATIONMMF_H
    19 #define XASEEKITFADAPTATIONMMF_H
    19 #define XASEEKITFADAPTATIONMMF_H
    20 
    20 
    21 #include "xaadaptationmmf.h"
    21 #include "xaadaptationmmf.h"
    22 
    22 
    23 
       
    24 /* FUNCTIONS */
    23 /* FUNCTIONS */
    25 
    24 
    26 XAresult XASeekItfAdaptMMF_SetPosition(XAAdaptationBaseCtx *bCtx, XAmillisecond pos, XAuint32 seekMode);
    25 XAresult XASeekItfAdaptMMF_SetPosition(XAAdaptationBaseCtx *bCtx,
    27 XAresult XASeekItfAdaptMMF_SetLoop(XAAdaptationBaseCtx *bCtx, XAboolean loopEnable,
    26         XAmillisecond pos, XAuint32 seekMode);
    28                                     XAmillisecond startPos, XAmillisecond endPos);
    27 XAresult XASeekItfAdaptMMF_SetLoop(XAAdaptationBaseCtx *bCtx,
       
    28         XAboolean loopEnable, XAmillisecond startPos, XAmillisecond endPos);
    29 
    29 
    30 #endif /* XASEEKITFADAPTATIONMMF_H */
    30 #endif /* XASEEKITFADAPTATIONMMF_H */