BB FlashBack SDK: FBMovie

SaveFrameAsJpeg

Description

Saves a frames to a JPEG image file
 

Syntax

[C#/C++]
public Bool SaveFrameAsJpeg (BSTR FileName, long FrameNum, long Width, long Height, Bool SaveCursor);

[VB.NET]
Public Function SaveFrameAsJpeg (ByVal FileName As String, ByVal FrameNum As Long, ByVal Width As Long, ByVal Height As Long, ByVal SaveCursor As Boolean) As Boolean
 

Parameters

FileName - name of the Jpeg file to save.

FrameNum - number of the frame to save

Width - width in pixels of the saved image

Height - height in pixels of the saved image

SaveCursor - set to true to save the cursor in the image, or false to omit the cursor
 

Return Values

If the function fails, the return value is zero.