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