MovieDef::GetFrameRate

MovieDef::GetFrameRate
virtual float GetFrameRate() const = 0;
Description

GetFrameRate obtains the SWF frame rate. This is a minimum rate at which Movie::Advance should be called for smooth animation.

Return Value

A float value containing the frame rate; this does not need to be an integer multiple.