realtimenetprots/sipfw/SDP/strings/SdpCodecStringConstants.st
changeset 0 307788aac0a8
child 33 b8a7e07b2677
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 !/**
       
     2 ! * @publishedAll
       
     3 ! * @released
       
     4 !*/
       
     5 # SDPCodec String table
       
     6 fstringtable SdpCodecStringConstants
       
     7 # Strings are case-sensitive
       
     8 #
       
     9 #
       
    10 !// SDP field names:
       
    11 EVersion v=
       
    12 EOrigin o=
       
    13 ESession s=
       
    14 EInfo i=
       
    15 EUri u=
       
    16 EEmail e=
       
    17 EPhone p=
       
    18 EConnection c=
       
    19 EBandwidth b=
       
    20 EZone z=
       
    21 EKey k=
       
    22 EAttribute a=
       
    23 ETime t=
       
    24 ERepeat r=
       
    25 EMedia m=
       
    26 #
       
    27 #
       
    28 !// Predefined bandwidth modifiers:
       
    29 EModifierCT CT
       
    30 EModifierAS AS
       
    31 #
       
    32 #
       
    33 !// Typed time units:
       
    34 ETimeUnitDays d
       
    35 ETimeUnitHours h
       
    36 ETimeUnitMinutes m
       
    37 ETimeUnitSeconds s
       
    38 !// No typed time unit defined:
       
    39 ETimeUnitNone
       
    40 #
       
    41 #
       
    42 !// Predefined encryption methods:
       
    43 EMethodClear clear
       
    44 EMethodBase64 base64
       
    45 EMethodUri uri
       
    46 EMethodPrompt prompt
       
    47 #
       
    48 #
       
    49 !// Predefined attributes:
       
    50 # Defined in RFC2327 if no comment
       
    51 EAttributeCat cat
       
    52 EAttributeKeywds keywds
       
    53 EAttributeTool tool
       
    54 EAttributePtime ptime
       
    55 # draft-ietf-mmusic-sdp-new
       
    56 EAttributeMaxptime maxptime
       
    57 EAttributeRecvonly recvonly
       
    58 EAttributeSendrecv sendrecv
       
    59 EAttributeSendonly sendonly
       
    60 # draft-ietf-mmusic-sdp-new
       
    61 EAttributeInactive inactive
       
    62 EAttributeOrient orient
       
    63 !// Predefined Orient attribute values
       
    64 EAttributeOrientValuePortrait portrait
       
    65 EAttributeOrientValueLandscape landscape
       
    66 EAttributeOrientValueSeascape seascape
       
    67 EAttributeType type
       
    68 EAttributeCharset charset
       
    69 EAttributeSdplang sdplang
       
    70 EAttributeLang lang
       
    71 EAttributeFramerate framerate
       
    72 EAttributeQuality quality
       
    73 # RFC2326
       
    74 EAttributeControl control
       
    75 # RFC2326
       
    76 EAttributeRange range
       
    77 # RFC2326
       
    78 EAttributeEtag etag
       
    79 # RFC3312
       
    80 EAttributeDes des
       
    81 # RFC3312
       
    82 EAttributeCurr curr
       
    83 # RFC3312
       
    84 EAttributeConf conf
       
    85 # RFC3312
       
    86 !// Predefined Strength tag for Curr, Conf and Des attributes
       
    87 EAttributeStatusStrengthTagMandatory mandatory
       
    88 # RFC3312
       
    89 EAttributeStatusStrengthTagOptional optional
       
    90 # RFC3312
       
    91 EAttributeStatusStrengthTagNone none
       
    92 # RFC3312
       
    93 EAttributeStatusStrengthTagFailure failure
       
    94 # RFC3312
       
    95 EAttributeStatusStrengthTagUnknown unknown
       
    96 # RFC3312
       
    97 !// Predefined Status type for Curr, Conf and Des attributes
       
    98 EAttributeStatusTypeE2e e2e
       
    99 # RFC3312
       
   100 EAttributeStatusTypeLocal local
       
   101 # RFC3312
       
   102 EAttributeStatusTypeRemote remote
       
   103 # RFC3312
       
   104 !// Predefined Direction tag for Curr, Conf and Des attributes
       
   105 EAttributeStatusDirectionTagNone none
       
   106 # RFC3312
       
   107 EAttributeStatusDirectionTagSend send
       
   108 # RFC3312
       
   109 EAttributeStatusDirectionTagRecv recv
       
   110 # RFC3312
       
   111 EAttributeStatusDirectionTagSendrecv sendrecv
       
   112 # RFC3388
       
   113 EAttributeMid mid
       
   114 # RFC3388
       
   115 EAttributeGroup group
       
   116 # RFC3388
       
   117 !// Predefined semantics for Group attribute
       
   118 EAttributeGroupSemanticLS LS
       
   119 # RFC3388
       
   120 EAttributeGroupSemanticFID FID
       
   121 # RFC3524
       
   122 EAttributeGroupSemanticSRF SRF
       
   123 EAttributeRtpmap rtpmap
       
   124 EAttributeFmtp fmtp
       
   125 #
       
   126 #
       
   127 !// Predefined media types:
       
   128 EMediaAudio audio
       
   129 EMediaVideo video
       
   130 EMediaApplication application
       
   131 EMediaData data
       
   132 EMediaControl control
       
   133 EMediaImage image
       
   134 #
       
   135 #
       
   136 !// Predefined media transport protocols:
       
   137 EProtocolRtpAvp RTP/AVP
       
   138 EProtocolUdp udp
       
   139 EProtocolTcp TCP
       
   140 #
       
   141 #
       
   142 !// Network type:
       
   143 ENetType IN
       
   144 #
       
   145 #
       
   146 !// Address types:
       
   147 EAddressTypeIP4 IP4
       
   148 EAddressType IP6