devicesrv_plat/autoaudio_plugin_api/inc/autoaudiopskeys.h
changeset 45 c6215323ad55
parent 35 f7565e9c9ce8
equal deleted inserted replaced
44:2c28af138640 45:c6215323ad55
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Provides P&S Key Defintions for Autoaudio ASY
       
    15 *
       
    16 */
       
    17 
     1 #ifndef _AUTOAUDIO_PS_KEYS_
    18 #ifndef _AUTOAUDIO_PS_KEYS_
     2 #define _AUTOAUDIO_PS_KEYS_
    19 #define _AUTOAUDIO_PS_KEYS_
     3 
    20 
     4 #include <e32std.h>
    21 #include <e32std.h>
     5 
    22 
    12 /// value : TPSAutoAudioConnectionStatus
    29 /// value : TPSAutoAudioConnectionStatus
    13 const TUint KPSAutoKeyRTPStreamingConnectionStatus = 0x2; 
    30 const TUint KPSAutoKeyRTPStreamingConnectionStatus = 0x2; 
    14 
    31 
    15 enum TPSAutoAudioConnectionStatus 
    32 enum TPSAutoAudioConnectionStatus 
    16 {
    33 {
    17     ENone,	         // Notifies Accessory Disconnection
    34     EAudioConnectionStatusNone,	         // Notifies Accessory Disconnection
    18     EUnidirectional, // application sound only
    35     EAudioConnectionStatusUnidirectional, // application sound only
    19     EBidirectional   // application sound + phone call
    36     EAudioConnectionStatusBidirectional   // application sound + phone call
    20 };
    37 };
    21 
    38 
    22 
    39 
    23 /// key for monitoring the connection status of USB Audio
    40 /// key for monitoring the connection status of USB Audio
    24 /// client : accessory FW, publisher : USB audio class controller
    41 /// client : accessory FW, publisher : USB audio class controller