Class ReceiverConf
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ReceiverConf.ReceiverConf
- Direct Known Subclasses:
ReceiverConfMixinAnnotations
- Since:
- 8/5/23
-
Constructor Summary
ConstructorsConstructorDescriptionReceiverConf
(ReceiverConfSettings mSettings, ReceiverConfAudioOptions[] mAudioOptions, ReceiverConfMeta mMeta, ReceiverConfInfrastructure mInfrastructure, ReceiverConfAutomations[] mAutomations) -
Method Summary
Modifier and TypeMethodDescriptiongetmMeta()
void
setmAudioOptions
(ReceiverConfAudioOptions[] mAudioOptions) void
setmAutomations
(ReceiverConfAutomations[] mAutomations) void
setmInfrastructure
(ReceiverConfInfrastructure mInfrastructure) void
setmMeta
(ReceiverConfMeta mMeta) void
setmSettings
(ReceiverConfSettings mSettings) toString()
-
Constructor Details
-
ReceiverConf
public ReceiverConf() -
ReceiverConf
public ReceiverConf(ReceiverConfSettings mSettings, ReceiverConfAudioOptions[] mAudioOptions, ReceiverConfMeta mMeta, ReceiverConfInfrastructure mInfrastructure, ReceiverConfAutomations[] mAutomations)
-
-
Method Details