Home
last modified time | relevance | path

Searched refs:SoundPool (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/multimedia/
DsoundPool.d.ts78 export interface SoundPool { interface
/interface/sdk-js/api/
D@ohos.multimedia.media.d.ts24 import type { SoundPool as _SoundPool } from './multimedia/soundPool';
165 callback: AsyncCallback<SoundPool>
178 … createSoundPool(maxStreams: number, audioRenderInfo: audio.AudioRendererInfo): Promise<SoundPool>;
187 type SoundPool = _SoundPool;