BB FlashBack SDK: FBFrames

GetWatermarks

Description

Returns, in an FBWatermarks object, a collection of all the watermarks in the movie.

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

Syntax

[C#/C++]
public FBWatermarks* GetWatermarks ()

[VB.NET]
Public Sub GetWatermarks As FBWatermarks

Return Values

If the function fails, the return value is zero.

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

See Also

The FBWatermarks Class