Click or drag to resize

FM.IceLink.Sdp Namespace

 
Classes
  ClassDescription
Public classAddressType
Defines valid SDP address types.
Public classAttribute
An SDP attribute.
Public classBandwidth
An SDP bandwidth element.
Public classBandwidthType
Defines valid SDP bandwidth types.
Public classBase64EncryptionKey
An SDP encryption key with a method of "base64".
Public classCategoryAttribute
This attribute gives the dot-separated hierarchical category of the session. This is to enable a receiver to filter unwanted sessions by category. There is no central registry of categories. It is a session-level attribute, and it is not dependent on charset.
Public classCharacterSetAttribute
This specifies the character set to be used to display the session name and information data. By default, the ISO-10646 character set in UTF-8 encoding is used. If a more compact representation is required, other character sets may be used. For example, the ISO 8859-1 is specified with the following SDP attribute: a=charset:ISO-8859-1
Public classClearEncryptionKey
An SDP encryption key with a method of "clear".
Public classConferenceType
Defines valid SDP conference types.
Public classConferenceTypeAttribute
This specifies the type of the conference. Suggested values are "broadcast", "meeting", "moderated", "test", and "H332". "recvonly" should be the default for "type:broadcast" sessions, "type:meeting" should imply "sendrecv", and "type:moderated" should indicate the use of a floor control tool and that the media tools are started so as to mute new sites joining the conference.
Public classConnectionData
An SDP connection data element.
Public classCryptoAttribute
This gives the maximum amount of media that can be encapsulated in each packet, expressed as time in milliseconds. The time SHALL be calculated as the sum of the time the media present in the packet represents. For frame-based codecs, the time SHOULD be an integer multiple of the frame size. This attribute is probably only meaningful for audio data, but may be used with other media types if it makes sense. It is a media-level attribute, and it is not dependent on charset. Note that this attribute was introduced after RFC 2327, and non-updated implementations will ignore this attribute.
Public classCryptoKeyMethod
Defines valid SDP crypto key methods.
Public classCryptoSessionParam
Defines valid SDP crypto session parameters.
Public classCryptoSuite
Defines valid SDP crypto suites.
Public classDirectionAttribute
This specifies the mode in which tools should be started.
Public classEncryptionKey
An SDP encryption key element.
Public classFormatParametersAttribute
This attribute allows parameters that are specific to a particular format to be conveyed in a way that SDP does not have to understand them. The format must be one of the formats specified for the media. Format-specific parameters may be any set of parameters required to be conveyed by SDP and given unchanged to the media tool that will use this format. At most one instance of this attribute is allowed for each format.
Public classFrameRateAttribute
This gives the maximum video frame rate in frames/sec. It is intended as a recommendation for the encoding of video data. Decimal representations of fractional values using the notation "integer.fraction" are allowed. It is a media-level attribute, defined only for video media, and it is not dependent on charset.
Public classInactiveAttribute
This specifies that the tools should be started in inactive mode. This is necessary for interactive conferences where users can put other users on hold. No media is sent over an inactive media stream. Note that an RTP-based system SHOULD still send RTCP, even if started inactive. It can be either a session or media-level attribute, and it is not dependent on charset.
Public classKeywordsAttribute
Like the cat attribute, this is to assist identifying wanted sessions at the receiver. This allows a receiver to select interesting session based on keywords describing the purpose of the session; there is no central registry of keywords. It is a session-level attribute. It is a charset-dependent attribute, meaning that its value should be interpreted in the charset specified for the session description if one is specified, or by default in ISO 10646/UTF-8.
Public classLanguageAttribute
This can be a session-level attribute or a media-level attribute. As a session-level attribute, it specifies the default language for the session being described. As a media- level attribute, it specifies the language for that media, overriding any session-level language specified. Multiple lang attributes can be provided either at session or media level if the session description or media use multiple languages, in which case the order of the attributes indicates the order of importance of the various languages in the session or media from most important to least important.
Public classMaxPacketTimeAttribute
This gives the maximum amount of media that can be encapsulated in each packet, expressed as time in milliseconds. The time SHALL be calculated as the sum of the time the media present in the packet represents. For frame-based codecs, the time SHOULD be an integer multiple of the frame size. This attribute is probably only meaningful for audio data, but may be used with other media types if it makes sense. It is a media-level attribute, and it is not dependent on charset. Note that this attribute was introduced after RFC 2327, and non-updated implementations will ignore this attribute.
Public classMedia
An SDP media element.
Public classMediaDescription
An SDP media description element.
Public classMediaStreamIdAttribute
https://tools.ietf.org/html/rfc5888#page-4 "Media stream identification" media attribute, which is used for identifying media streams within a session description. Its formatting in SDP [RFC4566] is described by the following Augmented Backus-Naur Form(ABNF) [RFC5234]: mid-attribute = "a=mid:" identification-tag identification-tag = token ; token is defined in RFC 4566 The identification-tag MUST be unique within an SDP session description.
Public classMediaStreamIdSemanticAttribute
https://tools.ietf.org/html/draft-ietf-mmusic-msid-08 - NB: Removed in subsequent drafts, most likely will not be used eventually. Used here for compatibility with Google Chrome and Mozilla Firefox. A session-level attribute is defined for signalling the semantics associated with an msid grouping.This allows msid groupings with different semantics to coexist. This OPTIONAL attribute gives the group identifier and its group semantic; it carries the same meaning as the ssrc-group-attr of RFC 5576 section 4.2, but uses the identifier of the group rather than a list of SSRC values. This attribute MUST be present if "a=msid" is used. An empty list of identifiers is an indication that the sender supports the indicated semantic, but has no msid groupings of the given type in the present SDP. An identifier of "*" is an indication that all "a=msid" lines in the SDP have this specific semantic. If "*" is not used, each msid-id in the SDP MUST appear in one and only one "msid-semantic" line. The name of the attribute is "msid-semantic". The value of the attribute is given by the following ABNF: msid-semantic-value = msid - semantic msid-list msid-semantic = token ; see RFC 4566 msid-list = *(" " msid-id) / " *" The semantic field holds values from the IANA registriy "Semantics for the msid-semantic SDP attribute" (which is defined in Section 6 of https://tools.ietf.org/html/draft-ietf-mmusic-msid-08 ). An example msid-semantic might look like this, if a semantic LS was registered by IANA for the same purpose as the existing LS grouping semantic: a= msid-semantic:LS xyzzy forolow This means that the SDP description has two lip sync groups, with the group identifiers xyzzy and forolow, respectively. The msid-semantic attribute can occur more than once, but MUST NOT occur more than once with the same msid-semantic value.
Public classMediaType
Defines valid SDP media types.
Public classMessage
An SDP message.
Public classNetworkType
Defines valid SDP network types.
Public classOrientation
Defines valid SDP orientations.
Public classOrientationAttribute
Normally this is only used for a whiteboard or presentation tool. It specifies the orientation of a the workspace on the screen. It is a media-level attribute. Permitted values are "portrait", "landscape", and "seascape" (upside-down landscape). It is not dependent on charset.
Public classOrigin
An SDP origin element.
Public classPacketTimeAttribute
This gives the length of time in milliseconds represented by the media in a packet. This is probably only meaningful for audio data, but may be used with other media types if it makes sense. It should not be necessary to know ptime to decode RTP or vat audio, and it is intended as a recommendation for the encoding/packetisation of audio. It is a media-level attribute, and it is not dependent on charset.
Public classPromptEncryptionKey
An SDP encryption key with a method of "prompt".
Public classQualityAttribute
This gives a suggestion for the quality of the encoding as an integer value. The intention of the quality attribute for video is to specify a non-default trade-off between frame-rate and still-image quality. For video, the value is in the range 0 to 10, with the following suggested meaning: 10 - the best still-image quality the compression scheme can give. 5 - the default behaviour given no quality suggestion. 0 - the worst still-image quality the codec designer thinks is still usable. It is a media-level attribute, and it is not dependent on charset.
Public classReceiveOnlyAttribute
This specifies that the tools should be started in receive-only mode where applicable. It can be either a session- or media- level attribute, and it is not dependent on charset. Note that recvonly applies to the media only, not to any associated control protocol (e.g., an RTP-based system in recvonly mode SHOULD still send RTCP packets).
Public classRepeatTime
An SDP repeat time element.
Public classSdpLanguageAttribute
This can be a session-level attribute or a media-level attribute. As a session-level attribute, it specifies the language for the session description. As a media-level attribute, it specifies the language for any media-level SDP information field associated with that media. Multiple sdplang attributes can be provided either at session or media level if multiple languages in the session description or media use multiple languages, in which case the order of the attributes indicates the order of importance of the various languages in the session or media from most important to least important.
Public classSendOnlyAttribute
This specifies that the tools should be started in send-only mode. An example may be where a different unicast address is to be used for a traffic destination than for a traffic source. In such a case, two media descriptions may be used, one sendonly and one recvonly. It can be either a session- or media-level attribute, but would normally only be used as a media attribute. It is not dependent on charset. Note that sendonly applies only to the media, and any associated control protocol (e.g., RTCP) SHOULD still be received and processed as normal.
Public classSendReceiveAttribute
This specifies that the tools should be started in send and receive mode. This is necessary for interactive conferences with tools that default to receive-only mode. It can be either a session or media-level attribute, and it is not dependent on charset.
Public classSetup
Defines valid SDP setups.
Public classSetupAttribute
The 'setup' attribute indicates which of the end points should initiate the TCP connection establishment (i.e., send the initial TCP SYN). The 'setup' attribute is charset-independent and can be a session-level or a media-level attribute.
Public classTimeDescription
An SDP time description element.
Public classTimeZone
An SDP time zone element.
Public classTimeZones
An SDP time zones element.
Public classTiming
An SDP timing element.
Public classToolAttribute
This gives the name and version number of the tool used to create the session description. It is a session-level attribute, and it is not dependent on charset.
Public classUdpMedia
An SDP media description with a transport protocol of "udp".
Public classUnknownAttribute
This attribute is used to encapsulate unrecognized SDP attributes.
Public classUriEncryptionKey
An SDP encryption key with a method of "uri".
Enumerations
  EnumerationDescription
Public enumerationAttributeType
SDP Attribute types
Public enumerationMediaStreamIdSemanticToken
Media Stream Id Semantic Tokens