Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Drtpdump.h58 struct RtpDumpFileHeader { struct
62 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.
Drtpdump.cc48 RtpDumpFileHeader::RtpDumpFileHeader(uint32 start_ms, uint32 s, uint16 p) in RtpDumpFileHeader() function in cricket::RtpDumpFileHeader