AsioTarget Namespace Reference

Classes

class  AsioTarget
 ASIO Target properties for Script Engine. Read the documentation for more info. More...
 

Enumerations

enum  AsioTargetStatus {
  NoDeviceSelected = 0 , DeviceSelected = 1 , Initialized = 2 , Started = 3 ,
  Stopped = 4 , Playing = 5 , Error = 6 , AsioControlPanelError = 7
}
 
enum  AudioMode { Mono = 1 , Stereo = 2 }
 

Enumeration Type Documentation

◆ AsioTargetStatus

Enumerator
NoDeviceSelected 0 

No device selected.

DeviceSelected 1 

Device selected.

Initialized 2 

Device initialized.

Started 3 

Device started.

Stopped 4 

Device stopped.

Playing 5 

Streaming audio to device.

Error 6 

An error occured. See log for more info.

AsioControlPanelError 7 

Error opening ASIO Control Panel. See log for more info.

◆ AudioMode

Enumerator
Mono 1 

Mono audio.

Stereo 2 

Stereo audio.