Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_avsession_adapter.h25 enum class MediaAVSessionPlayState : int32_t { STATE_INITIAL = 0, STATE_PLAY = 2, STATE_PAUSE = 3 }; enumerator
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_video_unit_test.cpp25 const int8_t STATE_PAUSE = 2; variable