Searched defs:RtcEventLog (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/call/
H A Drtc_event_log.h33 class RtcEventLog { class in namespace:webrtc
35 virtual ~RtcEventLog() {}
37 static rtc::scoped_ptr<RtcEventLog> Create();
46 // If the file cannot be opened, the RtcEventLog will not start logging.
50 // function is called. The RtcEventLog takes ownership of the supplied
85 // Reads an RtcEventLog file and returns true when reading was successful.

Completed in 114 milliseconds