BB FlashBack SDK: FBTransitionProperties

PauseInTheMiddle

Description

Determines the duration in milliseconds of any pause in the middle of the transition. E.g if the transition type was a fade through white, setting this property to 1000 would pause, displaying a white frame in the movie, for 1 second.

Syntax

[C#/C++]
public long PauseInTheMiddle;

[VB.NET]
Public Property PauseInTheMiddle As Integer

See Also

FBTransitionProperties::Duration