epoc32/include/sdpcodecstringconstants.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
child 4 837f303aceeb
     1.1 --- a/epoc32/include/sdpcodecstringconstants.h	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/sdpcodecstringconstants.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,203 @@
     1.4 -sdpcodecstringconstants.h
     1.5 +// Autogenerated from epoc32/build/sipfw/c_867e51e00fcbdf36/sdpcodec_dll/sdpcodecstringconstants.st by the stringtable tool - Do not edit
     1.6 +
     1.7 +#ifndef STRINGTABLE_SdpCodecStringConstants
     1.8 +#define STRINGTABLE_SdpCodecStringConstants
     1.9 +
    1.10 +#include <stringpool.h>
    1.11 +
    1.12 +struct TStringTable;
    1.13 +
    1.14 +/**
    1.15 + * @publishedAll
    1.16 + * @released
    1.17 +*/
    1.18 +class SdpCodecStringConstants 
    1.19 +	{
    1.20 +public:
    1.21 +	enum TStrings
    1.22 +		{
    1.23 +		// SDP field names:
    1.24 +		/** v= */
    1.25 +		EVersion,
    1.26 +		/** o= */
    1.27 +		EOrigin,
    1.28 +		/** s= */
    1.29 +		ESession,
    1.30 +		/** i= */
    1.31 +		EInfo,
    1.32 +		/** u= */
    1.33 +		EUri,
    1.34 +		/** e= */
    1.35 +		EEmail,
    1.36 +		/** p= */
    1.37 +		EPhone,
    1.38 +		/** c= */
    1.39 +		EConnection,
    1.40 +		/** b= */
    1.41 +		EBandwidth,
    1.42 +		/** z= */
    1.43 +		EZone,
    1.44 +		/** k= */
    1.45 +		EKey,
    1.46 +		/** a= */
    1.47 +		EAttribute,
    1.48 +		/** t= */
    1.49 +		ETime,
    1.50 +		/** r= */
    1.51 +		ERepeat,
    1.52 +		/** m= */
    1.53 +		EMedia,
    1.54 +		// Predefined bandwidth modifiers:
    1.55 +		/** CT */
    1.56 +		EModifierCT,
    1.57 +		/** AS */
    1.58 +		EModifierAS,
    1.59 +		// Typed time units:
    1.60 +		/** d */
    1.61 +		ETimeUnitDays,
    1.62 +		/** h */
    1.63 +		ETimeUnitHours,
    1.64 +		/** m */
    1.65 +		ETimeUnitMinutes,
    1.66 +		/** s */
    1.67 +		ETimeUnitSeconds,
    1.68 +		// No typed time unit defined:
    1.69 +		/**  */
    1.70 +		ETimeUnitNone,
    1.71 +		// Predefined encryption methods:
    1.72 +		/** clear */
    1.73 +		EMethodClear,
    1.74 +		/** base64 */
    1.75 +		EMethodBase64,
    1.76 +		/** uri */
    1.77 +		EMethodUri,
    1.78 +		/** prompt */
    1.79 +		EMethodPrompt,
    1.80 +		// Predefined attributes:
    1.81 +		/** cat */
    1.82 +		EAttributeCat,
    1.83 +		/** keywds */
    1.84 +		EAttributeKeywds,
    1.85 +		/** tool */
    1.86 +		EAttributeTool,
    1.87 +		/** ptime */
    1.88 +		EAttributePtime,
    1.89 +		/** maxptime */
    1.90 +		EAttributeMaxptime,
    1.91 +		/** recvonly */
    1.92 +		EAttributeRecvonly,
    1.93 +		/** sendrecv */
    1.94 +		EAttributeSendrecv,
    1.95 +		/** sendonly */
    1.96 +		EAttributeSendonly,
    1.97 +		/** inactive */
    1.98 +		EAttributeInactive,
    1.99 +		/** orient */
   1.100 +		EAttributeOrient,
   1.101 +		// Predefined Orient attribute values
   1.102 +		/** portrait */
   1.103 +		EAttributeOrientValuePortrait,
   1.104 +		/** landscape */
   1.105 +		EAttributeOrientValueLandscape,
   1.106 +		/** seascape */
   1.107 +		EAttributeOrientValueSeascape,
   1.108 +		/** type */
   1.109 +		EAttributeType,
   1.110 +		/** charset */
   1.111 +		EAttributeCharset,
   1.112 +		/** sdplang */
   1.113 +		EAttributeSdplang,
   1.114 +		/** lang */
   1.115 +		EAttributeLang,
   1.116 +		/** framerate */
   1.117 +		EAttributeFramerate,
   1.118 +		/** quality */
   1.119 +		EAttributeQuality,
   1.120 +		/** control */
   1.121 +		EAttributeControl,
   1.122 +		/** range */
   1.123 +		EAttributeRange,
   1.124 +		/** etag */
   1.125 +		EAttributeEtag,
   1.126 +		/** des */
   1.127 +		EAttributeDes,
   1.128 +		/** curr */
   1.129 +		EAttributeCurr,
   1.130 +		/** conf */
   1.131 +		EAttributeConf,
   1.132 +		// Predefined Strength tag for Curr, Conf and Des attributes
   1.133 +		/** mandatory */
   1.134 +		EAttributeStatusStrengthTagMandatory,
   1.135 +		/** optional */
   1.136 +		EAttributeStatusStrengthTagOptional,
   1.137 +		/** none */
   1.138 +		EAttributeStatusStrengthTagNone,
   1.139 +		/** failure */
   1.140 +		EAttributeStatusStrengthTagFailure,
   1.141 +		/** unknown */
   1.142 +		EAttributeStatusStrengthTagUnknown,
   1.143 +		// Predefined Status type for Curr, Conf and Des attributes
   1.144 +		/** e2e */
   1.145 +		EAttributeStatusTypeE2e,
   1.146 +		/** local */
   1.147 +		EAttributeStatusTypeLocal,
   1.148 +		/** remote */
   1.149 +		EAttributeStatusTypeRemote,
   1.150 +		// Predefined Direction tag for Curr, Conf and Des attributes
   1.151 +		/** none */
   1.152 +		EAttributeStatusDirectionTagNone,
   1.153 +		/** send */
   1.154 +		EAttributeStatusDirectionTagSend,
   1.155 +		/** recv */
   1.156 +		EAttributeStatusDirectionTagRecv,
   1.157 +		/** sendrecv */
   1.158 +		EAttributeStatusDirectionTagSendrecv,
   1.159 +		/** mid */
   1.160 +		EAttributeMid,
   1.161 +		/** group */
   1.162 +		EAttributeGroup,
   1.163 +		// Predefined semantics for Group attribute
   1.164 +		/** LS */
   1.165 +		EAttributeGroupSemanticLS,
   1.166 +		/** FID */
   1.167 +		EAttributeGroupSemanticFID,
   1.168 +		/** SRF */
   1.169 +		EAttributeGroupSemanticSRF,
   1.170 +		/** rtpmap */
   1.171 +		EAttributeRtpmap,
   1.172 +		/** fmtp */
   1.173 +		EAttributeFmtp,
   1.174 +		// Predefined media types:
   1.175 +		/** audio */
   1.176 +		EMediaAudio,
   1.177 +		/** video */
   1.178 +		EMediaVideo,
   1.179 +		/** application */
   1.180 +		EMediaApplication,
   1.181 +		/** data */
   1.182 +		EMediaData,
   1.183 +		/** control */
   1.184 +		EMediaControl,
   1.185 +		/** image */
   1.186 +		EMediaImage,
   1.187 +		// Predefined media transport protocols:
   1.188 +		/** RTP/AVP */
   1.189 +		EProtocolRtpAvp,
   1.190 +		/** udp */
   1.191 +		EProtocolUdp,
   1.192 +		/** TCP */
   1.193 +		EProtocolTcp,
   1.194 +		// Network type:
   1.195 +		/** IN */
   1.196 +		ENetType,
   1.197 +		// Address types:
   1.198 +		/** IP4 */
   1.199 +		EAddressTypeIP4,
   1.200 +		/** IP6 */
   1.201 +		EAddressType
   1.202 +		};
   1.203 +	static const TStringTable Table;	
   1.204 +	};
   1.205 +
   1.206 +#endif // STRINGTABLE_SdpCodecStringConstants
   1.207 +