diff -r 71ca22bcf22a -r 4f62049db6ac mmmw_plat/voip_audio_services_api/inc/voipuplinkstream.h --- a/mmmw_plat/voip_audio_services_api/inc/voipuplinkstream.h Tue Feb 02 01:08:46 2010 +0200 +++ b/mmmw_plat/voip_audio_services_api/inc/voipuplinkstream.h Fri Feb 19 23:19:48 2010 +0200 @@ -1,20 +1,19 @@ /* -* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Defines VoIP uplink stream APIs. -* -*/ - + * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). + * All rights reserved. + * This component and the accompanying materials are made available + * under the terms of "Eclipse Public License v1.0" + * which accompanies this distribution, and is available + * at the URL "http://www.eclipse.org/legal/epl-v10.html". + * + * Initial Contributors: + * Nokia Corporation - initial contribution. + * + * Contributors: + * + * Description: Defines VoIP uplink stream APIs. + * + */ #ifndef __VOIPUPLINKSTREAM_H #define __VOIPUPLINKSTREAM_H @@ -22,27 +21,25 @@ #include #include - // FORWARD DECLARATIONS class CVoIPDataBuffer; class CVoIPFormatIntfc; class CVoIPAudioUplinkStream; class CVoIPAudioUplinkStreamImpl; - /** * MVoIPUplinkObserver class * * ?more_complete_description * * @lib VoIPAudioIntfc.dll - * @since S60 v5.0 + * */ class MVoIPUplinkObserver { public: static const TUint KOpenComplete = 1; - static const TUint KUplinkError = 2; + static const TUint KUplinkError = 2; static const TUint KUplinkClosed = 3; public: @@ -55,7 +52,7 @@ * @return void */ virtual void EmptyBuffer(const CVoIPAudioUplinkStream& aSrc, - CVoIPDataBuffer* aBuffer) = 0; + CVoIPDataBuffer* aBuffer) = 0; /** * ?description @@ -66,19 +63,17 @@ * @param TInt - Status * @return void */ - virtual void Event(const CVoIPAudioUplinkStream& aSrc, - TInt aEventType, - TInt aError) = 0; + virtual void Event(const CVoIPAudioUplinkStream& aSrc, TInt aEventType, + TInt aError) = 0; }; - /** * CVoIPAudioUplinkStream class * * ?more_complete_description * * @lib VoIPAudioIntfc.dll - * @since S60 v5.0 + * */ class CVoIPAudioUplinkStream { @@ -147,7 +142,7 @@ * @return TInt */ IMPORT_C TInt SetFormat(TVoIPCodecFormat aFormat, - CVoIPFormatIntfc*& aIntfc); + CVoIPFormatIntfc*& aIntfc); /** * ?description @@ -219,5 +214,4 @@ #endif //__VOIPUPLINKSTREAM_H - // End of file