Click or drag to resize

RtspMessageFromHttpBytes Method

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static RtspMessage FromHttpBytes(
	byte[] message,
	int offset,
	Encoding encoding = null
)

Parameters

message
Type: SystemByte
offset
Type: SystemInt32
encoding (Optional)
Type: System.TextEncoding

Return Value

Type: RtspMessage
See Also