BB FlashBack SDK: FBFrames

GetBlurs

Description

Returns, in an FBBlurs object, a collection of all the blurs shown in the specified frame.

This method is accessible to the Advanced edition of the SDK only.

Syntax

[C#/C++]
public FBBlurs* GetBlurs (long lFrameNumber)

[VB.NET]
Public Function GetBlurs (ByVal lFrameNumber As Long) As FBBlurs

Parameters

lFrameNumber : the number of the frame for which displayed blurs will be retrieved
 

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is a pointer to an FBBlurs collection.

Remarks

If there are no blurs shown in the frame, the Count property of the returned FBBlurs collection is set to zero.
 

See Also

The FBBlurs Class