| 
    HephAudio v3.1.0
    
   A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS. 
   | 
 
base class for audio event arguments. More...
#include <AudioEventArgs.h>
  
Public Member Functions | |
| AudioEventArgs (Native::NativeAudio *pNativeAudio) | |
| virtual | ~AudioEventArgs ()=default | 
  Public Member Functions inherited from Heph::EventArgs | |
| virtual | ~EventArgs ()=default | 
Public Attributes | |
| Native::NativeAudio * | pNativeAudio | 
base class for audio event arguments.
| HephAudio::AudioEventArgs::AudioEventArgs | ( | Native::NativeAudio * | pNativeAudio | ) | 
creates a new instance and initializes it with the provided values.
| pNativeAudio | pointer to the native audio instance that raised the event. | 
      
  | 
  virtualdefault | 
releases the resources and destroys the instance.
| Native::NativeAudio* HephAudio::AudioEventArgs::pNativeAudio | 
pointer to the native audio instance that raised the event.