luxlabs header browser preview


@class SVXClientDeviceService, NSString, NSXPCConnection, SVXClientKeepAliveService, SVXClientSpeechSynthesisService, SVXQueuePerformer, SVXClientAudioSystemService, AFInstanceContext, SVXClientAudioPowerService, SVXClientActivationService, SVXClientSessionService;
@protocol SVXClientServiceConnectionDelegate, SVXClientKeepAliveServicing, SVXClientAudioSystemServicing, SVXClientDeviceServicing, SVXClientAudioPowerServicing, SVXClientActivationServicing, SVXClientSessionServicing, SVXPerforming, SVXClientSpeechSynthesisServicing;

@interface SVXClientServiceConnection : NSObject <SVXClientService, SVXClientServiceDelegate, SVXClientServiceProviding> {
    SVXQueuePerformer *_queuePerformer;
    id<SVXClientServiceConnectionDelegate> _delegate;
    BOOL _isInvalid;
    SVXClientSessionService *_sessionService;
    SVXClientActivationService *_activationService;
    SVXClientAudioPowerService *_inputAudioPowerService;
    SVXClientAudioPowerService *_outputAudioPowerService;
    SVXClientSpeechSynthesisService *_speechSynthesisService;
    SVXClientDeviceService *_deviceService;
    SVXClientAudioSystemService *_audioSystemService;
    SVXClientKeepAliveService *_keepAliveService;
    NSXPCConnection *_connection;
}

@property (readonly, nonatomic) id<SVXClientKeepAliveServicing> keepAliveService;
@property (readonly, nonatomic) id<SVXPerforming> performer;
@property (readonly, nonatomic) AFInstanceContext *instanceContext;
@property (readonly, nonatomic) id<SVXClientActivationServicing> activationService;
@property (readonly, nonatomic) id<SVXClientAudioSystemServicing> audioSystemService;
@property (readonly, nonatomic) id<SVXClientDeviceServicing> deviceService;
@property (readonly, nonatomic) id<SVXClientAudioPowerServicing> inputAudioPowerService;
@property (readonly, nonatomic) id<SVXClientAudioPowerServicing> outputAudioPowerService;
@property (readonly, nonatomic) id<SVXClientSessionServicing> sessionService;
@property (readonly, nonatomic) id<SVXClientSpeechSynthesisServicing> speechSynthesisService;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)_connection;
- (void)connectionInterrupted;
- (void)dealloc;
- (oneway void)pingWithReply:(id /* block */)a0;
- (void)_invalidate;
- (void)invalidate;
- (void)connectionInvalidated;
- (void).cxx_destruct;
- (id)initWithComponents:(unsigned long long)a0 delegate:(id)a1;
- (oneway void)activateWithContext:(id)a0 completion:(id /* block */)a1;
- (id)_clientServiceWithErrorHandler:(id /* block */)a0;
- (void)_cleanUpConnection;
- (oneway void)prewarmRequest:(id)a0;
- (oneway void)notifyDidDeactivateWithContext:(id)a0;
- (void)_cleanUpComponents;
- (void)_clientServiceDidChange:(BOOL)a0;
- (oneway void)cancelPendingSpeechSynthesisRequest:(id)a0;
- (oneway void)deactivateWithContext:(id)a0 completion:(id /* block */)a1;
- (oneway void)enqueueSpeechSynthesisRequest:(id)a0 completion:(id /* block */)a1;
- (oneway void)fetchAlarmAndTimerFiringContextWithCompletion:(id /* block */)a0;
- (oneway void)fetchAudioPowerWithType:(long long)a0 completion:(id /* block */)a1;
- (oneway void)fetchSessionActivityStateWithCompletion:(id /* block */)a0;
- (oneway void)fetchSessionStateWithCompletion:(id /* block */)a0;
- (void)getClientServiceUsingBlock:(id /* block */)a0 errorHandler:(id /* block */)a1;
- (oneway void)getInstanceInfoWithCompletion:(id /* block */)a0;
- (oneway void)handleSpeechSynthesisSynthesizedBufferForHandlerUUID:(id)a0 audioChunkData:(id)a1 audioChunkIndex:(unsigned long long)a2 reply:(id /* block */)a3;
- (id)initWithComponents:(unsigned long long)a0 instanceContext:(id)a1 delegate:(id)a2;
- (id)initWithQueuePerformer:(id)a0 activationService:(id)a1 audioSystemService:(id)a2 deviceService:(id)a3 inputAudioPowerService:(id)a4 outputAudioPowerService:(id)a5 sessionService:(id)a6 speechSynthesisService:(id)a7 keepAliveService:(id)a8 instanceContext:(id)a9 delegate:(id)a10;
- (oneway void)notifyAudioSessionDidBecomeActive:(BOOL)a0 activationContext:(id)a1 deactivationContext:(id)a2;
- (oneway void)notifyAudioSessionWillBecomeActive:(BOOL)a0 activationContext:(id)a1 deactivationContext:(id)a2;
- (oneway void)notifyDidActivateWithContext:(id)a0;
- (oneway void)notifyDidChangeSessionStateFrom:(long long)a0 to:(long long)a1;
- (oneway void)notifyDidEndUpdateAudioPowerWithType:(long long)a0;
- (oneway void)notifyDidNotActivateWithContext:(id)a0 error:(id)a1;
- (oneway void)notifySessionDidBecomeActiveWithActivationContext:(id)a0 turnID:(id)a1;
- (oneway void)notifySessionDidResignActiveWithDeactivationContext:(id)a0;
- (oneway void)notifySessionDidStartSoundWithID:(long long)a0;
- (oneway void)notifySessionDidStopSoundWithID:(long long)a0 error:(id)a1;
- (oneway void)notifySessionWillBecomeActiveWithActivationContext:(id)a0 turnID:(id)a1;
- (oneway void)notifySessionWillPresentFeedbackWithDialogIdentifier:(id)a0;
- (oneway void)notifySessionWillResignActiveWithOptions:(unsigned long long)a0 duration:(double)a1;
- (oneway void)notifySessionWillStartSoundWithID:(long long)a0;
- (oneway void)notifyWillActivateWithContext:(id)a0;
- (oneway void)notifyWillBeginUpdateAudioPowerWithType:(long long)a0 wrapper:(id)a1;
- (oneway void)notifyWillChangeSessionStateFrom:(long long)a0 to:(long long)a1;
- (oneway void)notifyWillDeactivateWithContext:(id)a0;
- (oneway void)performManualEndpointing;
- (oneway void)preheatWithActivationSource:(long long)a0;
- (oneway void)prepareForDeviceSetupWithContext:(id)a0 completion:(id /* block */)a1;
- (oneway void)prewarmWithContext:(id)a0 completion:(id /* block */)a1;
- (oneway void)requestPermissionToActivateWithContext:(id)a0 completion:(id /* block */)a1;
- (oneway void)setDeviceSetupContext:(id)a0;
- (oneway void)stopSpeechSynthesisRequest:(id)a0;
- (oneway void)synthesizeRequest:(id)a0 handlerUUID:(id)a1 completion:(id /* block */)a2;
- (oneway void)transitToAutomaticEndpointingWithTimestamp:(unsigned long long)a0;

@end