Lines Matching refs:effect
16 package ohos.hdi.audio.effect.v1_0;
17 import ohos.hdi.audio.effect.v1_0.EffectTypes;
18 import ohos.hdi.audio.effect.v1_0.IEffectControl;
22 …* @brief Query whether the vendor/OEM supplies effect libraries. If supplies, use the supplied eff…
23 * If not, use the system service software effect.
25 * @param supply indicates the state whether the vendor/OEM supplies effect libraries.
37 * @param descs Indicates the effect list.
47 * @brief Create an effect controller which is used to operate the effect instance.
61 * @brief Destroy the effect controller specified by the controllerId.
73 * @brief Get a descriptor of specified effect.
75 * @param effectId Indicates the effectId of the effect.
76 * @param desc Indicates the specified effect descriptor.