From 93187ea44bf96bb26091d1b007eaa7d18231eb7a Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Wed, 7 Aug 2024 05:00:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20doxygen=20from=20@=20pschatzma?= =?UTF-8?q?nn/arduino-audio-tools@0263e3535e5cf51ff0f640a90309f063d5e8b4aa?= =?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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_audio_player_8h_source.html b/_audio_player_8h_source.html index aec7f17da4..a8fb6d7d9c 100644 --- a/_audio_player_8h_source.html +++ b/_audio_player_8h_source.html @@ -532,7 +532,7 @@
virtual Stream * getStream()
Provides the actual stream (=e.g.file)
Definition: AudioPlayer.h:311
void setSilenceOnInactive(bool active)
Definition: AudioPlayer.h:429
bool isSilenceOnInactive()
Checks if silence_on_inactive has been activated (default false)
Definition: AudioPlayer.h:432
-
virtual bool setPath(const char *path)
moves to selected file
Definition: AudioPlayer.h:280
+
virtual bool setPath(const char *path)
Moves to the selected file w/o updating the actual file position.
Definition: AudioPlayer.h:280
virtual void setDelayIfOutputFull(int delayMs)
Defines the wait time in ms if the target output is full.
Definition: AudioPlayer.h:358
virtual bool next(int offset=1)
Definition: AudioPlayer.h:262
virtual void play()
starts / resumes the playing after calling stop()
Definition: AudioPlayer.h:249
@@ -541,7 +541,7 @@
virtual bool isActive()
determines if the player is active
Definition: AudioPlayer.h:314
bool setVolume(float volume) override
sets the volume - values need to be between 0.0 and 1.0
Definition: AudioPlayer.h:334
float volume() override
Determines the actual volume.
Definition: AudioPlayer.h:350
-
virtual bool setIndex(int idx)
moves to selected file
Definition: AudioPlayer.h:271
+
virtual bool setIndex(int idx)
moves to the selected file position
Definition: AudioPlayer.h:271
virtual void setVolumeControl(VolumeControl &vc)
Change the VolumeControl implementation.
Definition: AudioPlayer.h:419
void addNotifyAudioChange(AudioInfoSupport *notify)
(Re)defines the notify
Definition: AudioPlayer.h:219
AudioPlayer()
Default constructor.
Definition: AudioPlayer.h:45
diff --git a/classaudio__tools_1_1_audio_player.html b/classaudio__tools_1_1_audio_player.html index 35189a505c..24e7a8e454 100644 --- a/classaudio__tools_1_1_audio_player.html +++ b/classaudio__tools_1_1_audio_player.html @@ -203,7 +203,7 @@   virtual bool setIndex (int idx) - moves to selected file
+ moves to the selected file position
  virtual void setMetadataCallback (void(*callback)(MetaDataType type, const char *str, int len), ID3TypeSelection sel=SELECT_ID3) @@ -220,7 +220,7 @@   virtual bool setPath (const char *path) - moves to selected file
+ Moves to the selected file w/o updating the actual file position.
  void setSilenceOnInactive (bool active)