| 
    HephAudio v3.1.0
    
   A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS. 
   | 
 
#include "HephAudioShared.h"#include "AudioStream.h"#include "AudioEvents/AudioRenderEventArgs.h"#include "AudioEvents/AudioRenderEventResult.h"#include "AudioEvents/AudioFinishedPlayingEventArgs.h"#include "EventArgs.h"#include "EventResult.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | HephAudio::AudioPlaylist | 
| class for creating playlists. Uses AudioStream  internally to play the files.  More... | |
Macros | |
| #define | HEPHAUDIO_PLAYLIST_EVENT_USER_ARG_KEY "audio_playlist" | 
| #define HEPHAUDIO_PLAYLIST_EVENT_USER_ARG_KEY "audio_playlist" | 
the key to find the AudioPlaylist instance when handling events.