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 @@
audio_tools::AudioPlayer::getVolumeStream
VolumeStream & getVolumeStream()
Provides the reference to the volume stream.
Definition: AudioPlayer.h:443
audio_tools::AudioPlayer::AudioPlayer
AudioPlayer()
Default constructor.
Definition: AudioPlayer.h:39
audio_tools::AudioPlayer::setAutoFade
void setAutoFade(bool active)
Definition: AudioPlayer.h:447
-
audio_tools::AudioPlayer::begin
virtual bool begin(int index=0, bool isActive=true)
(Re)Starts the playing of the music (from the beginning)
Definition: AudioPlayer.h:146
+
audio_tools::AudioPlayer::begin
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
audio_tools::AudioPlayer::setAudioInfo
virtual void setAudioInfo(AudioInfo info) override
Updates the audio info in the related objects.
Definition: AudioPlayer.h:223
audio_tools::AudioPlayer::setMetadataCallback
virtual void setMetadataCallback(void(*callback)(MetaDataType type, const char *str, int len), ID3TypeSelection sel=SELECT_ID3)
Defines the medatadata callback.
Definition: AudioPlayer.h:396
audio_tools::AudioPlayer::previous
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()!