mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-07-24 15:50:51 +00:00
Add presentation timestamp to video frame metadata
This commit is contained in:
+2
-1
@@ -33,7 +33,8 @@ typedef struct _RTP_PACKET {
|
||||
char header;
|
||||
char packetType;
|
||||
unsigned short sequenceNumber;
|
||||
char reserved[8];
|
||||
unsigned int timestamp;
|
||||
unsigned int ssrc;
|
||||
} RTP_PACKET, *PRTP_PACKET;
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
Reference in New Issue
Block a user