From 66e6b16954892a5251493c3013687af824c2d05d Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Tue, 5 Nov 2024 22:56:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20doxygen=20from=20@=20pschatzma?= =?UTF-8?q?nn/arduino-audio-tools@aacd78dc2f87684742650a1e0e4196c552626a00?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _audio_player_8h_source.html | 4 ++-- classaudio__tools_1_1_audio_player.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_audio_player_8h_source.html b/_audio_player_8h_source.html index b26277182..52dc56f12 100644 --- a/_audio_player_8h_source.html +++ b/_audio_player_8h_source.html @@ -533,7 +533,7 @@
virtual bool setPath(const char *path)
Moves to the selected file w/o updating the actual file position.
Definition: AudioPlayer.h:275
virtual void setDelayIfOutputFull(int delayMs)
Defines the wait time in ms if the target output is full.
Definition: AudioPlayer.h:353
virtual bool next(int offset=1)
Definition: AudioPlayer.h:257
-
virtual void play()
starts / resumes the playing after calling stop()
Definition: AudioPlayer.h:244
+
virtual void play()
starts / resumes the playing after calling stop(): same as setActive(true)
Definition: AudioPlayer.h:244
void setDecoder(AudioDecoder &decoder)
(Re)defines the decoder
Definition: AudioPlayer.h:208
virtual size_t copy(size_t bytes)
Call this method in the loop.
Definition: AudioPlayer.h:360
virtual bool isActive()
determines if the player is active
Definition: AudioPlayer.h:309
@@ -549,7 +549,7 @@
virtual void setAudioInfo(AudioInfo info) override
Updates the audio info in the related objects.
Definition: AudioPlayer.h:223
virtual void setMetadataCallback(void(*callback)(MetaDataType type, const char *str, int len), ID3TypeSelection sel=SELECT_ID3)
Defines the medatadata callback.
Definition: AudioPlayer.h:396
virtual bool previous(int offset=1)
moves to previous file
Definition: AudioPlayer.h:284
-
virtual void stop()
halts the playing
Definition: AudioPlayer.h:250
+
virtual void stop()
halts the playing: same as setActive(false)
Definition: AudioPlayer.h:250
virtual bool setStream(Stream *input)
start selected input stream
Definition: AudioPlayer.h:293
virtual AudioInfo audioInfo() override
provides the actual input AudioInfo
Definition: AudioPlayer.h:241
StreamCopy & getStreamCopy()
Definition: AudioPlayer.h:420
diff --git a/classaudio__tools_1_1_audio_player.html b/classaudio__tools_1_1_audio_player.html index 1b90e6947..7090571dd 100644 --- a/classaudio__tools_1_1_audio_player.html +++ b/classaudio__tools_1_1_audio_player.html @@ -167,7 +167,7 @@   virtual void play () - starts / resumes the playing after calling stop()
+ starts / resumes the playing after calling stop(): same as setActive(true)
  virtual bool previous (int offset=1) @@ -175,7 +175,7 @@   virtual void setActive (bool isActive) - The same like start() / stop()
+ The same like start() / stop()
  virtual void setAudioInfo (AudioInfo info) override @@ -238,7 +238,7 @@   virtual void stop () - halts the playing
+ halts the playing: same as setActive(false)
  float volume () override