Sets the thumbnail.

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

Syntax

C#
public void SetThumbnail(
	Object jpeg
)
Visual Basic (Declaration)
Public Sub SetThumbnail ( _
	jpeg As Object _
)
Visual C++
public:
virtual void SetThumbnail(
	Object^ jpeg
) sealed

Parameters

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

Implements

IChanStatus..::.SetThumbnail(Object)

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