Click or drag to resize
SDPAttributeType Enumeration

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum SDPAttributeType
Members
  Member nameValueDescription
Extension0 Extension attribute type.
Category1 This attribute gives the dot-separated hierarchical category of the session. This is to enable a receiver to filter unwanted sessions by category. (SDP a=cat)
Keywords2 Like the cat attribute, this is to assist identifying wanted sessions at the receiver. (SDP a=keywds)
Tool3 This gives the name and version number of the tool used to create the session description. (SDP a=tool)
PacketizationTime4 This gives the length of time in milliseconds represented by the media in a packet. (SDP a=ptime)
MaxPacketizationTime5 This gives the maximum amount of media that can be encapsulated in each packet, expressed as time in milliseconds. (SDP a=maxptime)
RtpMap6 This attribute maps from an RTP payload type number (as used in an "m=" line) to an encoding name denoting the payload format to be used. It also provides information on the clock rate and encoding parameters. (SDP a=rtpmap)
ReceiveOnly7 This specifies that the tools should be started in send and receive mode. (SDP a=recvonly)
SendRecv8 This specifies that the tools should be started in send and receive mode. (SDP a=sendrecv)
SendOnly9 This specifies that the tools should be started in send-only mode. (SDP a=sendonly)
Inactive10 This specifies that the tools should be started in inactive mode. No media is sent over an inactive media stream. (SDP a=inactive)
Orientation11 Normally this is only used for a whiteboard or presentation tool. It specifies the orientation of a the workspace on the screen. (SDP a=orient)
ConferenceType12 This specifies the type of the conference. (SDP a=type)
Charset13 This specifies the character set to be used to display the session name and information data. (SDP a=charset)
SdpLang14 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. (SDP a=sdplang)
Lang15 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. (SDP a=lang)
FrameRate16 This gives the maximum video frame rate in frames/sec. (SDP a=framerate)
Quality17 This gives a suggestion for the quality of the encoding as an integer value. (SDP a=quality)
Fmtp18 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. (SDP a=fmtp)
Crypto19 Describes the cryptographic suite, key parameters, and session parameters for the preceding unicast media line. (SDP a=crypto)
Candidate20 Provides one of many possible candidate addresses for communication. These addresses are validated with an end-to-end connectivity check using Session Traversal Utilities for NAT (STUN)). (SDP a=candidate)
RemoteCandidates21 Provides the identity of the remote candidates that the offerer wishes the answerer to use in its answer. (SDP a=remote-candidates)
IceLite22 Indicates that an agent has the minimum functionality required to support ICE inter-operation with a peer that has a full implementation. (SDP a=ice-lite)
IceMismatch23 Indicates that an agent is ICE capable, but did not proceed with ICE due to a mismatch of candidates with the default destination for media signaled in the SDP. (SDP a=ice-mismatch)
IcePwd24 Provides the password used to protect STUN connectivity checks. (SDP a=ice-pwd)
IceUfrag25 Provides the fragments used to construct the username in STUN connectivity checks. (SDP a=ice-ufrag)
IceOptions26 Indicates the ICE options or extensions used by the agent. (SDP a=ice-options)
See Also