PUCLIB 1.6.2.0
PHOTRON USB Control Library
Loading...
Searching...
No Matches
PUC_FRAMERATE_LIMIT_INFO Struct Reference

Structure for storing framerate limit values. More...

#include <PUCLIB.h>

Data Fields

UINT32 nMinFrameRate
 Minimum Framerate.
UINT32 nMaxFrameRate
 Maximum Framerate.

Detailed Description

Structure for storing framerate limit values.

Definition at line 71 of file PUCLIB.h.

Field Documentation

◆ nMaxFrameRate

UINT32 nMaxFrameRate

Maximum Framerate.

Definition at line 79 of file PUCLIB.h.

◆ nMinFrameRate

UINT32 nMinFrameRate

Minimum Framerate.

Definition at line 75 of file PUCLIB.h.