00001 // Autogenerated from epoc32\BUILD\src\common\generic\mm-protocols\sip\group\SDPCODEC\ARMV5\sdpcodecstringconstants.st by the stringtable tool - Do not edit 00002 00003 #ifndef STRINGTABLE_SdpCodecStringConstants 00004 #define STRINGTABLE_SdpCodecStringConstants 00005 00006 #include "stringpool.h" 00007 00008 struct TStringTable; 00009 00011 class SdpCodecStringConstants 00012 { 00013 public: 00014 enum TStrings 00015 { 00016 // SDP field names: 00018 EVersion, 00020 EOrigin, 00022 ESession, 00024 EInfo, 00026 EUri, 00028 EEmail, 00030 EPhone, 00032 EConnection, 00034 EBandwidth, 00036 EZone, 00038 EKey, 00040 EAttribute, 00042 ETime, 00044 ERepeat, 00046 EMedia, 00047 // Predefined bandwidth modifiers: 00049 EModifierCT, 00051 EModifierAS, 00052 // Typed time units: 00054 ETimeUnitDays, 00056 ETimeUnitHours, 00058 ETimeUnitMinutes, 00060 ETimeUnitSeconds, 00061 // No typed time unit defined: 00063 ETimeUnitNone, 00064 // Predefined encryption methods: 00066 EMethodClear, 00068 EMethodBase64, 00070 EMethodUri, 00072 EMethodPrompt, 00073 // Predefined attributes: 00075 EAttributeCat, 00077 EAttributeKeywds, 00079 EAttributeTool, 00081 EAttributePtime, 00083 EAttributeMaxptime, 00085 EAttributeRecvonly, 00087 EAttributeSendrecv, 00089 EAttributeSendonly, 00091 EAttributeInactive, 00093 EAttributeOrient, 00094 // Predefined Orient attribute values 00096 EAttributeOrientValuePortrait, 00098 EAttributeOrientValueLandscape, 00100 EAttributeOrientValueSeascape, 00102 EAttributeType, 00104 EAttributeCharset, 00106 EAttributeSdplang, 00108 EAttributeLang, 00110 EAttributeFramerate, 00112 EAttributeQuality, 00114 EAttributeControl, 00116 EAttributeRange, 00118 EAttributeEtag, 00120 EAttributeDes, 00122 EAttributeCurr, 00124 EAttributeConf, 00125 // Predefined Strength tag for Curr, Conf and Des attributes 00127 EAttributeStatusStrengthTagMandatory, 00129 EAttributeStatusStrengthTagOptional, 00131 EAttributeStatusStrengthTagNone, 00133 EAttributeStatusStrengthTagFailure, 00135 EAttributeStatusStrengthTagUnknown, 00136 // Predefined Status type for Curr, Conf and Des attributes 00138 EAttributeStatusTypeE2e, 00140 EAttributeStatusTypeLocal, 00142 EAttributeStatusTypeRemote, 00143 // Predefined Direction tag for Curr, Conf and Des attributes 00145 EAttributeStatusDirectionTagNone, 00147 EAttributeStatusDirectionTagSend, 00149 EAttributeStatusDirectionTagRecv, 00151 EAttributeStatusDirectionTagSendrecv, 00153 EAttributeMid, 00155 EAttributeGroup, 00156 // Predefined semantics for Group attribute 00158 EAttributeGroupSemanticLS, 00160 EAttributeGroupSemanticFID, 00162 EAttributeGroupSemanticSRF, 00164 EAttributeRtpmap, 00166 EAttributeFmtp, 00167 // Predefined media types: 00169 EMediaAudio, 00171 EMediaVideo, 00173 EMediaApplication, 00175 EMediaData, 00177 EMediaControl, 00179 EMediaImage, 00180 // Predefined media transport protocols: 00182 EProtocolRtpAvp, 00184 EProtocolUdp, 00186 EProtocolTcp, 00187 // Network type: 00189 ENetType, 00190 // Address types: 00192 EAddressTypeIP4, 00194 EAddressType 00195 }; 00196 static const TStringTable Table; 00197 }; 00198 00199 // STRINGTABLE_SdpCodecStringConstants 00200 #endif 00201