Rate this page:

VIAudioFileUsage

Enum representing supported audio file usage modes

ANDROID ONLY.

Consts

inCall

Static
Copy URL

Should be used to play audio file during a call, for example to play progress tone.

The volume is controlled by system call volume.

notification

Static
Copy URL

Should be used to play audio file for notifications outside a call.

The volume is controlled by system alarm volume

ringtone

Static
Copy URL

Should be used to play audio file for ringtone.

The volume is controlled by system ring volume.

unknown

Static
Copy URL

Should be used if other modes are not applicable.