ChunkImageBufferDescription Constructor (Size2D, ColorModel, DataType, Int32)

CVB.Net Documentation
Creates a default chunk image buffer description.

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

public ChunkImageBufferDescription(
	Size2D size,
	ColorModel colorModel,
	DataType dataType,
	int totalPayloadSize
)

Parameters

size
Type: Stemmer.CvbSize2D
Width and height in pixels.
colorModel
Type: Stemmer.CvbColorModel
Color model of the image to send.
dataType
Type: Stemmer.CvbDataType
CVB data type of the image to send.
totalPayloadSize
Type: SystemInt32
Size of the valid payload over all chunks (including the image).
Remarks

Tries to map the given colorModel and dataType to a PfncFormat.
See Also

Reference