共用方式為


AudioEffectsFeatureErrorListener type

音訊效果功能錯誤接聽程式回呼類型

type AudioEffectsFeatureErrorListener = (
  error: CommunicationServicesError
) => void