Click or drag to resize
RtspMessageFromHttpBytes Method

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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