BB FlashBack SDK: FBMovie

DeleteFramesAndSound

Description

Deletes a range of frames from the movie and also any sound in those frames.

Syntax

[C#/C++]
public Bool DeleteFrames (long lStartFrame, long lNumberOfFrames)

[VB.NET]
Public Function DeleteFrames (ByVal lStartFrame As Long, ByVal lNumberOfFrames As Long) as Boolean

Parameters

lStartFrame : the frame at which to start deletion

lNumberOfFrames : the number of frames to delete, starting at lStartFrame.

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is non-zero.
 

Remarks

  If the specified range of frames goes beyond the end of the movie, all frames up to movie end will be deleted.
 

See Also

FBMovie::InsertFrames