![]() |
C++ API
|
Stored session header class. More...
#include <plux.h>
Public Attributes | |
| time_t | startTime |
| Session start time. | |
| time_t | schedStartTime |
| The Schedule::startTime attribute value of the schedule associated with this session, which is an unique schedule identifier. | |
| int | nFrames |
| Total number of frames in the stored session. | |
| float | baseFreq |
| Session acquisition base sampling frequency in Hertz. | |
| SessionSources | sources |
| Session sources. | |
| String | text |
| Optional user text from the Schedule::text attribute of the schedule associated with this session. | |
| Properties | properties |
| Additional session properties. | |
Stored session header class.
MemoryDev::getSessions() returns objects of this class.
| time_t Plux::Session::startTime |
Session start time.
This attribute value is unique to each session stored on the device, so this attribute is used as a session identifier in MemoryDev::replaySession().