Searched refs:OH_PLAYER_DURATION (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/ |
H A D | avplayer_base.h | 329 extern const char* OH_PLAYER_DURATION;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | avplayer__base_8h.md | 72 | const char \* [OH_PLAYER_DURATION](_a_v_player.md#oh_player_duration) | 获取媒体资源时长信息的关键字, 对应值类型是int…
|
H A D | _a_v_player.md | 126 | const char \* [OH_PLAYER_DURATION](#oh_player_duration) | 获取媒体资源时长信息的关键字, 对应值类型是int64_t。 | 467 | AV_INFO_TYPE_DURATION_UPDATE | 返回播放时长。<br>key为OH_PLAYER_DURATION:取值类型int64_t。系统通过int64_t传递value,应… 1661 ### OH_PLAYER_DURATION subsection 1664 const char* OH_PLAYER_DURATION
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | avplayer__base_8h.md | 72 | const char \* [OH_PLAYER_DURATION](_a_v_player.md#oh_player_duration) | Pointer to the key for ob…
|
H A D | _a_v_player.md | 126 | const char \* [OH_PLAYER_DURATION](#oh_player_duration) | Pointer to the key for obtaining the me… 498 …rned when the playback duration changes.<br>If **key** is set to **OH_PLAYER_DURATION**, the value… 1786 ### OH_PLAYER_DURATION subsection 1789 const char* OH_PLAYER_DURATION
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | using-ndk-avplayer-for-playback.md | 269 OH_AVFormat_GetLongValue(infoBody, OH_PLAYER_DURATION, &demoNdkPlayer->duration);
|
H A D | using-ndk-avplayer-for-video-playback.md | 279 OH_AVFormat_GetLongValue(infoBody, OH_PLAYER_DURATION, &demoNdkPlayer->duration);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 46 const char* OH_PLAYER_DURATION = PlayerKeys::PLAYER_DURATION.data(); variable 738 avFormat->format_.PutLongValue(OH_PLAYER_DURATION, duration); in OnDurationUpdateCb()
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | using-ndk-avplayer-for-playback.md | 269 OH_AVFormat_GetLongValue(infoBody, OH_PLAYER_DURATION, &demoNdkPlayer->duration);
|
H A D | using-ndk-avplayer-for-video-playback.md | 279 OH_AVFormat_GetLongValue(infoBody, OH_PLAYER_DURATION, &demoNdkPlayer->duration);
|