Home
last modified time | relevance | path

Searched refs:RecorderOnEvent (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h49 RecorderOnEvent(Recorder::EventType::VIDEO_START, param); in FireStartEvent()
63 RecorderOnEvent(Recorder::EventType::VIDEO_PAUSE, param); in FirePauseEvent()
77 RecorderOnEvent(Recorder::EventType::VIDEO_FINISH, param); in FireFinishEvent()
91 RecorderOnEvent(Recorder::EventType::VIDEO_ERROR, param); in FireErrorEvent()
105 RecorderOnEvent(Recorder::EventType::VIDEO_PREPARED, param); in FirePreparedEvent()
132 RecorderOnEvent(Recorder::EventType::VIDEO_SEEKED, param); in FireSeekedEvent()
159 RecorderOnEvent(Recorder::EventType::VIDEO_STOP, param); in FireStopEvent()
173 RecorderOnEvent(Recorder::EventType::VIDEO_SCREEN_CHANGE, param); in FireFullScreenChangeEvent()
182 void RecorderOnEvent(Recorder::EventType eventType, const std::string& param) const in RecorderOnEvent() function