#define HEPH_API
Definition HephShared.h:132
base class for the classes that interact with the native audio APIs.
Definition NativeAudio.h:28
base class for audio event arguments.
Definition AudioEventArgs.h:15
struct for storing the arguments for the audio finished playing events.
Definition AudioFinishedPlayingEventArgs.h:15
AudioObject * pAudioObject
Definition AudioFinishedPlayingEventArgs.h:20
AudioFinishedPlayingEventArgs(Native::NativeAudio *pNativeAudio, AudioObject *pAudioObject, uint32_t remainingLoopCount)
uint32_t remainingLoopCount
Definition AudioFinishedPlayingEventArgs.h:27
stores information that's necessary to play audio.
Definition AudioObject.h:36