luxlabs header browser preview


@class AVAudioFormat;

@interface PHASEExternalStreamDebugInfo : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) AVAudioFormat *clientFormat;
@property (readonly, nonatomic, getter=isInput) BOOL input;
@property (readonly, nonatomic, getter=isStreamPaused) BOOL streamPaused;

- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (void)setInput:(BOOL)a0;
- (void)setClientFormat:(id)a0;
- (void)setStreamPaused:(BOOL)a0;

@end