We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263dc29 commit 257e982Copy full SHA for 257e982
src/SnapClient.h
@@ -72,9 +72,9 @@ class SnapClient {
72
/// Defines an alternative commnuication client (default is WiFiClient)
73
void setClient(Client &client) { p_snapprocessor->setClient(client); }
74
75
- // /// Defines the sample rate, channels and bits
76
- // void setAudioInfo(AudioInfo info){ p_snapprocessor->setAudioInfo(info);}
77
-
+ /// @brief Defines the Snapcast Server IP address
+ /// @param address
+ void setServerIP(IPAddress address) { p_snapprocessor->setServerIP(address); }
78
79
/// Defines the time synchronization logic
80
void setSnapTimeSync(SnapTimeSync &timeSync){
0 commit comments