I'm looking at the channels available on Android that are obtained from the AudioManager I have some doubt so that they serve or that affect
- AudioManager.STREAM_MUSIC
- AudioManager.STREAM_RING
- AudioManager.STREAM_ALARM
- AudioManager.STREAM_NOTIFICATION
- AudioManager.STREAM_VOICE_CALL
- AudioManager.STREAM_SYSTEM
- AudioManager.STREAM_DTMF
I wonder the STREAM_DTMF
they are associated with or what is it?
When receiving a call, is its volume STREAM_SYSTEM
?
During a telephone conversation, your volume is the 'STREAM_VOICE_CALL?