luxlabs header browser preview


@class NSObject, NSString, HMDHAPAccessory, HMDCameraRecordingBulkSendListener;
@protocol OS_dispatch_queue;

@interface HMDCameraRecordingBulkSendSessionInitiator : HMFObject <HMFLogging, HMDCameraRecordingBulkSendListenerDelegate>

@property (readonly) NSObject<OS_dispatch_queue> *workQueue;
@property (weak) HMDHAPAccessory *accessory;
@property (getter=isWaitingForAccessory) BOOL waitingForAccessory;
@property (retain) HMDCameraRecordingBulkSendListener *currentListener;
@property (readonly, getter=isSessionOpenInProgress) BOOL sessionOpenInProgress;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)logCategory;

- (void)configure;
- (void)stop;
- (id)logIdentifier;
- (void).cxx_destruct;
- (void)_registerBulkSendListener;
- (void)handleAccessoryDoesSupportBulkSendDataStreamNotification:(id)a0;
- (id)initWithWorkQueue:(id)a0 accessory:(id)a1;
- (void)listenerDidReceiveDataStreamClose:(id)a0;
- (void)listenerDidReceiveDataStreamStart:(id)a0;
- (void)openNewSessionWithCallback:(id /* block */)a0;

@end