@class HMDSetupEndPointWrite, HMDSupportedAudioStreamConfiguration, HMDSupportedVideoStreamConfiguration, HMDSetupEndPointRead, HMDSupportedRTPConfiguration, HMDSelectedStreamConfigurationWrite, HMDReselectedStreamConfigurationWrite; @interface HMDCameraProtocolParameters : HMFObject <NSSecureCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (retain, nonatomic) HMDSupportedVideoStreamConfiguration *supportedVideoStreamConfiguration; @property (retain, nonatomic) HMDSupportedAudioStreamConfiguration *supportedAudioStreamConfiguration; @property (retain, nonatomic) HMDSupportedRTPConfiguration *supportedRTPConfiguration; @property (retain, nonatomic) HMDSetupEndPointRead *setupEndPointRead; @property (retain, nonatomic) HMDSetupEndPointWrite *setupEndPointWrite; @property (retain, nonatomic) HMDSelectedStreamConfigurationWrite *selectedStreamConfigurationWrite; @property (retain, nonatomic) HMDReselectedStreamConfigurationWrite *reselectedStreamConfigurationWrite; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end