BB FlashBack SDK: FBFrames

GetFrameProperties

Description

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

Syntax

[C#/C++]
public Bool GetFrameProperties (long lFrameIndex, FBFrameProperties* pFrameProperties)

[VB.NET]
Public Function GetFrameProperties (ByVal lFrameIndex As Long, ByRef pFrameProperties() As FBFrameProperties) As Boolean

Parameters

lFrameIndex : [In] Index of a frame.

pFrameProperties : [In] Pointer to an FBFrameProperties object created by the calling code.
 

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.
 

See Also

The FBFrameProperties Class