BB FlashBack SDK: FBEditor

InsertWatermark

Description

Inserts into the movie a watermark with properties defined by the supplied FBWatermarkProperties object.

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

Syntax

[C#/C++]
public Bool InsertWatermark (FBWatermarkProperties* pWatermarkProperties)

[VB.NET]
Public Function InsertWatermark (ByRef pWatermarkProperties() As FBWatermarkProperties) As Boolean

Parameters

pWatermarkProperties : [In] Pointer to an FBWatermarkProperties object
 

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero. The ID property of the FBWatermarkProperties object passed in will be set to the ID of the new watermark.
 

See Also

The FBWatermarkProperties Class