#import <ThingEncryptFrameImage.h>
Definition at line 14 of file ThingEncryptFrameImage.h.
◆ initWithImageDataArray:frameDurations:loopCount: [1/4]
- (nullable instancetype) initWithImageDataArray: |
|
(NSArray< NSData * > *) |
dataArray |
frameDurations: |
|
(NSArray *) |
frameDurations |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from an array of data.
- Parameters
-
dataArray | An array of NSData objects. |
frameDurations | An array of NSNumber objects, contains the duration (in seconds) per frame. e.g. @[@0.1, @0.2, @0.3]; |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImageDataArray:frameDurations:loopCount: [2/4]
- (nullable instancetype) initWithImageDataArray: |
|
(NSArray< NSData * > *) |
dataArray |
frameDurations: |
|
(NSArray *) |
frameDurations |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from an array of data.
- Parameters
-
dataArray | An array of NSData objects. |
frameDurations | An array of NSNumber objects, contains the duration (in seconds) per frame. e.g. @[@0.1, @0.2, @0.3]; |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImageDataArray:frameDurations:loopCount: [3/4]
- (nullable instancetype) initWithImageDataArray: |
|
(NSArray< NSData * > *) |
dataArray |
frameDurations: |
|
(NSArray *) |
frameDurations |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from an array of data.
- Parameters
-
dataArray | An array of NSData objects. |
frameDurations | An array of NSNumber objects, contains the duration (in seconds) per frame. e.g. @[@0.1, @0.2, @0.3]; |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImageDataArray:frameDurations:loopCount: [4/4]
- (nullable instancetype) initWithImageDataArray: |
|
(NSArray< NSData * > *) |
dataArray |
frameDurations: |
|
(NSArray *) |
frameDurations |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from an array of data.
- Parameters
-
dataArray | An array of NSData objects. |
frameDurations | An array of NSNumber objects, contains the duration (in seconds) per frame. e.g. @[@0.1, @0.2, @0.3]; |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImageDataArray:oneFrameDuration:loopCount: [1/4]
- (nullable instancetype) initWithImageDataArray: |
|
(NSArray< NSData * > *) |
dataArray |
oneFrameDuration: |
|
(NSTimeInterval) |
oneFrameDuration |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from an array of data.
- Parameters
-
dataArray | An array of NSData objects. |
oneFrameDuration | The duration (in seconds) per frame. |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImageDataArray:oneFrameDuration:loopCount: [2/4]
- (nullable instancetype) initWithImageDataArray: |
|
(NSArray< NSData * > *) |
dataArray |
oneFrameDuration: |
|
(NSTimeInterval) |
oneFrameDuration |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from an array of data.
- Parameters
-
dataArray | An array of NSData objects. |
oneFrameDuration | The duration (in seconds) per frame. |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImageDataArray:oneFrameDuration:loopCount: [3/4]
- (nullable instancetype) initWithImageDataArray: |
|
(NSArray< NSData * > *) |
dataArray |
oneFrameDuration: |
|
(NSTimeInterval) |
oneFrameDuration |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from an array of data.
- Parameters
-
dataArray | An array of NSData objects. |
oneFrameDuration | The duration (in seconds) per frame. |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImageDataArray:oneFrameDuration:loopCount: [4/4]
- (nullable instancetype) initWithImageDataArray: |
|
(NSArray< NSData * > *) |
dataArray |
oneFrameDuration: |
|
(NSTimeInterval) |
oneFrameDuration |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from an array of data.
- Parameters
-
dataArray | An array of NSData objects. |
oneFrameDuration | The duration (in seconds) per frame. |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImagePaths:frameDurations:loopCount: [1/4]
- (nullable instancetype) initWithImagePaths: |
|
(NSArray< NSString * > *) |
paths |
frameDurations: |
|
(NSArray< NSNumber * > *) |
frameDurations |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from files.
- Parameters
-
paths | An array of NSString objects, contains the full or partial path to each image file. e.g. @["/ani/frame1.png",@"/ani/frame2.png",@"/ani/frame3.png"] |
frameDurations | An array of NSNumber objects, contains the duration (in seconds) per frame. e.g. @[@0.1, @0.2, @0.3]; |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImagePaths:frameDurations:loopCount: [2/4]
- (nullable instancetype) initWithImagePaths: |
|
(NSArray< NSString * > *) |
paths |
frameDurations: |
|
(NSArray< NSNumber * > *) |
frameDurations |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from files.
- Parameters
-
paths | An array of NSString objects, contains the full or partial path to each image file. e.g. @["/ani/frame1.png",@"/ani/frame2.png",@"/ani/frame3.png"] |
frameDurations | An array of NSNumber objects, contains the duration (in seconds) per frame. e.g. @[@0.1, @0.2, @0.3]; |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImagePaths:frameDurations:loopCount: [3/4]
- (nullable instancetype) initWithImagePaths: |
|
(NSArray< NSString * > *) |
paths |
frameDurations: |
|
(NSArray< NSNumber * > *) |
frameDurations |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from files.
- Parameters
-
paths | An array of NSString objects, contains the full or partial path to each image file. e.g. @["/ani/frame1.png",@"/ani/frame2.png",@"/ani/frame3.png"] |
frameDurations | An array of NSNumber objects, contains the duration (in seconds) per frame. e.g. @[@0.1, @0.2, @0.3]; |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImagePaths:frameDurations:loopCount: [4/4]
- (nullable instancetype) initWithImagePaths: |
|
(NSArray< NSString * > *) |
paths |
frameDurations: |
|
(NSArray< NSNumber * > *) |
frameDurations |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from files.
- Parameters
-
paths | An array of NSString objects, contains the full or partial path to each image file. e.g. @["/ani/frame1.png",@"/ani/frame2.png",@"/ani/frame3.png"] |
frameDurations | An array of NSNumber objects, contains the duration (in seconds) per frame. e.g. @[@0.1, @0.2, @0.3]; |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImagePaths:oneFrameDuration:loopCount: [1/4]
- (nullable instancetype) initWithImagePaths: |
|
(NSArray< NSString * > *) |
paths |
oneFrameDuration: |
|
(NSTimeInterval) |
oneFrameDuration |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from files.
- Parameters
-
paths | An array of NSString objects, contains the full or partial path to each image file. e.g. @["/ani/1.png",@"/ani/2.png",@"/ani/3.png"] |
oneFrameDuration | The duration (in seconds) per frame. |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImagePaths:oneFrameDuration:loopCount: [2/4]
- (nullable instancetype) initWithImagePaths: |
|
(NSArray< NSString * > *) |
paths |
oneFrameDuration: |
|
(NSTimeInterval) |
oneFrameDuration |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from files.
- Parameters
-
paths | An array of NSString objects, contains the full or partial path to each image file. e.g. @["/ani/1.png",@"/ani/2.png",@"/ani/3.png"] |
oneFrameDuration | The duration (in seconds) per frame. |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImagePaths:oneFrameDuration:loopCount: [3/4]
- (nullable instancetype) initWithImagePaths: |
|
(NSArray< NSString * > *) |
paths |
oneFrameDuration: |
|
(NSTimeInterval) |
oneFrameDuration |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from files.
- Parameters
-
paths | An array of NSString objects, contains the full or partial path to each image file. e.g. @["/ani/1.png",@"/ani/2.png",@"/ani/3.png"] |
oneFrameDuration | The duration (in seconds) per frame. |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
◆ initWithImagePaths:oneFrameDuration:loopCount: [4/4]
- (nullable instancetype) initWithImagePaths: |
|
(NSArray< NSString * > *) |
paths |
oneFrameDuration: |
|
(NSTimeInterval) |
oneFrameDuration |
loopCount: |
|
(NSUInteger) |
loopCount |
|
|
| |
Create a frame animated image from files.
- Parameters
-
paths | An array of NSString objects, contains the full or partial path to each image file. e.g. @["/ani/1.png",@"/ani/2.png",@"/ani/3.png"] |
oneFrameDuration | The duration (in seconds) per frame. |
loopCount | The animation loop count, 0 means infinite. |
- Returns
- An initialized ThingEncryptFrameImage object, or nil when an error occurs.
The documentation for this class was generated from the following files:
- /Users/humtong/Downloads/Pods_副本/ThingEncryptImage/Build/ThingEncryptImage.xcframework/watchos-arm64_i386_x86_64-simulator/ThingEncryptImage.framework/Headers/ThingEncryptFrameImage.h
- /Users/humtong/Downloads/Pods_副本/ThingEncryptImage/Build/ThingEncryptImage.xcframework/ios-x86_64-simulator/ThingEncryptImage.framework/Headers/ThingEncryptFrameImage.h
- /Users/humtong/Downloads/Pods_副本/ThingEncryptImage/Build/ThingEncryptImage.xcframework/ios-arm64/ThingEncryptImage.framework/Headers/ThingEncryptFrameImage.h
- /Users/humtong/Downloads/Pods_副本/ThingEncryptImage/Build/ThingEncryptImage.xcframework/watchos-arm64_arm64_32_armv7k/ThingEncryptImage.framework/Headers/ThingEncryptFrameImage.h