From a4bcd4d98a59eb94019293aab79915d48bd67bbd Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Tue, 5 Nov 2024 23:07:52 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20doxygen=20from=20@=20pschatzma?= =?UTF-8?q?nn/arduino-audio-tools@177fbd57a1f8ed2c1c236d52d76d4a5a016ee540?= =?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 | 2 +- classaudio__tools_1_1_audio_player.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_audio_player_8h_source.html b/_audio_player_8h_source.html index 52dc56f12..3b4b0f910 100644 --- a/_audio_player_8h_source.html +++ b/_audio_player_8h_source.html @@ -545,7 +545,7 @@
VolumeStream & getVolumeStream()
Provides the reference to the volume stream.
Definition: AudioPlayer.h:443
AudioPlayer()
Default constructor.
Definition: AudioPlayer.h:39
void setAutoFade(bool active)
Definition: AudioPlayer.h:447
-
virtual bool begin(int index=0, bool isActive=true)
(Re)Starts the playing of the music (from the beginning)
Definition: AudioPlayer.h:146
+
virtual bool begin(int index=0, bool isActive=true)
(Re)Starts the playing of the music (from the beginning or the indicated index)
Definition: AudioPlayer.h:146
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
diff --git a/classaudio__tools_1_1_audio_player.html b/classaudio__tools_1_1_audio_player.html index 7090571dd..78cedbad1 100644 --- a/classaudio__tools_1_1_audio_player.html +++ b/classaudio__tools_1_1_audio_player.html @@ -123,7 +123,7 @@   virtual bool begin (int index=0, bool isActive=true) - (Re)Starts the playing of the music (from the beginning)
+ (Re)Starts the playing of the music (from the beginning or the indicated index)
  virtual size_t copy () @@ -619,7 +619,7 @@

-

Set automatically move to next file and end of current file: This is determined from the AudioSource. If you want to override it call this method after calling begin()!

+

Set automatically move to next file and end of current file: This is determined from the AudioSource. If you want to override it call this method after calling begin()!