PAGImageLayer Class Reference
| Inherits from | PAGLayer : NSObject |
|---|---|
| Declared in | PAGImageLayer.h |
+ Make:duration:
Make a PAGImageLayer with size and duration(in microseconds).
+ (instancetype)Make:(CGSize)size duration:(int64_t)durationDeclared In
PAGImageLayer.h
– getVideoRanges
Returns the time ranges of the source video for replacement.
- (NSArray<PAGVideoRange*> *)getVideoRangesDeclared In
PAGImageLayer.h
– replaceImage:
[Deprecated] Replace the original image content with the specified PAGImage object. Passing in null for the image parameter resets the layer to its default image content. The replaceImage() method modifies all associated PAGImageLayers that have the same editableIndex to this layer.
- (void)replaceImage:(PAGImage *)imageParameters
image |
The PAGImage object to replace with. |
|---|
Declared In
PAGImageLayer.h
– setImage:
Replace the original image content with the specified PAGImage object. Passing in null for the image parameter resets the layer to its default image content. The setImage() method only modifies the content of the calling PAGImageLayer.
- (void)setImage:(PAGImage *)imageParameters
image |
The PAGImage object to replace with. |
|---|
Declared In
PAGImageLayer.h
– contentDuration
Returns the content duration in microseconds, which indicates the minimal length required for replacement.
- (int64_t)contentDurationDeclared In
PAGImageLayer.h
– imageBytes
The default image data of this layer, which is webp format.
- (NSData *)imageBytesDeclared In
PAGImageLayer.h