luxlabs header browser preview


@interface GTCaptureConfiguration : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (nonatomic) BOOL enablePresentDownload;
@property (nonatomic) BOOL enableLogErrors;
@property (nonatomic) BOOL disableHashResources;
@property (nonatomic) unsigned int waitEventTimeout;
@property (nonatomic) unsigned int maxDownloadCommandBuffers;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (id)initWithCoder:(id)a0;

@end