Lines Matching refs:ToneAttrs

72 ## ToneAttrs<sup>12+</sup>
74 管理铃声属性。在调用ToneAttrs<sup>12+</sup>的接口前,需要先通过[createCustomizedToneAttrs](#systemsoundmanagercreatecus…
313 type ToneAttrsArray = Array&lt;[ToneAttrs](#toneattrs12)&gt;
321 | Array&lt;[ToneAttrs](#toneattrs12)&gt; | 铃音属性数组。 |
325 createCustomizedToneAttrs(): ToneAttrs
337 | [ToneAttrs](#toneattrs12) | 铃声属性类。 |
349 let toneAttrs: systemSoundManager.ToneAttrs = systemSoundManager.createCustomizedToneAttrs();
1097 getDefaultRingtoneAttrs(context: BaseContext, type: RingtoneType): Promise&lt;ToneAttrs&gt;
1116 | Promise&lt;[ToneAttrs](#toneattrs12)&gt; | Promise回调返回系统铃声的属性。 |
1138 …agerInstance.getDefaultRingtoneAttrs(context, type).then((value: systemSoundManager.ToneAttrs) => {
1197 getDefaultSystemToneAttrs(context: BaseContext, type: SystemToneType): Promise&lt;ToneAttrs&gt;
1216 | Promise&lt;[ToneAttrs](#toneattrs12)&gt; | Promise回调返回系统提示音的属性。 |
1238 …erInstance.getDefaultSystemToneAttrs(context, type).then((value: systemSoundManager.ToneAttrs) => {
1297 getDefaultAlarmToneAttrs(context: BaseContext): Promise&lt;ToneAttrs&gt;
1315 | Promise&lt;[ToneAttrs](#toneattrs12)&gt; | Promise回调返回系统闹铃的属性。 |
1336 …ndManagerInstance.getDefaultAlarmToneAttrs(context).then((value: systemSoundManager.ToneAttrs) => {
1571 addCustomizedTone(context: BaseContext, toneAttr: ToneAttrs, externalUri: string): Promise&lt;strin…
1584 | toneAttr | ToneAttrs | 是 | 铃音属性。 |
1633 addCustomizedTone(context: BaseContext, toneAttr: ToneAttrs, fd: number, offset?: number, length?: …
1646 | toneAttr | [ToneAttrs](#toneattrs12) | 是 | 铃音属性。 …