Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer_base.h329 extern const char* OH_PLAYER_DURATION;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md72 | const char \* [OH_PLAYER_DURATION](_a_v_player.md#oh_player_duration) | 获取媒体资源时长信息的关键字, 对应值类型是int…
H A D_a_v_player.md126 | 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 Davplayer__base_8h.md72 | const char \* [OH_PLAYER_DURATION](_a_v_player.md#oh_player_duration) | Pointer to the key for ob…
H A D_a_v_player.md126 | 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 Dusing-ndk-avplayer-for-playback.md269 OH_AVFormat_GetLongValue(infoBody, OH_PLAYER_DURATION, &demoNdkPlayer->duration);
H A Dusing-ndk-avplayer-for-video-playback.md279 OH_AVFormat_GetLongValue(infoBody, OH_PLAYER_DURATION, &demoNdkPlayer->duration);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp46 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 Dusing-ndk-avplayer-for-playback.md269 OH_AVFormat_GetLongValue(infoBody, OH_PLAYER_DURATION, &demoNdkPlayer->duration);
H A Dusing-ndk-avplayer-for-video-playback.md279 OH_AVFormat_GetLongValue(infoBody, OH_PLAYER_DURATION, &demoNdkPlayer->duration);