iPlug2 - C++ Audio Plug-in Framework
Public Member Functions | Public Attributes | List of all members
IPlugAPPHost::AppState Struct Reference

Used to manage changes to app i/o. More...

#include <IPlugAPP_host.h>

Public Member Functions

 AppState (const AppState &obj)
 
bool operator== (const AppState &rhs) const
 
bool operator!= (const AppState &rhs) const
 

Public Attributes

WDL_String mAudioInDev
 
WDL_String mAudioOutDev
 
WDL_String mMidiInDev
 
WDL_String mMidiOutDev
 
uint32_t mAudioDriverType
 
uint32_t mAudioSR
 
uint32_t mBufferSize
 
uint32_t mMidiInChan
 
uint32_t mMidiOutChan
 
uint32_t mAudioInChanL
 
uint32_t mAudioInChanR
 
uint32_t mAudioOutChanL
 
uint32_t mAudioOutChanR
 

Detailed Description

Used to manage changes to app i/o.

Definition at line 86 of file IPlugAPP_host.h.


The documentation for this struct was generated from the following file: