/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | image-receiver-c.md | 135 uint64_t surfaceID = 0; 144 // 读取 OH_ImageReceiverNative 的 surfaceID 属性 145 uint64_t surfaceID = 0; 146 errCode = OH_ImageReceiverNative_GetReceivingSurfaceId(receiver, &surfaceID); 148 …OH_LOG_ERROR(LOG_APP, "ImageReceiverNativeCTest get image receiver surfaceID failed, errCode: %{pu… 153 …G_INFO(LOG_APP, "ImageReceiverNativeCTest get image receiver surfaceID: %{public}llu.", surfaceID);
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-receiver-c.md | 135 uint64_t surfaceID = 0; 145 uint64_t surfaceID = 0; 146 errCode = OH_ImageReceiverNative_GetReceivingSurfaceId(receiver, &surfaceID); 148 …OH_LOG_ERROR(LOG_APP, "ImageReceiverNativeCTest get image receiver surfaceID failed, errCode: %{pu… 153 …G_INFO(LOG_APP, "ImageReceiverNativeCTest get image receiver surfaceID: %{public}llu.", surfaceID);
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | streaming-media-playback-development-guide.md | 47 …应用需要从XComponent组件获取surfaceID,获取方式请参考[XComponent](../../reference/apis-arkui/arkui-ts/ts-basic-comp… 173 …private surfaceID: string = ''; // surfaceID用于播放画面显示,具体的值需要通过Xcomponent接口获取,相关文档链接见上面Xcomponent创建方法 178 constructor(surfaceID: string) { 179 this.surfaceID = surfaceID; 209 avPlayer.surfaceId = this.surfaceID; // 设置显示画面,当播放的资源为纯音频时无需设置
|
H A D | video-playback.md | 65 …应用需要从XComponent组件获取surfaceID,获取方式请参考[XComponent](../../reference/apis-arkui/arkui-ts/ts-basic-comp… 86 …private surfaceID: string = ''; // surfaceID用于播放画面显示,具体的值需要通过Xcomponent接口获取,相关文档链接见上面Xcomponent创建方法 91 constructor(surfaceID: string) { 92 this.surfaceID = surfaceID; 119 avPlayer.surfaceId = this.surfaceID; // 设置显示画面,当播放的资源为纯音频时无需设置
|
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | ims_video_call_control.cpp | 51 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetPreviewWindow() argument 59 return imsCallClient->SetPreviewWindow(slotId, callIndex, surfaceID, surface); in SetPreviewWindow() 66 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetDisplayWindow() argument 74 return imsCallClient->SetDisplayWindow(slotId, callIndex, surfaceID, surface); in SetDisplayWindow()
|
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | ims_video_call_control.h | 52 …int32_t SetPreviewWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Sur… 63 …int32_t SetDisplayWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Sur…
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 339 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) = 0; 351 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) = 0;
|
H A D | ims_call_client.h | 388 …int32_t SetPreviewWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Sur… 399 …int32_t SetDisplayWindow(int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Sur…
|
H A D | ims_call_proxy.h | 68 … int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) override; 70 … int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) override;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media-sys.md | 594 let surfaceID: string; // 传递给外界的surfaceID 598 surfaceID = surfaceId; 641 let surfaceID: string; // 传递给外界的surfaceID 644 surfaceID = surfaceId;
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_client.cpp | 510 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetPreviewWindow() argument 517 return imsCallProxy_->SetPreviewWindow(slotId, callIndex, surfaceID, surface); in SetPreviewWindow() 521 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetDisplayWindow() argument 528 return imsCallProxy_->SetDisplayWindow(slotId, callIndex, surfaceID, surface); in SetDisplayWindow()
|
H A D | ims_call_proxy.cpp | 579 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetPreviewWindow() argument 590 if (!in.WriteString(surfaceID)) { in SetPreviewWindow() 604 int32_t slotId, int32_t callIndex, const std::string &surfaceID, sptr<Surface> surface) in SetDisplayWindow() argument 615 if (!in.WriteString(surfaceID)) { in SetDisplayWindow()
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | video-playback.md | 86 …private surfaceID: string = ''; // The surfaceID parameter specifies the window used to display th… 91 constructor(surfaceID: string) { 92 this.surfaceID = surfaceID; 119 …avPlayer.surfaceId = this.surfaceID; // Set the window to display the video. This setting is not r…
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_stub.cpp | 1083 const std::string surfaceID = data.ReadString(); in OnSetPreviewWindowInner() local 1090 TELEPHONY_LOGI("surfaceId:%{public}s", surfaceID.c_str()); in OnSetPreviewWindowInner() 1091 reply.WriteInt32(SetPreviewWindow(slotId, callIndex, surfaceID, surface)); in OnSetPreviewWindowInner() 1106 const std::string surfaceID = data.ReadString(); in OnSetDisplayWindowInner() local 1113 TELEPHONY_LOGI("surfaceId:%{public}s", surfaceID.c_str()); in OnSetDisplayWindowInner() 1114 reply.WriteInt32(SetDisplayWindow(slotId, callIndex, surfaceID, surface)); in OnSetDisplayWindowInner()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/views/ |
H A D | DeferredPhotoComponent.ets | 25 // surfaceID值
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | performance-quick-switch-short-video.md | 192 avPlayer.surfaceId = this.surfaceID; 292 this.surfaceID = this.xComponentController.getXComponentSurfaceId();
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/ |
H A D | video_recorder_napi.h | 102 bool IsSurfaceIdVaild(uint64_t surfaceID);
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | native-camera-preview-imageReceiver.md | 61 OH_LOG_INFO(LOG_APP, "receiver surfaceID:%{public}%llu", receiverSurfaceID);
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | app-takeovers-web-media.md | 974 …private surfaceID: string = ''; // surfaceID用于播放画面显示,具体的值需要通过Xcomponent接口获取,相关文档链接见上面Xcomponent创建方法 983 this.surfaceID = surface_id; 1006 avPlayer.surfaceId = this.surfaceID; // 设置显示画面,当播放的资源为纯音频时无需设置
|
H A D | web-same-layer.md | 883 …private surfaceID: string = ''; // surfaceID用于播放画面显示,具体的值需要通过Xcomponent接口获取,相关文档链接见上面Xcomponent创建方… 888 this.surfaceID = surface_id; 910 avPlayer.surfaceId = this.surfaceID; // 设置显示画面,当播放的资源为纯音频时无需设置。
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avsession-kit/ |
H A D | js-apis-avsession-sys.md | 2012 let surfaceID: string = ''; 2017 surfaceID = surfaceId; 2023 aVCastController.setDisplaySurface(surfaceID).then(() => { 2060 let surfaceID: string = ''; 2065 surfaceID = surfaceId; 2071 aVCastController.setDisplaySurface(surfaceID, (err: BusinessError) => {
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/pages/ |
H A D | tableIndex.ets | 54 // surfaceID值
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/pages/ |
H A D | Index.ets | 61 // surfaceID值
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | native-camera-preview-imageReceiver.md | 61 OH_LOG_INFO(LOG_APP, "receiver surfaceID:%{public}%llu", receiverSurfaceID);
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media-sys.md | 596 let surfaceID: string; // Surface ID passed to the external system. 600 surfaceID = surfaceId; 643 let surfaceID: string; // Surface ID passed to the external system. 646 surfaceID = surfaceId;
|