get_fps


Description:

public abstract void get_fps (out int desired_fps, out int min_fps)

Returns frames per second (FPS) information for this effect.

If the min_fps is not met, the Effect may be cancelled or the host will skip ahead.

Parameters:

desired_fps The desired FPS of the transition. Return zero if no transition is to occur (instantaneous or null transition).
min_fps The minimum FPS before the effect is consider "ruined". Return zero if any FPS is acceptable.