Sets the thumbnail.

Namespace:  GrassValley.Mseries.ChanStatus
Assembly:  GrassValley.Mseries.ChanStatus (in GrassValley.Mseries.ChanStatus.dll) Version: 1.0.0.0

Syntax

C#
void SetThumbnail(
	Object jpeg
)
Visual Basic (Declaration)
Sub SetThumbnail ( _
	jpeg As Object _
)
Visual C++
void SetThumbnail(
	Object^ jpeg
)

Parameters

jpeg
Type: System..::.Object
JPEG.

Remarks

This function writes the given thumbnail JPEG data into the channel status memory-mapped file. The thumbnail is then available to other ChanStatus objects using the GetStatus interface function.

See Also