mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-17 13:49:59 +00:00
Add support for sunshine host latency
This commit is contained in:
@@ -151,6 +151,12 @@ typedef struct _DECODE_UNIT {
|
||||
// Frame type
|
||||
int frameType;
|
||||
|
||||
// Optional host processing latency of the frame, in 1/10 ms units.
|
||||
// Zero when the host doesn't provide the latency data
|
||||
// or frame processing latency is not applicable to the current frame
|
||||
// (happens when the frame is repeated).
|
||||
uint16_t frameHostProcessingLatency;
|
||||
|
||||
// Receive time of first buffer. This value uses an implementation-defined epoch,
|
||||
// but the same epoch as enqueueTimeMs and LiGetMillis().
|
||||
uint64_t receiveTimeMs;
|
||||
|
||||
Reference in New Issue
Block a user