BB FlashBack SDK: FBInsertVideoFileParameters

Position

Description

Returns and sets how the inserted video file will be positioned and scaled within the movie. Inserting a videoi file does not change the dimensions of the movie.
 

Syntax

[C#/C++]
public long Position

[VB.NET]
Public Property Position As Integer
 

Remarks

Possible values for the property:

0 = Fill. The video is scaled to fill the entire movie but maintain its aspect ratio. e.g  

1 = Fit. The video is scaled to fit into the movie. e.g.

2 = Stretch.  The video is scaled to fill the movie, changing its aspect ratio if necessary. e.g.

3 = Center. The video is not scaled, and centered within the movie. e.g.

 

See Also

FBInsertVideoFileProperties::PaddingColor