Click or drag to resize
RtspMessage Constructor (Byte, Int32)
Creates a RtspMessage from the given bytes

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RtspMessage(
	byte[] bytes,
	int offset = 0
)

Parameters

bytes
Type: SystemByte
The byte array to create the RtspMessage from
offset (Optional)
Type: SystemInt32
The offset within the bytes to start creating the message
See Also