Click or drag to resize

SessionDescriptionLine Class

Thrown when a SessionDescription does not conform to the RFC 4566 outline
Low level class for dealing with Sdp lines with a format of 'X=V{st:sv0,sv1;svN}'
Inheritance Hierarchy
SystemObject
  Ozeki.CameraSessionDescriptionLine

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class SessionDescriptionLine

The SessionDescriptionLine type exposes the following members.

Constructors
  NameDescription
Public methodSessionDescriptionLine(String)
Parses and creates a SessionDescriptionLine from the given line
Public methodSessionDescriptionLine(Char, Int32)
Constructs a new SessionDescriptionLine with the given type
Top
Properties
  NameDescription
Public propertyParts
Top
Methods
  NameDescription
Public methodToString
The string representation of the SessionDescriptionLine including the required new lines.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldm_Parts
Public fieldType
Top
Remarks
Should use byte[] and should have Encoding as a property
See Also