Searched refs:OH_PLAYER_STATE (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/ |
H A D | avplayer_base.h | 222 extern const char* OH_PLAYER_STATE;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | avplayer__base_8h.md | 58 | const char \* [OH_PLAYER_STATE](_a_v_player.md#oh_player_state) | 获取播放状态的关键字, 对应值类型是int32_t。 |
|
H A D | _a_v_player.md | 112 | const char \* [OH_PLAYER_STATE](#oh_player_state) | 获取播放状态的关键字, 对应值类型是int32_t。 | 459 | AV_INFO_TYPE_STATE_CHANGE | 状态改变时返回消息。<br>- key为OH_PLAYER_STATE:取值类型int32_t。系统通过int32_t传递value,应用… 1730 ### OH_PLAYER_STATE subsection 1733 const char* OH_PLAYER_STATE
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-multimedia.md | 49 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_STATE, &state);
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | avplayer__base_8h.md | 58 | const char \* [OH_PLAYER_STATE](_a_v_player.md#oh_player_state) | Pointer to the key for obtainin…
|
H A D | _a_v_player.md | 112 | const char \* [OH_PLAYER_STATE](#oh_player_state) | Pointer to the key for obtaining the AVPlayer… 490 …eturned when the AVPlayer state changes.<br>- If **key** is set to **OH_PLAYER_STATE**, the value … 1865 ### OH_PLAYER_STATE subsection 1868 const char* OH_PLAYER_STATE
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-multimedia.md | 49 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_STATE, &state);
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | using-ndk-avplayer-for-playback.md | 186 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_STATE, &demoNdkPlayer->state);
|
H A D | using-ndk-avplayer-for-video-playback.md | 196 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_STATE, &demoNdkPlayer->state);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 47 const char* OH_PLAYER_STATE = PlayerKeys::PLAYER_STATE_CHANGE.data(); variable 574 avFormat->format_.PutIntValue(OH_PLAYER_STATE, static_cast<int32_t>(convertState)); in OnStateChangeCb()
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | using-ndk-avplayer-for-playback.md | 186 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_STATE, &demoNdkPlayer->state);
|
H A D | using-ndk-avplayer-for-video-playback.md | 196 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_STATE, &demoNdkPlayer->state);
|