Recording types.
The different values for this will control the way the keys are added when the device is being recorded. There are four different types of recording keys for devices:
Hardware Timestamping. This case is when the hardware provides timestamps with each packet.
Hardware Frequency. The hardware is guaranteed to provide packets at a given frequency.
Auto Frequency Packets are coming in at a fixed, unknown frequency. The recorded data will be resampled to be equidistant.
Software Timestamping. The application will provide a timestamp for each packet depending on when it receives the data.
Static Public Attributes |
|
static const | kFBHardwareTimestamp |
static const | kFBHardwareFrequency |
static const | kFBAutoFrequency |
static const | kFBSoftwareTimestamp |
const
kFBHardwareTimestamp [static] |
const
kFBHardwareFrequency [static] |
const
kFBAutoFrequency [static] |
const
kFBSoftwareTimestamp [static] |