Home
last modified time | relevance | path

Searched refs:AVPlayerSeekMode (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer_base.h85 typedef enum AVPlayerSeekMode { enum
96 } AVPlayerSeekMode; typedef
H A Davplayer.h218 * @param mode Indicates the player seek mode. For details, see {@link AVPlayerSeekMode}.
224 OH_AVErrCode OH_AVPlayer_Seek(OH_AVPlayer *player, int32_t mSeconds, AVPlayerSeekMode mode);
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp1021 OH_AVErrCode OH_AVPlayer_Seek(OH_AVPlayer *player, int32_t mSeconds, AVPlayerSeekMode mode) in OH_AVPlayer_Seek()
1028 case AVPlayerSeekMode::AV_SEEK_NEXT_SYNC: in OH_AVPlayer_Seek()
1031 case AVPlayerSeekMode::AV_SEEK_PREVIOUS_SYNC: in OH_AVPlayer_Seek()
1034 case AVPlayerSeekMode::AV_SEEK_CLOSEST: in OH_AVPlayer_Seek()

Completed in 4 milliseconds