BB FlashBack SDK: FBBlurs

GetProperties

Description

Sets the properties of a FBBlurProperties object to those of a specified blur within the movie, given its index.

Syntax

[C#/C++]
public Bool GetProperties (long lIndex, FBBlurProperties* pBlurProperties);

[VB.NET]
Public Function GetProperties (ByVal lIndex As Long, ByRef pBlurProperties() As FBBlurProperties) As Boolean

Parameters

lIndex : [In] Index of a blur.

pBlurProperties : [In] Pointer to a FBBlurProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

Remarks

The caller should create the FBBlurProperties object before passing its pointer in. After changing the properties of the object, the changes can be committed back to the in-movie blur movie by using the SetProperties or SetPropertiesByID methods.

See Also

The FBBlurProperties Class  FBBlurs::GetPropertiesByID  FBBlurs::SetProperties  FBBlurs::SetPropertiesByID