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
SystemObject
  Ozeki.MediaSDPField
    Ozeki.MediaSDPAttribute
      More...

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class SDPAttribute : SDPField

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
Properties
  NameDescription
Public propertyName
Public propertyType
Public propertyValue
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(SDPAttribute)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodPrintSDPData (Overrides SDPFieldPrintSDPData.)
Public methodToString (Overrides ObjectToString.)
Top
See Also
Inheritance Hierarchy