BB FlashBack SDK: FBEditor

InsertVideoFile

Description

Inserts a video file at the current frame of the movie.

This method is accessible to the Pro and Advanced editions of the SDK only.
 

Syntax

[C#/C++]
public long InsertVideoFile (FBInsertVideoFileParameters* pVideoParams)

[VB.NET]
Public Function InsertVideoFile (ByRef pVideoParams As FBInsertVideoFileParameters) As Integer

Parameters

pVideoParams (in) : Pointer to an FBInsertVideoFileParameters object which contains information about the video file and how it is to be inserted. Created by application code previously.
 

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.
 

See Also

The FBInsertVideoFileParameters Class