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 = 0 , NoDeviceSelected = 1 , Processing = 2 , StoppedByUser = 3 ,
  ErrorInitializing = 4 , ErrorStarting = 5
}
 

Enumeration Type Documentation

◆ ASIODeviceState

Enumerator
StandingBy 0 

Standing by.

NoDeviceSelected 1 

No device selected.

Processing 2 

Processing audio.

StoppedByUser 3 

Device stopped by user.

ErrorInitializing 4 

Error initializing device. See log for more info.

ErrorStarting 5 

Error starting device. See log for more info.