Lines Matching refs:SoundPool

108 …dioRenderInfo: audio.AudioRendererInfo,<br>    callback: AsyncCallback\<SoundPool><br>  ): void;|@…
109 …maxStreams: number, audioRenderInfo: audio.AudioRendererInfo): Promise\<SoundPool>;|@ohos.multimed…
110 |Added|NA|Class name: media;<br>Method or attribute name: type SoundPool = _SoundPool;|@ohos.multim…
119 |Added|NA|Class name: SoundPool;<br>Method or attribute name: load(uri: string, callback: AsyncCall…
120 |Added|NA|Class name: SoundPool;<br>Method or attribute name: load(uri: string): Promise\<number>;|…
121 |Added|NA|Class name: SoundPool;<br>Method or attribute name: load(fd: number, offset: number, leng…
122 |Added|NA|Class name: SoundPool;<br>Method or attribute name: load(fd: number, offset: number, leng…
123 |Added|NA|Class name: SoundPool;<br>Method or attribute name: play(soundID: number, params: PlayPar…
124 |Added|NA|Class name: SoundPool;<br>Method or attribute name: play(soundID: number, callback: Async…
125 |Added|NA|Class name: SoundPool;<br>Method or attribute name: play(soundID: number, params?: PlayPa…
126 |Added|NA|Class name: SoundPool;<br>Method or attribute name: stop(streamID: number, callback: Asyn…
127 |Added|NA|Class name: SoundPool;<br>Method or attribute name: stop(streamID: number): Promise\<void…
128 |Added|NA|Class name: SoundPool;<br>Method or attribute name: setLoop(streamID: number, loop: numbe…
129 |Added|NA|Class name: SoundPool;<br>Method or attribute name: setLoop(streamID: number, loop: numbe…
130 |Added|NA|Class name: SoundPool;<br>Method or attribute name: setPriority(streamID: number, priorit…
131 |Added|NA|Class name: SoundPool;<br>Method or attribute name: setPriority(streamID: number, priorit…
132 |Added|NA|Class name: SoundPool;<br>Method or attribute name: setRate(streamID: number, rate: audio…
133 |Added|NA|Class name: SoundPool;<br>Method or attribute name: setRate(streamID: number, rate: audio…
134 |Added|NA|Class name: SoundPool;<br>Method or attribute name: setVolume(streamID: number, leftVolum…
135 |Added|NA|Class name: SoundPool;<br>Method or attribute name: setVolume(streamID: number, leftVolum…
136 |Added|NA|Class name: SoundPool;<br>Method or attribute name: unload(soundID: number, callback: Asy…
137 |Added|NA|Class name: SoundPool;<br>Method or attribute name: unload(soundID: number): Promise\<voi…
138 |Added|NA|Class name: SoundPool;<br>Method or attribute name: release(callback: AsyncCallback\<void…
139 |Added|NA|Class name: SoundPool;<br>Method or attribute name: release(): Promise\<void>;|soundPool.…
140 |Added|NA|Class name: SoundPool;<br>Method or attribute name: on(type: 'loadComplete', callback: Ca…
141 |Added|NA|Class name: SoundPool;<br>Method or attribute name: on(type: 'playFinished', callback: Ca…
142 |Added|NA|Class name: SoundPool;<br>Method or attribute name: on(type: 'error', callback: ErrorCall…
143 |Added|NA|Class name: SoundPool;<br>Method or attribute name: off(type: 'loadComplete'): void;|soun…
144 |Added|NA|Class name: SoundPool;<br>Method or attribute name: off(type: 'playFinished'): void;|soun…
145 |Added|NA|Class name: SoundPool;<br>Method or attribute name: off(type: 'error'): void;|soundPool.d…