@class NSURL; @interface GTCaptureDescriptor : GTCaptureRequest @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) unsigned long long sessionID; @property (nonatomic) unsigned long long triggerHitsToStart; @property (nonatomic) unsigned long long triggerHitsToEnd; @property (nonatomic) BOOL suspendAfterCapture; @property (nonatomic) BOOL ignoreUnusedResources; @property (nonatomic) BOOL includeBacktrace; @property (nonatomic) unsigned long long streamRef; @property (retain, nonatomic) NSURL *outputURL; @property (nonatomic) BOOL isToolsCapture; - (id)initWithRequestID:(unsigned long long)a0; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end