Description: This User interface sample provides the usage model of Frame Rate Target Control APIs. Usage model includes read & write FRTC.
Supported OS: Windows
Init and Destroy: Initialize the library before using it and destroy it after the usage. Refer to InitADL() for initialization and clean-up is done inside main function only.
Functionality:
Commands used to provide the requested operations:
- To list the available commands:
Syntax: FPSSampleTool
- To get All active Adapter’s information on the system
Syntax: FPSSampleTool i
Application lists the entire adapter’s information on the system.
- To get Frame Per Second(FPS) Global Settings Capability
Syntax: FPSSampleTool c <Adapter Index>
- To get Frame Per Second(FPS) Global Settings
Syntax: FPSSampleTool g <Adapter Index>
- To set Frame Per Second(FPS) Global Settings
Syntax: FPSSampleTool s <Adapter Index> <AC FPS Current Value> <DC FPS Current Value>
- To reset(defaults) Frame Per Second(FPS) Global Settings
Syntax: FPSSampleTool d <Adapter Index>
- To get Capability of supporting FPS monitor
Syntax: FPSSampleTool m <Adapter Index>
- To get current FPS value
Syntax: FPSSampleTool f <Adapter Index>
Sample Path: Sample\FPSSampleTool