Lines Matching refs:MediaLogEvent
42 static const char* EventTypeToString(MediaLogEvent::Type type);
49 virtual void AddEvent(scoped_ptr<MediaLogEvent> event);
52 scoped_ptr<MediaLogEvent> CreateEvent(MediaLogEvent::Type type);
53 scoped_ptr<MediaLogEvent> CreateBooleanEvent(
54 MediaLogEvent::Type type, const char* property, bool value);
55 scoped_ptr<MediaLogEvent> CreateStringEvent(
56 MediaLogEvent::Type type, const char* property, const std::string& value);
57 scoped_ptr<MediaLogEvent> CreateTimeEvent(
58 MediaLogEvent::Type type, const char* property, base::TimeDelta value);
59 scoped_ptr<MediaLogEvent> CreateLoadEvent(const std::string& url);
60 scoped_ptr<MediaLogEvent> CreateSeekEvent(float seconds);
61 scoped_ptr<MediaLogEvent> CreatePipelineStateChangedEvent(
63 scoped_ptr<MediaLogEvent> CreatePipelineErrorEvent(PipelineStatus error);
64 scoped_ptr<MediaLogEvent> CreateVideoSizeSetEvent(
66 scoped_ptr<MediaLogEvent> CreateBufferedExtentsChangedEvent(
68 scoped_ptr<MediaLogEvent> CreateMediaSourceErrorEvent(