BB FlashBack SDK: FBPlayer

MovieSpeed

Description

The speed of the movie. If it is not equal to 1, movie playback is speeded up or slowed down by an appropriate factor.

For example, if MovieSpeed = -2, the movie is played at half speed. If MovieSpeed = 2, the movie is played at double speed.

Non-integer values are permitted.

Syntax

[C#/C++]
public Double MovieSpeed;

[VB.NET]
Public Property MovieSpeed As Single;