HomeDocs
Skip to main content

destroyAudioEffect

Introduction

Destroy a single audio effect instance.

Parameters

ParameterTypeRequiredDescription
idStringtrueThe unique identifier for the task.

Example

Page({
onReady() {
dlt.destroyAudioEffect({
id: 'xxx',
success: (res) => {
resolve(res);
},
fail: (err) => {
reject(err);
},
});
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.