Skip to main content
ProcessorState represents the current operational state of an AudioProcessor. You can check the state at any time by calling AudioProcessor.GetState(), or receive state change notifications through a state callback.

Values

EnumDescription
INITIALIZINGConnecting to Sanas Cloud
READYReady for processing
FAILEDProcessing failed
DISCONNECTEDConnection lost

See Also

AudioProcessor

The GetState() method returns this enum

State Callbacks

Get notified automatically when state changes