epoc32/include/sdpcodecstringconstants.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
child 4 837f303aceeb
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
     1 sdpcodecstringconstants.h
     1 // Autogenerated from epoc32/build/sipfw/c_867e51e00fcbdf36/sdpcodec_dll/sdpcodecstringconstants.st by the stringtable tool - Do not edit
       
     2 
       
     3 #ifndef STRINGTABLE_SdpCodecStringConstants
       
     4 #define STRINGTABLE_SdpCodecStringConstants
       
     5 
       
     6 #include <stringpool.h>
       
     7 
       
     8 struct TStringTable;
       
     9 
       
    10 /**
       
    11  * @publishedAll
       
    12  * @released
       
    13 */
       
    14 class SdpCodecStringConstants 
       
    15 	{
       
    16 public:
       
    17 	enum TStrings
       
    18 		{
       
    19 		// SDP field names:
       
    20 		/** v= */
       
    21 		EVersion,
       
    22 		/** o= */
       
    23 		EOrigin,
       
    24 		/** s= */
       
    25 		ESession,
       
    26 		/** i= */
       
    27 		EInfo,
       
    28 		/** u= */
       
    29 		EUri,
       
    30 		/** e= */
       
    31 		EEmail,
       
    32 		/** p= */
       
    33 		EPhone,
       
    34 		/** c= */
       
    35 		EConnection,
       
    36 		/** b= */
       
    37 		EBandwidth,
       
    38 		/** z= */
       
    39 		EZone,
       
    40 		/** k= */
       
    41 		EKey,
       
    42 		/** a= */
       
    43 		EAttribute,
       
    44 		/** t= */
       
    45 		ETime,
       
    46 		/** r= */
       
    47 		ERepeat,
       
    48 		/** m= */
       
    49 		EMedia,
       
    50 		// Predefined bandwidth modifiers:
       
    51 		/** CT */
       
    52 		EModifierCT,
       
    53 		/** AS */
       
    54 		EModifierAS,
       
    55 		// Typed time units:
       
    56 		/** d */
       
    57 		ETimeUnitDays,
       
    58 		/** h */
       
    59 		ETimeUnitHours,
       
    60 		/** m */
       
    61 		ETimeUnitMinutes,
       
    62 		/** s */
       
    63 		ETimeUnitSeconds,
       
    64 		// No typed time unit defined:
       
    65 		/**  */
       
    66 		ETimeUnitNone,
       
    67 		// Predefined encryption methods:
       
    68 		/** clear */
       
    69 		EMethodClear,
       
    70 		/** base64 */
       
    71 		EMethodBase64,
       
    72 		/** uri */
       
    73 		EMethodUri,
       
    74 		/** prompt */
       
    75 		EMethodPrompt,
       
    76 		// Predefined attributes:
       
    77 		/** cat */
       
    78 		EAttributeCat,
       
    79 		/** keywds */
       
    80 		EAttributeKeywds,
       
    81 		/** tool */
       
    82 		EAttributeTool,
       
    83 		/** ptime */
       
    84 		EAttributePtime,
       
    85 		/** maxptime */
       
    86 		EAttributeMaxptime,
       
    87 		/** recvonly */
       
    88 		EAttributeRecvonly,
       
    89 		/** sendrecv */
       
    90 		EAttributeSendrecv,
       
    91 		/** sendonly */
       
    92 		EAttributeSendonly,
       
    93 		/** inactive */
       
    94 		EAttributeInactive,
       
    95 		/** orient */
       
    96 		EAttributeOrient,
       
    97 		// Predefined Orient attribute values
       
    98 		/** portrait */
       
    99 		EAttributeOrientValuePortrait,
       
   100 		/** landscape */
       
   101 		EAttributeOrientValueLandscape,
       
   102 		/** seascape */
       
   103 		EAttributeOrientValueSeascape,
       
   104 		/** type */
       
   105 		EAttributeType,
       
   106 		/** charset */
       
   107 		EAttributeCharset,
       
   108 		/** sdplang */
       
   109 		EAttributeSdplang,
       
   110 		/** lang */
       
   111 		EAttributeLang,
       
   112 		/** framerate */
       
   113 		EAttributeFramerate,
       
   114 		/** quality */
       
   115 		EAttributeQuality,
       
   116 		/** control */
       
   117 		EAttributeControl,
       
   118 		/** range */
       
   119 		EAttributeRange,
       
   120 		/** etag */
       
   121 		EAttributeEtag,
       
   122 		/** des */
       
   123 		EAttributeDes,
       
   124 		/** curr */
       
   125 		EAttributeCurr,
       
   126 		/** conf */
       
   127 		EAttributeConf,
       
   128 		// Predefined Strength tag for Curr, Conf and Des attributes
       
   129 		/** mandatory */
       
   130 		EAttributeStatusStrengthTagMandatory,
       
   131 		/** optional */
       
   132 		EAttributeStatusStrengthTagOptional,
       
   133 		/** none */
       
   134 		EAttributeStatusStrengthTagNone,
       
   135 		/** failure */
       
   136 		EAttributeStatusStrengthTagFailure,
       
   137 		/** unknown */
       
   138 		EAttributeStatusStrengthTagUnknown,
       
   139 		// Predefined Status type for Curr, Conf and Des attributes
       
   140 		/** e2e */
       
   141 		EAttributeStatusTypeE2e,
       
   142 		/** local */
       
   143 		EAttributeStatusTypeLocal,
       
   144 		/** remote */
       
   145 		EAttributeStatusTypeRemote,
       
   146 		// Predefined Direction tag for Curr, Conf and Des attributes
       
   147 		/** none */
       
   148 		EAttributeStatusDirectionTagNone,
       
   149 		/** send */
       
   150 		EAttributeStatusDirectionTagSend,
       
   151 		/** recv */
       
   152 		EAttributeStatusDirectionTagRecv,
       
   153 		/** sendrecv */
       
   154 		EAttributeStatusDirectionTagSendrecv,
       
   155 		/** mid */
       
   156 		EAttributeMid,
       
   157 		/** group */
       
   158 		EAttributeGroup,
       
   159 		// Predefined semantics for Group attribute
       
   160 		/** LS */
       
   161 		EAttributeGroupSemanticLS,
       
   162 		/** FID */
       
   163 		EAttributeGroupSemanticFID,
       
   164 		/** SRF */
       
   165 		EAttributeGroupSemanticSRF,
       
   166 		/** rtpmap */
       
   167 		EAttributeRtpmap,
       
   168 		/** fmtp */
       
   169 		EAttributeFmtp,
       
   170 		// Predefined media types:
       
   171 		/** audio */
       
   172 		EMediaAudio,
       
   173 		/** video */
       
   174 		EMediaVideo,
       
   175 		/** application */
       
   176 		EMediaApplication,
       
   177 		/** data */
       
   178 		EMediaData,
       
   179 		/** control */
       
   180 		EMediaControl,
       
   181 		/** image */
       
   182 		EMediaImage,
       
   183 		// Predefined media transport protocols:
       
   184 		/** RTP/AVP */
       
   185 		EProtocolRtpAvp,
       
   186 		/** udp */
       
   187 		EProtocolUdp,
       
   188 		/** TCP */
       
   189 		EProtocolTcp,
       
   190 		// Network type:
       
   191 		/** IN */
       
   192 		ENetType,
       
   193 		// Address types:
       
   194 		/** IP4 */
       
   195 		EAddressTypeIP4,
       
   196 		/** IP6 */
       
   197 		EAddressType
       
   198 		};
       
   199 	static const TStringTable Table;	
       
   200 	};
       
   201 
       
   202 #endif // STRINGTABLE_SdpCodecStringConstants
       
   203