Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
streaming::StreamStatisticsSnapshot Struct Reference

Snapshot of stream telemetry shown in diagnostics or stream summaries. More...

#include <src/streaming/stats_overlay.h>

Public Attributes

int audioQueueDurationMs
 Estimated buffered audio duration in milliseconds.
 
int decoderLatencyMs
 Video decoder latency in milliseconds.
 
int fps
 Current stream frame rate.
 
int height
 Stream height in pixels.
 
int hostLatencyMs
 Host-side processing latency in milliseconds.
 
bool poorConnection
 True when the host flags the connection as poor.
 
int roundTripTimeMs
 End-to-end measured round-trip latency in milliseconds.
 
int videoPacketsLost
 Video packets permanently lost.
 
int videoPacketsReceived
 Total video packets received.
 
int videoPacketsRecovered
 Video packets recovered through FEC or retransmission.
 
int videoQueueDepth
 Number of video frames buffered locally.
 
int width
 Stream width in pixels.
 

Detailed Description

Snapshot of stream telemetry shown in diagnostics or stream summaries.


The documentation for this struct was generated from the following file: