BB FlashBack SDK: FBInsertVideoFileParameters

VideoFileName

Description

Optionally sets the name of the video file to be inserted.
 

Syntax

[C#/C++]
public String VideoFileName;

[VB.NET]
Public Property VideoFileName As String
 

Remarks

When inserting a video file into a movie by use of the FBEditor::InsertVideoFile method, the caller passes in an FBInsertVideoFileParameters object. If the ShowOptions property of this object is set to True, a standard video file selection dialog will be displayed, enabling a user to select the video file to be inserted. If the ShowOptions property of the object is set to False, the video file specified by the VideoFileName property will be inserted.
 

See Also

FBEditor::InsertVideoFile  FBInsertVideoFileParameters::ShowOptions