AliyunTemplateModifyContent
@interface AliyunTemplateModifyContent : NSObject
生成模板节点内容调整对象 API_AVAILABLE(3.27.0)
-
替换节点标识
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *nodeKey; -
节点内容,必须是AEPBaseVideoTrackClip 或 AEPCaptionBaseTrack
Declaration
Objective-C
@property (nonatomic, strong, readonly) id content; -
替换节点内容是否被锁定
Declaration
Objective-C
@property (nonatomic) BOOL lockContent;
AliyunTemplateModifyContent Class Reference