#include <mobu-python-api.h>
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:
Public Attributes | |
object | kFBHardwareTimestamp |
Device supplies timestamp. More... | |
object | kFBHardwareFrequency |
Device is running at known, fixed frequency. More... | |
object | kFBAutoFrequency |
Device is running at unknown, fixed frequency. More... | |
object | kFBSoftwareTimestamp |
The software will timestamp packets as they arrive. More... | |
object kFBAutoFrequency |
Device is running at unknown, fixed frequency.
object kFBHardwareFrequency |
Device is running at known, fixed frequency.
object kFBHardwareTimestamp |
Device supplies timestamp.
object kFBSoftwareTimestamp |
The software will timestamp packets as they arrive.