TPDC_SAMPLE_RATE (Compact 2013)
3/26/2014
This structure holds the touch sample rate information that TouchPanelGetDeviceCaps returns.
Syntax
struct TPDC_SAMPLE_RATE {
INT SamplesPerSecondLow;
INT SamplesPerSecondHigh;
INT CurrentSampleRateSetting;
};
Members
- SamplesPerSecondLow
Low amount of samples per second.
- SamplesPerSecondHigh
High amount of samples per second.
- CurrentSampleRateSetting
Current sample rate setting; 0 indicates low and 1 indicates high.
Requirements
Header |
tchddi.h |