luxlabs header browser preview


@class AVConferenceXPCClient, NSObject;
@protocol OS_dispatch_queue;

@interface AVCTestMonitor : NSObject {
    id _delegate;
    NSObject<OS_dispatch_queue> *_delegateNotificationQueue;
    AVConferenceXPCClient *_connection;
    unsigned int _reportToken;
}

- (void)dealloc;
- (id)delegate;
- (id)initWithDelegate:(id)a0 queue:(id)a1;
- (id)delegateNotificationQueue;
- (void)deregisterBlocksForNotifications;
- (void)forceNetworkCellular:(BOOL)a0;
- (void)registerBlocksForNotifications;
- (void)requestSessionMediaDaemonStatsReport;
- (void)setEmulatedNetworkConfigurationPath:(id)a0;
- (void)setEmulatedRxPLR:(double)a0;
- (void)setEnableAudioPowerSpectrumReport:(BOOL)a0;
- (void)setEnableLoopbackInterface:(BOOL)a0;
- (void)setEnableOneToOneMode:(BOOL)a0;
- (void)setForcedCapBitrate:(int)a0;
- (void)setForcedTargetBitrate:(int)a0;
- (void)setupNotificationQueue:(id)a0;
- (void)updateAudioInjectConfig:(id)a0;

@end