HephAudio v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
Loading...
Searching...
No Matches
AudioPlaylist.h File Reference
#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"
 

Macro Definition Documentation

◆ HEPHAUDIO_PLAYLIST_EVENT_USER_ARG_KEY

#define HEPHAUDIO_PLAYLIST_EVENT_USER_ARG_KEY   "audio_playlist"

the key to find the AudioPlaylist instance when handling events.