Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer_base.h322 extern const char* OH_PLAYER_CURRENT_POSITION;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md71 | const char \* [OH_PLAYER_CURRENT_POSITION](_a_v_player.md#oh_player_current_position) | 获取播放进度信息的…
H A D_a_v_player.md125 | const char \* [OH_PLAYER_CURRENT_POSITION](#oh_player_current_position) | 获取播放进度信息的关键字, 对应值类型是int…
460 | AV_INFO_TYPE_POSITION_UPDATE | 返回当前播放位置。<br>key为OH_PLAYER_CURRENT_POSITION:取值类型int32_t。系统通过int32_…
1648 ### OH_PLAYER_CURRENT_POSITION subsection
1651 const char* OH_PLAYER_CURRENT_POSITION
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md71 | const char \* [OH_PLAYER_CURRENT_POSITION](_a_v_player.md#oh_player_current_position) | Pointer t…
H A D_a_v_player.md125 | const char \* [OH_PLAYER_CURRENT_POSITION](#oh_player_current_position) | Pointer to the key for …
491 … when the playback position changes.<br>If **key** is set to **OH_PLAYER_CURRENT_POSITION**, the v…
1771 ### OH_PLAYER_CURRENT_POSITION subsection
1774 const char* OH_PLAYER_CURRENT_POSITION
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-ndk-avplayer-for-playback.md213 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_CURRENT_POSITION, &value);
H A Dusing-ndk-avplayer-for-video-playback.md223 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_CURRENT_POSITION, &value);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp45 const char* OH_PLAYER_CURRENT_POSITION = PlayerKeys::PLAYER_CURRENT_POSITION.data(); variable
590 avFormat->format_.PutIntValue(OH_PLAYER_CURRENT_POSITION, position); in OnPositionUpdateCb()
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-ndk-avplayer-for-playback.md213 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_CURRENT_POSITION, &value);
H A Dusing-ndk-avplayer-for-video-playback.md223 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_CURRENT_POSITION, &value);