Searched refs:OH_PLAYER_VIDEO_HEIGHT (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/ |
H A D | avplayer_base.h | 343 extern const char* OH_PLAYER_VIDEO_HEIGHT;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | avplayer__base_8h.md | 74 | const char \* [OH_PLAYER_VIDEO_HEIGHT](_a_v_player.md#oh_player_video_height) | 获取视频高度信息的关键字, 对应值…
|
H A D | _a_v_player.md | 128 | const char \* [OH_PLAYER_VIDEO_HEIGHT](#oh_player_video_height) | 获取视频高度信息的关键字, 对应值类型int32_t。 | 463 …ON_CHANGE | 首次获取视频大小或视频大小更新时返回消息。<br>key为OH_PLAYER_VIDEO_WIDTH 或 OH_PLAYER_VIDEO_HEIGHT:取值类型int32_… 1758 ### OH_PLAYER_VIDEO_HEIGHT subsection 1761 const char* OH_PLAYER_VIDEO_HEIGHT
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | avplayer__base_8h.md | 74 | const char \* [OH_PLAYER_VIDEO_HEIGHT](_a_v_player.md#oh_player_video_height) | Pointer to the ke…
|
H A D | _a_v_player.md | 128 | const char \* [OH_PLAYER_VIDEO_HEIGHT](#oh_player_video_height) | Pointer to the key for obtainin… 494 … updated.<br>If **key** is set to **OH_PLAYER_VIDEO_WIDTH** or **OH_PLAYER_VIDEO_HEIGHT**, the val… 1897 ### OH_PLAYER_VIDEO_HEIGHT subsection 1900 const char* OH_PLAYER_VIDEO_HEIGHT
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | using-ndk-avplayer-for-playback.md | 226 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_VIDEO_HEIGHT, &demoNdkPlayer->height);
|
H A D | using-ndk-avplayer-for-video-playback.md | 236 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_VIDEO_HEIGHT, &demoNdkPlayer->height);
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 58 const char* OH_PLAYER_VIDEO_HEIGHT = PlayerKeys::PLAYER_HEIGHT.data(); variable 645 avFormat->format_.PutIntValue(OH_PLAYER_VIDEO_HEIGHT, height); in OnVideoSizeChangedCb()
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | using-ndk-avplayer-for-playback.md | 226 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_VIDEO_HEIGHT, &demoNdkPlayer->height);
|
H A D | using-ndk-avplayer-for-video-playback.md | 236 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_VIDEO_HEIGHT, &demoNdkPlayer->height);
|