class DJICameraWatermarkSettings
@interface DJICameraWatermarkSettings : NSObject
|
| Header: | DJICameraSettingsDef.h |
| Inherits From: | NSObject |
Description:
The watermark configuration to decide if timestamp and location stamp will be added to photos or videos.
Class Members:
Enabled For Photos
property
property enabledForPhotos
@property (nonatomic, readonly) BOOL enabledForPhotos
|
| Header: | DJICameraSettingsDef.h |
Description:
YES if the timestamp and the location stamp is added to photos.
Enabled For Videos
property
property enabledForVideos
@property (nonatomic, readonly) BOOL enabledForVideos
|
| Header: | DJICameraSettingsDef.h |
Description:
YES if the timestamp and the location stamp is added to videos. The stamps are updated during the videos.
Init For Photos and Videos
method
method initWithForPhotos:andForVideos
- (instancetype)initWithForPhotos:(BOOL)enabledForPhotos andForVideos:(BOOL)enabledForVideos
|
| Header: | DJICameraSettingsDef.h |
Description:
Creates an instance of the settings to control the watermark on photos and videos.
| BOOL enabledForPhotos | Enables the feature for photos. |
| BOOL enabledForVideos | Enables the feature for videos. |