BB FlashBack SDK: FBEditor

MovieSize

Description

Returns or sets the scaling of the movie as it is displayed in the Player window.

Syntax

[C#/C++]
public MovieSizes MovieSize;

[VB.NET]
Public Property MovieSize As MovieSizes

Remarks

MovieSize can be one of these values, defined in the enum MovieSizes:

MovieSize_100 (0)

Displayed at 100% size

MovieSize_75 (1)

Displayed at 75% size

MovieSize_50 (2)

Displayed at 50% size

MovieSize_25 (3)

Displayed at 25% size

MovieSize_Custom (4)

Size has been set by FBEditor::CustomMovieSize to something other than 25, 50, 75 or 100%

MovieSize_FitToWindow (5)

Movie sizes itself to fit into FBPlayer dimensions

Setting MovieSize to 25, 50, 75 or 100% also sets FBEditor::CustomMovieSize accordingly.

See also

FBEditor::CustomMovieSize