First public contribution.
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #ifndef MSTREAMPOSITIONCONTROL_H
21 #define MSTREAMPOSITIONCONTROL_H
23 #include <a3f/a3fbase.h>
26 This class allow interaction with the physical layer in order to get
28 class MStreamPositionControl
32 Get the position of the control based on samples played or recorded
33 @return the position of the control
35 virtual TInt GetControlPosition(TTimeIntervalMicroSeconds& aPosition) = 0;
37 virtual void ResetControlPosition() = 0;
40 #endif // MSTREAMPOSITIONCONTROL_H