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<[ToneAttrs](#toneattrs12)>
321 | Array<[ToneAttrs](#toneattrs12)> | 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<ToneAttrs>
1122 | Promise<[ToneAttrs](#toneattrs12)> | 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<ToneAttrs>
1222 | Promise<[ToneAttrs](#toneattrs12)> | Promise used to return the attributes of the default s…
1244 …erInstance.getDefaultSystemToneAttrs(context, type).then((value: systemSoundManager.ToneAttrs) => {
1303 getDefaultAlarmToneAttrs(context: BaseContext): Promise<ToneAttrs>
1321 | Promise<[ToneAttrs](#toneattrs12)> | 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<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. …