@class HMCameraStreamVideoPreferences, HMCameraStreamAudioPreferences; @interface HMCameraStreamPreferences : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (retain) HMCameraStreamAudioPreferences *audioPreferences; @property (retain) HMCameraStreamVideoPreferences *videoPreferences; @property long long minimumRequiredAvailableOrInUseStreams; @property BOOL shouldTakeOwnershipOfExistingStream; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)initWithAudioPreferences:(id)a0 videoPreferences:(id)a1; @end