Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h63 PLAYER_SEEK_CLOSEST_SYNC, enumerator
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_player.cpp468 if (player_->Rewind(position, Media::PlayerSeekMode::PLAYER_SEEK_CLOSEST_SYNC) != 0) { in SetCurrentTime()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.cpp272 videoPlayer_->Rewind(currentTime, Media::PlayerSeekMode::PLAYER_SEEK_CLOSEST_SYNC) == 0) { in SeekTo()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp822 case PlayerSeekMode::PLAYER_SEEK_CLOSEST_SYNC: in Transform2SeekMode()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp486 case PLAYER_SEEK_CLOSEST_SYNC: in IsValidRewindMode()