Microsoft DirectX 9.0 |
The SetDefaultFPS method sets the default output frame rate, in frames per second. 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.SetDefaultFPS(
FPS As Double
)
Parameters
FPS
Default frame rate, in frames per second.
Error Codes
If the method fails, an error is raised.
See Also