Searched defs:RtpDumpFileHeader (Results 1 – 2 of 2) sorted by relevance
58 struct RtpDumpFileHeader { struct62 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.
48 RtpDumpFileHeader::RtpDumpFileHeader(uint32_t start_ms, uint32_t s, uint16_t p) in RtpDumpFileHeader() function in cricket::RtpDumpFileHeader