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 start_sec; // start of recording, the seconds part.65 uint32 start_usec; // start of recording, the microseconds part.66 uint32 source; // network source (multicast address).67 uint16 port; // UDP port.68 uint16 padding; // 2 bytes padding.
48 RtpDumpFileHeader::RtpDumpFileHeader(uint32 start_ms, uint32 s, uint16 p) in RtpDumpFileHeader() function in cricket::RtpDumpFileHeader