Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtpdump.h51 struct RtpDumpFileHeader { struct
55 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.
Drtpdump.cc42 RtpDumpFileHeader::RtpDumpFileHeader(uint32 start_ms, uint32 s, uint16 p) in RtpDumpFileHeader() function in cricket::RtpDumpFileHeader