AliyunTemplateModifyContent

@interface AliyunTemplateModifyContent : NSObject

* A class that defines the node’s content that can be modified API_AVAILABLE(3.27.0)

  • * The key of node that identify the replace source

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *nodeKey;
  • * The node’s content, it should be AEPBaseVideoTrackClip or AEPCaptionBaseTrack

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id content;
  • * The key of node’s content can be lock or not

    Declaration

    Objective-C

    @property (nonatomic) BOOL lockContent;