Click or drag to resize
CameraSessionDescription Class
Provides facilities for parsing and creating SessionDescription data http://en.wikipedia.org/wiki/Session_Description_Protocol http://tools.ietf.org/html/rfc4566
Inheritance Hierarchy
SystemObject
  Ozeki.CameraCameraSessionDescription

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public sealed class CameraSessionDescription

The CameraSessionDescription type exposes the following members.

Constructors
  NameDescription
Public methodCameraSessionDescription(Int32)
Initializes a new instance of the CameraSessionDescription class
Public methodCameraSessionDescription(String)
Constructs a SessionDescription from the given contents of a Session Description Protocol message
Public methodCameraSessionDescription(CameraSessionDescription)
Creates a copy of another SessionDescription
Public methodCameraSessionDescription(String, String)
Initializes a new instance of the CameraSessionDescription class
Public methodCameraSessionDescription(Int32, String, String)
Constructs a new Session Description
Top
Methods
Fields
Properties
See Also