luxlabs header browser preview


@class NUImageExportFormat, NSDictionary, NUColorSpace, NSString;

@interface NUImageExportRequest : NUExportRequest <NUTimeBased>

@property (retain, nonatomic) NUColorSpace *colorSpace;
@property (copy, nonatomic) NUImageExportFormat *format;
@property (nonatomic) BOOL renderToData;
@property (nonatomic) BOOL renderWithIOSurface;
@property (copy) NSDictionary *imageProperties;
@property (nonatomic) BOOL applyOrientationAsMetadata;
@property (copy) NSDictionary *auxImages;
@property (nonatomic) struct { long long x0; int x1; unsigned int x2; long long x3; } time;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)submit:(id /* block */)a0;
- (id)initWithComposition:(id)a0;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithComposition:(id)a0 destinationURL:(id)a1;
- (long long)mediaComponentType;
- (id)newRenderJob;
- (id)initWithComposition:(id)a0 exportFormat:(id)a1;

@end