| 
    Anklang-0.3.0.dev502+ga23511a1 anklang-0.3.0.dev502+ga23511a1
    
   ASE — Anklang Sound Engine (C++) 
   « « « Anklang Documentation  | 
 
Public Types | |
| enum | IOTag : uint { IBUS , OBUS } | 
Public Member Functions | |
| IOBus (IOTag io_tag, const String &ident, const String &label, SpeakerArrangement sa) | |
  Public Member Functions inherited from Ase::BusInfo | |
| uint | n_channels () const | 
Number of channels described by speakers.   | |
Public Attributes | ||
| union { | ||
| IOTag | iotag | |
| struct { | ||
| IOTag | ibus | |
| OBusId | obusid | |
| AudioProcessor * | oproc | |
| } | ||
| struct { | ||
| IOTag | obus | |
| uint | fbuffer_concounter | |
| uint | fbuffer_count | |
| uint | fbuffer_index | |
| } | ||
| uint | mem_ [4] | |
| }; | ||
  Public Attributes inherited from Ase::BusInfo | ||
| CString | ident | |
| Identifier used for serialization.   | ||
| CString | label | |
| Preferred user interface name.   | ||
| CString | hints | |
| Hints for parameter handling.   | ||
| CString | blurb | |
| Short description for user interface tooltips.   | ||
| SpeakerArrangement | speakers | |
| Channel to speaker arrangement.   | ||
Definition at line 287 of file processor.hh.
| enum Ase::AudioProcessor::IOBus::IOTag : uint | 
Definition at line 288 of file processor.hh.
      
  | 
  explicit | 
Definition at line 17 of file processor.cc.