16 #import <CoreGraphics/CGGeometry.h>
63 - (void)setScale:(
float)scale;
75 - (void)setSeperatedScaleX:(
float)scaleX;
86 - (void)setSeperatedScaleY:(
float)scaleY;
130 - (void)setHorizontalFlip:(
bool)flip;
152 - (void)setVerticalFlip:(
bool)flip;
174 - (void)setRotationZ:(
float)angle;
198 - (void)setTranslation:(CGPoint)translation;
222 - (void)translateAnimatedSticker:(CGPoint)translationOffset;
235 - (void)scaleAnimatedSticker:(
float)scaleFactor anchor:(CGPoint)anchor;
248 - (void)rotateAnimatedSticker:(
float)angle anchor:(CGPoint)anchor;
259 - (void)rotateAnimatedSticker:(
float)angle;
293 - (void)setCenterPolarAngle:(
float)centerPolarAngle;
319 - (void)setCenterAzimuthAngle:(
float)centerAzimuthAngle;
345 - (void)setPolarAngleRange:(
float)polarAngleRange;
382 - (void)setZValue:(
float)value;
407 - (void)setVolumeGain:(
float)leftVolumeGain rightVolumeGain:(
float)rightVolumeGain;
422 - (void)getVolumeGain:(
float *)leftVolumeGain rightVolumeGain:(
float *)rightVolumeGain;
434 - (void)setOpacity:(
float)opacity;
458 - (void)setCurrentKeyFrameTime:(int64_t)time;
472 - (bool)setControlPoint:(NSString *)fxParam controlPointPair:(
NvsControlPointPair *)controlPointPair;
502 -(bool) applyAnimatedStickerPeriodAnimation:(NSString*) animatedStickerPeriodAnimationPackageId;
518 -(bool) applyAnimatedStickerInAnimation:(NSString*) animatedStickerInAnimationPackageId;
534 -(bool) applyAnimatedStickerOutAnimation:(NSString*) animatedStickerOutAnimationPackageId;
546 -(void) setAnimatedStickerAnimationPeriod:(
int)periodInMS;
570 -(void) setAnimatedStickerInAnimationDuration:(
int)inAnimationDurationInMS;
594 -(void) setAnimatedStickerOutAnimationDuration:(
int)outAnimationDurationInMS;
618 -(void) enableSeparateProgressMode:(
bool)enable;