Click or drag to resize
RtspMessage Constructor (RtspMessageType, NullableDouble, Encoding)
Constructs a RtspMessage

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RtspMessage(
	RtspMessageType messageType,
	Nullable<double> version = 1,
	Encoding encoding = null
)

Parameters

messageType
Type: Ozeki.CameraRtspMessageType
The type of message to construct
version (Optional)
Type: SystemNullableDouble
encoding (Optional)
Type: System.TextEncoding
See Also