Click or drag to resize

RtspMessageFromHttpBytes Method


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

Parameters

message  Byte
 
offset  Int32
 
encoding  Encoding  (Optional)
 

Return Value

RtspMessage
See Also