|
ORE Studio 0.0.4
|
Reads and parses ORES session recording files. More...
#include <session_reader.hpp>

Static Public Member Functions | |
| static std::expected< session_data, comms::recording::session_file_error > | read (const std::filesystem::path &file_path) |
| Read a complete session file. | |
| static std::expected< session_metadata, comms::recording::session_file_error > | read_metadata (const std::filesystem::path &file_path) |
| Read only the session metadata (header). | |
Reads and parses ORES session recording files.
This class provides functionality to read session recording files created by the session_recorder and extract the contained frames and metadata for analysis.
|
static |
Read a complete session file.
| file_path | Path to the session recording file |
|
static |
Read only the session metadata (header).
Useful for quickly inspecting a file without loading all frames.
| file_path | Path to the session recording file |