Microsoft DirectX 9.0 |
The AMTimeline.GetDefaultFPS method retrieves the default output frame rate, in frames per second (FPS). Groups use this value as their default frame rate. To set a group's frame rate, call the AMTimelineGroup.SetOutputFPS method on the group.
Syntax
object.GetDefaultFPS(
pFPS As Double
)
Parameters
pFPS
Variable that receives the default frame rate, in frames per second.
Error Codes
If the method fails, an error is raised.
See Also