Audio services: Difference between revisions
No edit summary |
Masagrator (talk | contribs) No edit summary |
||
Line 649: | Line 649: | ||
| 22 || [3.0.0+] NotifyHeadphoneVolumeWarningDisplayedEvent | | 22 || [3.0.0+] NotifyHeadphoneVolumeWarningDisplayedEvent | ||
|- | |- | ||
| 23 || [4.0.0+] SetSystemOutputMasterVolume | | 23 || [4.0.0+] [[#SetSystemOutputMasterVolume]] | ||
|- | |- | ||
| 24 || [4.0.0+] GetSystemOutputMasterVolume | | 24 || [4.0.0+] [[#GetSystemOutputMasterVolume]] | ||
|- | |- | ||
| 25 || [20.0.0+] ([4.0.0-13.2.1] [[#GetAudioVolumeDataForPlayReport]]) | | 25 || [20.0.0+] ([4.0.0-13.2.1] [[#GetAudioVolumeDataForPlayReport]]) | ||
Line 721: | Line 721: | ||
| 50004 || [19.0.0+] ClearForceOverrideExternalDeviceNameForDebug | | 50004 || [19.0.0+] ClearForceOverrideExternalDeviceNameForDebug | ||
|} | |} | ||
=== SetSystemOutputMasterVolume === | |||
Takes an input float '''SystemOutputMasterVolume'''. No output. | |||
[20.0.0+] Originally any input was accepted, now input must be in range 0.0-1.0 otherwise it's replaced by nearest accepted value. | |||
=== GetSystemOutputMasterVolume === | |||
No input. Returns an output float '''SystemOutputMasterVolume'''. | |||
== GetAudioVolumeDataForPlayReport == | == GetAudioVolumeDataForPlayReport == |