class CameraWatermarkSettings
class CameraWatermarkSettings implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
Setting of the camera watermark.
Class Members:
Members
method getEnabledForPhotos
Boolean getEnabledForPhotos()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
true
means that watermark information is generated in the photo.
Return:
Boolean | true means that watermark information is generated in the photo. |
method setEnabledForPhotos
void setEnabledForPhotos(Boolean enabledForPhotos)
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
To set whether to generate the watermark information in the photo.
Boolean enabledForPhotos | true means that watermark information is generated in the photo. |
method getEnabledForVideos
Boolean getEnabledForVideos()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
true
means that watermark information is generated in the video.
Return:
Boolean | true means that watermark information is generated in the video. |
method setEnabledForVideos
void setEnabledForVideos(Boolean enabledForVideos)
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
To set whether to generate the watermark information in the video.
Boolean enabledForVideos | true means that watermark information is generated in the video. |