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.4.13.0
Syntax
public class SDPAttribute : SDPField

The SDPAttribute type exposes the following members.

Constructors
 NameDescription
Public methodSDPAttributeInitializes 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
See Also
Inheritance Hierarchy