Home
last modified time | relevance | path

Searched refs:watermark (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-uiExtension-sys.md88 Adds or deletes the watermark flag for this window. This API uses a promise to return the result.
91 > With the watermark flag added, the watermark is applied on the full screen when the window is in …
101 … the flag. The value **true** means to add the watermark flag, and **false** means to delete the w…
127 // Add the watermark flag.
136 // Delete the watermark flag.
H A Djs-apis-uiExtensionHost-sys.md394 Adds or deletes the watermark flag for this window. This API uses a promise to return the result.
397 > With the watermark flag added, the watermark is applied on the full screen when the window is in …
407 … the flag. The value **true** means to add the watermark flag, and **false** means to delete the w…
433 // Add the watermark flag.
442 // Delete the watermark flag.
H A Djs-apis-window-sys.md628 Subscribes to the watermark status change event.
639 …lean> | Yes | Callback used to return the watermark status. The value **true** means that the
667 Unsubscribes from the watermark status change event.
808 Sets the watermark image display status. This API uses an asynchronous callback to return the resul…
819 … | Yes | Whether to display the watermark image. The value **true** means to display th…
855 console.info('Succeeded in showing watermark image.');
868 Sets the watermark image display status. This API uses a promise to return the result.
879 … | Yes | Whether to display the watermark image. The value **true** means to display th…
916 console.info('Succeeded in showing watermark image.');
918 … console.error(`Failed to show watermark image. Cause code: ${err.code}, message: ${err.message}`);
[all …]
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dutilize_hwc_effiently.md328 Image($r('app.media.watermark'))
363 Image($r('app.media.watermark'))
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_packet.cpp290 void DataRequestPacket::SetDeletedWaterMark(WaterMark watermark) in SetDeletedWaterMark() argument
292 deletedWatermark_ = watermark; in SetDeletedWaterMark()
H A Dsingle_ver_data_packet.h102 void SetDeletedWaterMark(WaterMark watermark);
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Djs-apis-media-sys.md328 Checks whether the device supports the hardware digital watermark. This API uses a promise to retur…
356 setWatermark(watermark: image.PixelMap, config: WatermarkConfig): Promise\<void>
358 Sets a watermark for the AVRecorder. This API uses a promise to return the result.
370watermark | [image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7) | Yes | PixelMap …
394 let watermark: image.PixelMap|undefined = undefined; // need data
397 avRecorder.setWatermark(watermark, watermarkConfig).then(() => {
1238 Describes the watermark configuration set for the AVRecorder. The start point is the upper left cor…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Djs-apis-media-sys.md354 setWatermark(watermark: image.PixelMap, config: WatermarkConfig): Promise\<void>
368 | watermark | [image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7) | 是 | 图像PixelMa…
392 let watermark: image.PixelMap|undefined = undefined; // need data
395 avRecorder.setWatermark(watermark, watermarkConfig).then(() => {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-window-sys.md656 …console.info('Succeeded in enabling the listener for watermark flag changes. Data: ' + JSON.string…
659 …console.error(`Failed to enable the listener for watermark flag changes. Cause code: ${exception.c…
702 …console.error(`Failed to enable or disable the listener for watermark flag changes. Cause code: ${…
848 … console.error(`Failed to show watermark image. Cause code: ${err.code}, message: ${err.message}`);
851 console.info('Succeeded in showing watermark image.');
854 …console.error(`Failed to show watermark image. Cause code: ${exception.code}, message: ${exception…
912 console.info('Succeeded in showing watermark image.');
914 … console.error(`Failed to show watermark image. Cause code: ${err.code}, message: ${err.message}`);
917 …console.error(`Failed to show watermark image. Cause code: ${exception.code}, message: ${exception…
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h390 napi_value watermark, napi_value watermarkConfig);
H A Davrecorder_napi.cpp1993 napi_env env, napi_value watermark, napi_value watermarkConfig) in GetWatermarkParameter() argument
1995 int32_t ret = GetWatermark(asyncCtx, env, watermark); in GetWatermarkParameter()
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v4.1-beta1.md148 …ive status can be sent. The window mode change can be listened for. The watermark capability is su…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Djs-apis-image.md7815 …y watermarks in the original image. It is used to remove or correct the watermark interference, th…
8168 …> | "HwMnoteXmageMode" | **Read/Write capability**: readable and writable<br>XMAGE watermark mode.|
8169 …Left" | **Read/Write capability**: readable and writable<br>X1 coordinate of the watermark region.|
8170 …eTop" | **Read/Write capability**: readable and writable<br>Y1 coordinate of the watermark region.|
8171 …ight" | **Read/Write capability**: readable and writable<br>X2 coordinate of the watermark region.|
8172 …ttom" | **Read/Write capability**: readable and writable<br>Y2 coordinate of the watermark region.|
H A D_image___native_module.md824 …y watermarks in the original image. It is used to remove or correct the watermark interference, th…
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Djs-apis-photoAccessHelper-sys.md4203 Sets the watermark type supported by photos.
5413 | hasCloudWatermark | boolean | Yes | Whether to add a cloud enhancement watermark to the enhanced…
6252 | SUPPORTED_WATERMARK_TYPE<sup>14+</sup> | 'supported_watermark_type' | Editable watermark identif…
6562 Enumerates the watermark editable flags.