EAEReceiverProfile

Objective-C

@interface EAEReceiverProfile : NSObject
@property (strong, nonatomic) EAEReceiverProfileMeta* meta;
@property (strong, nonatomic) EAEReceiverProfileSetting* settings;
@property (strong, nonatomic) NSArray* audio_options;
@property (strong, nonatomic) EAEReceiverProfileInfrastructure* infrastructure;
@property (strong, nonatomic) NSArray* automations;
@end

Swift

class EAEReceiverProfile : NSObject

Undocumented