Click or drag to resize
SDPAttribute Class
Attributes are the primary means for extending SDP. Attributes may be defined to be used as "session-level" attributes, "media-level" attributes, or both. a=attribute a=attribute:value
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SDPAttribute : SDPField, 
	IEquatable<SDPAttribute>

The SDPAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSDPAttribute
Initializes a new instance of the SDPAttribute class
Public methodSDPAttribute(SDPAttributeType, String)
Initializes a new instance of the SDPAttribute class
Public methodSDPAttribute(SDPAttributeType, String, String)
Initializes a new instance of the SDPAttribute class
Top
Methods
Properties
  NameDescription
Public propertyName
Public propertyType
Public propertyValue
Top
See Also
Inheritance Hierarchy