AudioProcessingException constructor

AudioProcessingException(
  1. AudioProcessingOptionsResultCode code,
  2. String message
)

Implementation

AudioProcessingException(this.code, this.message);