![]() |
Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
|
Declares the streaming statistics overlay. More...
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | streaming::StreamStatisticsSnapshot |
| Snapshot of stream telemetry shown in diagnostics or stream summaries. More... | |
Functions | |
| std::vector< std::string > | streaming::build_stats_overlay_lines (const StreamStatisticsSnapshot &snapshot) |
| Build text rows for streaming statistics displays. | |
Declares the streaming statistics overlay.
| std::vector< std::string > streaming::build_stats_overlay_lines | ( | const StreamStatisticsSnapshot & | snapshot | ) |
Build text rows for streaming statistics displays.
Negative metric values are treated as unavailable and omitted from the corresponding row.
| snapshot | Telemetry values to display. |