StreamSend Method (Image, Action)

CVB.Net Documentation
Sends the given image to the remote client.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public void Send(
	Image image,
	Action imageReleased = null
)

Parameters

image
Type: Stemmer.CvbImage
Image to be sent.
imageReleased (Optional)
Type: SystemAction
Delegate to be called when the given image is not needed anymore for packet resend. If the image will be copied to the resend buffer.
Remarks

The given image must fit into the payload size set at creation/Configuration state.

If packet resend is enabled (ResendBuffersCount larger than zero), then the given image must remain unchanged until imageReleased has been called! In case packet resend is disabled imageReleased will be called immediately.

See Also

Reference