ASIOInput Namespace Reference

Classes

class  ASIOInput
 ASIO Device Capture input properties for Script Engine. Read the documentation for more info. More...
 

Enumerations

enum  ASIODeviceState {
  StandingBy , NoDeviceSelected , Processing , StoppedByUser ,
  ErrorInitializing , ErrorStarting
}
 

Enumeration Type Documentation

◆ ASIODeviceState

Enumerator
StandingBy 

Standing by.

NoDeviceSelected 

No device selected.

Processing 

Processing audio.

StoppedByUser 

Device stopped by user.

ErrorInitializing 

Error initializing device. See log for more info.

ErrorStarting 

Error starting device. See log for more info.