Lines Matching refs:ToneAttrs

72 ## ToneAttrs<sup>12+</sup>
74 Manages tone attributes. Before calling any API in **ToneAttrs<sup>12+</sup>**, you must use [creat…
313 type ToneAttrsArray = Array&lt;[ToneAttrs](#toneattrs12)&gt;
321 | Array&lt;[ToneAttrs](#toneattrs12)&gt; | Array of tone attributes.|
325 createCustomizedToneAttrs(): ToneAttrs
337 | [ToneAttrs](#toneattrs12) | Class for tone attributes.|
349 let toneAttrs: systemSoundManager.ToneAttrs = systemSoundManager.createCustomizedToneAttrs();
1103 getDefaultRingtoneAttrs(context: BaseContext, type: RingtoneType): Promise&lt;ToneAttrs&gt;
1122 | Promise&lt;[ToneAttrs](#toneattrs12)&gt; | Promise used to return the attributes of the default s…
1144 …agerInstance.getDefaultRingtoneAttrs(context, type).then((value: systemSoundManager.ToneAttrs) => {
1203 getDefaultSystemToneAttrs(context: BaseContext, type: SystemToneType): Promise&lt;ToneAttrs&gt;
1222 | Promise&lt;[ToneAttrs](#toneattrs12)&gt; | Promise used to return the attributes of the default s…
1244 …erInstance.getDefaultSystemToneAttrs(context, type).then((value: systemSoundManager.ToneAttrs) => {
1303 getDefaultAlarmToneAttrs(context: BaseContext): Promise&lt;ToneAttrs&gt;
1321 | Promise&lt;[ToneAttrs](#toneattrs12)&gt; | Promise used to return the attributes of the default a…
1342 …ndManagerInstance.getDefaultAlarmToneAttrs(context).then((value: systemSoundManager.ToneAttrs) => {
1577 addCustomizedTone(context: BaseContext, toneAttr: ToneAttrs, externalUri: string): Promise&lt;strin…
1590 | toneAttr | ToneAttrs | Yes | Attributes of the tone. |
1639 addCustomizedTone(context: BaseContext, toneAttr: ToneAttrs, fd: number, offset?: number, length?: …
1652 | toneAttr | [ToneAttrs](#toneattrs12) | Yes | Attributes of the tone. …