4 #import <Foundation/Foundation.h>
12 #define DJINNI_EXPORT __attribute__((__visibility__("default")))
23 - (void)setBackgroundImage:(nonnull NSString *)path
27 - (void)setBackgroundImageByFd:(int32_t)fd;
29 - (void)setBackgroundVideoByFd:(int32_t)fd
37 - (void)enableBlur:(BOOL)enable;
39 - (void)setBlurRadius:(int32_t)radius;
41 - (void)setBgTransparencyFactor:(
float)factor;
43 - (void)setRotation:(
float)degrees;
45 - (void)setScale:(
float)x
48 - (void)setContentMode:(int32_t)mode;
50 - (void)setBackgroundColor:(
float)r
60 - (void)setClearColor:(
float)r