luxlabs header browser preview


@class HMFTimer, NSString, HMDVideoStreamInterface, NSObject, HMDCameraStreamSessionID;
@protocol OS_dispatch_queue, HMDCameraStreamSnapshotCaptureDelegate;

@interface HMDCameraStreamSnapshotCapture : HMFObject <HMDVideoStreamLastDecodedFrameDelegate, HMFTimerDelegate, HMFLogging> {
    BOOL _capturingLastFrame;
    BOOL _capturingCurrentFrame;
    NSObject<OS_dispatch_queue> *_workQueue;
    id<HMDCameraStreamSnapshotCaptureDelegate> _delegate;
    NSObject<OS_dispatch_queue> *_delegateQueue;
    HMDCameraStreamSessionID *_streamSessionID;
    HMFTimer *_lastDecodedFrameTimer;
}

@property (readonly, nonatomic) HMDVideoStreamInterface *videoStreamInterface;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)logCategory;

- (void)timerDidFire:(id)a0;
- (id)logIdentifier;
- (void).cxx_destruct;
- (void)captureCurrentFrame;
- (void)captureLastFrame;
- (id)initWithWorkQueue:(id)a0 videoStreamInterface:(id)a1 delegate:(id)a2 delegateQueue:(id)a3;
- (void)videoStream:(id)a0 didGetLastDecodedFrame:(id)a1;

@end