ccmsactionarguments.h

Go to the documentation of this file.
00001 /* 
00002  * CyberLinkC AV API for Connection Manager Service
00003  *
00004  * ccmsactionarguments.h
00005  *
00006  * Copyright 2005 Nokia Corporation
00007  */
00008  
00009 #ifndef CG_UPNP_AV_CCMSACTIONARGUMENTS_H
00010 #define CG_UPNP_AV_CCMSACTIONARGUMENTS_H
00011 
00012 /****************************************************************************
00013  * Action arguments
00014  ****************************************************************************/
00015 
00016 #define CG_UPNP_CMS_ARG_SOURCE "Source"
00017 #define CG_UPNP_CMS_ARG_SINK "Sink"
00018 
00019 #define CG_UPNP_CMS_ARG_REMOTEPROTOCOLINFO "RemoteProtocolInfo"
00020 
00021 #define CG_UPNP_CMS_ARG_PEERCONNECTIONMANAGER "PeerConnectionManager"
00022 #define CG_UPNP_CMS_ARG_PEERCONNECTIONID "PeerConnectionID"
00023 #define CG_UPNP_CMS_ARG_CONNECTIONID "ConnectionID"
00024 
00025 #define CG_UPNP_CMS_ARG_DIRECTION "Direction"
00026 #define CG_UPNP_CMS_ARG_AV_TRNSPORTID "AVTransportID"
00027 #define CG_UPNP_CMS_ARG_RCSID "RcsID"
00028 
00029 #define CG_UPNP_CMS_ARG_STATUS "Status"
00030 
00031 /****************************************************************************
00032  * Action parameters
00033  ****************************************************************************/
00034 
00035 /****************************************************************************
00036  * Connection Status parameters
00037  ****************************************************************************/
00038 #define CG_UPNP_CMS_CONNECTIONSTATUS_OK "OK"
00039 #define CG_UPNP_CMS_CONNECTIONSTATUS_CONTENTFORMATMISMATCH "ContentFormatMismatch"
00040 #define CG_UPNP_CMS_CONNECTIONSTATUS_INSUFFICIENTBANDWIDTH "InsufficientBandwidth"
00041 #define CG_UPNP_CMS_CONNECTIONSTATUS_UNRELIABLECHANNEL "UnreliableChannel"
00042 #define CG_UPNP_CMS_CONNECTIONSTATUS_UNKNOWN "Unknown"
00043 
00044 /****************************************************************************
00045  * Direction parameters
00046  ****************************************************************************/
00047 
00048 #define CG_UPNP_CMS_DIRECTION_INPUT "Input"
00049 #define CG_UPNP_CMS_DIRECTION_OUTPUT "Output"
00050 
00051 #endif

Generated on Mon Aug 14 10:23:32 2006 for CyberLinkC-AV by  doxygen 1.4.6