RtspMessage Constructor (RtspMessageType, NullableDouble, Encoding) |
Constructs a RtspMessage
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public RtspMessage(
RtspMessageType messageType,
Nullable<double> version = 1,
Encoding encoding = null
)
Public Sub New (
messageType As RtspMessageType,
Optional version As Nullable(Of Double) = 1,
Optional encoding As Encoding = Nothing
)
public:
RtspMessage(
RtspMessageType messageType,
Nullable<double> version = 1,
Encoding^ encoding = nullptr
)
new :
messageType : RtspMessageType *
?version : Nullable<float> *
?encoding : Encoding
(* Defaults:
let _version = defaultArg version 1
let _encoding = defaultArg encoding null
*)
-> RtspMessage
Parameters
- messageType
- Type: Ozeki.CameraRtspMessageType
The type of message to construct - version (Optional)
- Type: SystemNullableDouble
- encoding (Optional)
- Type: System.TextEncoding
See Also