Skip to content

Commit

Permalink
Push From Landun: update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
libpag-pag committed Nov 6, 2023
1 parent a665166 commit f978b3e
Show file tree
Hide file tree
Showing 21 changed files with 79 additions and 865 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ PAG_API @interface PAGFile : PAGComposition
*/
- (void)replaceImage:(int)editableImageIndex data:(PAGImage*)value;

/**
* Replace the image data of the specified layer name.
* Passing in null for the image parameter will reset it to default image data.
*/
- (void)replaceImageByName:(NSString*)layerName data:(PAGImage*)value;

/**
* Return an array of layers by specified editable index and layer type.
*/
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ PAG_API @interface PAGPlayer : NSObject
*/
- (void)setProgress:(double)value;

/**
* Returns the current frame.
*/
- (int64_t)currentFrame;

/**
* Prepares the player for the next flush() call. It collects all CPU tasks from the current
* progress of the composition and runs them asynchronously in parallel. It is usually used for
Expand Down
Loading

0 comments on commit f978b3e

Please sign in to comment.