Home
last modified time | relevance | path

Searched defs:RtpDumpFileHeader (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
Drtpdump.h58 struct RtpDumpFileHeader { struct
62 static const char kFirstLine[];
63 static const size_t kHeaderLength = 16;
64 uint32_t start_sec; // start of recording, the seconds part.
65 uint32_t start_usec; // start of recording, the microseconds part.
66 uint32_t source; // network source (multicast address).
67 uint16_t port; // UDP port.
68 uint16_t padding; // 2 bytes padding.
Drtpdump.cc48 RtpDumpFileHeader::RtpDumpFileHeader(uint32_t start_ms, uint32_t s, uint16_t p) in RtpDumpFileHeader() function in cricket::RtpDumpFileHeader