Click or drag to resize
RtspRequest Class
Inheritance Hierarchy

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class RtspRequest : AbstractRtspMessage, 
	ICloneable<RtspRequest>

The RtspRequest type exposes the following members.

Constructors
  NameDescription
Public methodRtspRequest
Initializes a new instance of the RtspRequest class
Top
Methods
Properties
  NameDescription
Public propertyBody (Inherited from AbstractRtspMessage.)
Public propertyCseq (Inherited from AbstractRtspMessage.)
Public propertyHeaders (Inherited from AbstractRtspMessage.)
Public propertyRequestLine
Protected propertySync (Inherited from AbstractRtspMessage.)
Public propertyVersion (Inherited from AbstractRtspMessage.)
Top
See Also