Add presentation timestamp to video frame metadata

This commit is contained in:
Cameron Gutman
2019-11-10 18:07:11 -08:00
parent eceb7d3a2b
commit f4dad9ae8b
7 changed files with 27 additions and 4 deletions
+2 -1
View File
@@ -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)