Click or drag to resize
CandidateAttribute Class
The candidate attribute is a media-level attribute only. It contains a transport address for a candidate that can be used for connectivity checks. a=candidate:...
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class CandidateAttribute : SDPAttribute

The CandidateAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCandidateAttribute
Initializes a new instance of the CandidateAttribute class
Public methodCandidateAttribute(String)
Initializes a new instance of the CandidateAttribute class
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from SDPAttribute.)
Public methodEquals(SDPAttribute) (Inherited from SDPAttribute.)
Public methodGetHashCode (Inherited from SDPAttribute.)
Public methodPrintSDPData (Inherited from SDPAttribute.)
Public methodToString (Inherited from SDPAttribute.)
Top
Properties
  NameDescription
Public propertyName (Inherited from SDPAttribute.)
Public propertyType (Inherited from SDPAttribute.)
Public propertyValue (Inherited from SDPAttribute.)
Top
See Also