Searched refs:OH_AVPlayer_SetVideoSurface (Results 1 – 8 of 8) sorted by relevance
354 OH_AVErrCode OH_AVPlayer_SetVideoSurface(OH_AVPlayer *player, OHNativeWindow *window);
67 6. 设置播放画面窗口:调用[OH_AVPlayer_SetVideoSurface()](../../reference/apis-media-kit/_a_v_player.md#oh_avpl…138 … ret = OH_AVPlayer_SetVideoSurface(player, DemoNdkPlayer::nativeWindow); // 设置视频播放 surface139 LOG("OH_AVPlayer_SetVideoSurface ret:%d", ret);
54 | [OH_AVErrCode](../apis-avcodec-kit/_core.md#oh_averrcode) [OH_AVPlayer_SetVideoSurface](_a_v_play…
91 | [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)
67 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);
91 | [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)
1139 OH_AVErrCode OH_AVPlayer_SetVideoSurface(OH_AVPlayer *player, OHNativeWindow *window) in OH_AVPlayer_SetVideoSurface() function