HephAudio v3.1.0
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
|
struct for storing the arguments for the audio finished playing events. More...
#include <AudioFinishedPlayingEventArgs.h>
Public Member Functions | |
AudioFinishedPlayingEventArgs (Native::NativeAudio *pNativeAudio, AudioObject *pAudioObject) | |
Public Member Functions inherited from HephAudio::AudioEventArgs | |
AudioEventArgs (Native::NativeAudio *pNativeAudio) | |
virtual | ~AudioEventArgs ()=default |
Public Member Functions inherited from Heph::EventArgs | |
virtual | ~EventArgs ()=default |
Public Attributes | |
AudioObject * | pAudioObject |
Public Attributes inherited from HephAudio::AudioEventArgs | |
Native::NativeAudio * | pNativeAudio |
struct for storing the arguments for the audio finished playing events.
HephAudio::AudioFinishedPlayingEventArgs::AudioFinishedPlayingEventArgs | ( | Native::NativeAudio * | pNativeAudio, |
AudioObject * | pAudioObject ) |
creates a new instance and initializes it with the provided values.
pNativeAudio | pointer to the native audio instance that raised the event. |
pAudioObject | pointer to the audio object instance that's being rendered. |
AudioObject* HephAudio::AudioFinishedPlayingEventArgs::pAudioObject |
pointer to the audio object instance that's being rendered.