Home
last modified time | relevance | path

Searched refs:OH_AVPlayer_SetVideoSurface (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer.h354 OH_AVErrCode OH_AVPlayer_SetVideoSurface(OH_AVPlayer *player, OHNativeWindow *window);
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-ndk-avplayer-for-video-playback.md67 6. 设置播放画面窗口:调用[OH_AVPlayer_SetVideoSurface()](../../reference/apis-media-kit/_a_v_player.md#oh_avpl…
138 … ret = OH_AVPlayer_SetVideoSurface(player, DemoNdkPlayer::nativeWindow); // 设置视频播放 surface
139 LOG("OH_AVPlayer_SetVideoSurface ret:%d", ret);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Davplayer_8h.md54 | [OH_AVErrCode](../apis-avcodec-kit/_core.md#oh_averrcode) [OH_AVPlayer_SetVideoSurface](_a_v_play…
H A D_a_v_player.md91 | [OH_AVErrCode](../apis-avcodec-kit/_core.md#oh_averrcode) [OH_AVPlayer_SetVideoSurface](#oh_avpla…
1454 ### OH_AVPlayer_SetVideoSurface()
1457 OH_AVErrCode OH_AVPlayer_SetVideoSurface (OH_AVPlayer *player, OHNativeWindow *window)
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-ndk-avplayer-for-video-playback.md67 6. Set the playback window by calling [OH_AVPlayer_SetVideoSurface()](../../reference/apis-media-ki…
138 …ret = OH_AVPlayer_SetVideoSurface(player, DemoNdkPlayer::nativeWindow); // Set the video playback …
139 LOG("OH_AVPlayer_SetVideoSurface ret:%d", ret);
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Davplayer_8h.md54 | [OH_AVErrCode](../apis-avcodec-kit/_core.md#oh_averrcode) [OH_AVPlayer_SetVideoSurface](_a_v_play…
H A D_a_v_player.md91 | [OH_AVErrCode](../apis-avcodec-kit/_core.md#oh_averrcode) [OH_AVPlayer_SetVideoSurface](#oh_avpla…
1556 ### OH_AVPlayer_SetVideoSurface()
1559 OH_AVErrCode OH_AVPlayer_SetVideoSurface (OH_AVPlayer *player, OHNativeWindow *window)
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp1139 OH_AVErrCode OH_AVPlayer_SetVideoSurface(OH_AVPlayer *player, OHNativeWindow *window) in OH_AVPlayer_SetVideoSurface() function