mmfenh/enhancedaudioplayerutility/AudioStreaming/AudioStreamingSource/inc/S60StreamingSourceCustomCommands.h
/*
* Copyright (c) 2005 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: Definition of the S60 Audio Stream Source custom command msg cods.
*
*/
#ifndef __S60STREAMINGSOURCECUSTOMCOMMANDS_H__
#define __S60STREAMINGSOURCECUSTOMCOMMANDS_H__
enum TS60StreamingSourceCC
{
EProcessBuffer = 1,
ECancel
};
#endif // __S60STREAMINGSOURCECUSTOMCOMMANDS_H__
// End of File