Searched defs:RtpDumpFileHeader (Results 1 – 2 of 2) sorted by relevance
51 struct RtpDumpFileHeader { struct55 static const std::string kFirstLine;56 static const size_t kHeaderLength = 16;57 uint32 start_sec; // start of recording, the seconds part.58 uint32 start_usec; // start of recording, the microseconds part.59 uint32 source; // network source (multicast address).60 uint16 port; // UDP port.61 uint16 padding; // 2 bytes padding.
42 RtpDumpFileHeader::RtpDumpFileHeader(uint32 start_ms, uint32 s, uint16 p) in RtpDumpFileHeader() function in cricket::RtpDumpFileHeader