Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer_base.h301 extern const char* OH_PLAYER_SEEK_POSITION;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md68 | const char \* [OH_PLAYER_SEEK_POSITION](_a_v_player.md#oh_player_seek_position) | 获取Seek后播放进度信息的关…
H A D_a_v_player.md122 | const char \* [OH_PLAYER_SEEK_POSITION](#oh_player_seek_position) | 获取Seek后播放进度信息的关键字, 对应值类型是int3…
455 | AV_INFO_TYPE_SEEKDONE | 跳转到对应播放位置时返回消息。<br>key为OH_PLAYER_SEEK_POSITION:取值类型int32_t。系统通过int32_t传递v…
1717 ### OH_PLAYER_SEEK_POSITION subsection
1720 const char* OH_PLAYER_SEEK_POSITION
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md68 | const char \* [OH_PLAYER_SEEK_POSITION](_a_v_player.md#oh_player_seek_position) | Pointer to the …
H A D_a_v_player.md122 | const char \* [OH_PLAYER_SEEK_POSITION](#oh_player_seek_position) | Pointer to the key for obtain…
486 …ng to a playback position is complete.<br>If **key** is set to **OH_PLAYER_SEEK_POSITION**, the va…
1850 ### OH_PLAYER_SEEK_POSITION subsection
1853 const char* OH_PLAYER_SEEK_POSITION
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-ndk-avplayer-for-playback.md194 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_SEEK_POSITION, &value);
H A Dusing-ndk-avplayer-for-video-playback.md204 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_SEEK_POSITION, &value);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp42 const char* OH_PLAYER_SEEK_POSITION = PlayerKeys::PLAYER_SEEK_POSITION.data(); variable
510 avFormat->format_.PutIntValue(OH_PLAYER_SEEK_POSITION, currentPositon); in OnSeekDoneCb()
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-ndk-avplayer-for-playback.md194 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_SEEK_POSITION, &value);
H A Dusing-ndk-avplayer-for-video-playback.md204 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_SEEK_POSITION, &value);