Example usage for Java android.media AudioAttributes fields, constructors, methods, implement or subclass
The text is from its open source code.
int | CONTENT_TYPE_UNKNOWN Content type value to use when the content type is unknown, or other than the ones defined. |
int | CONTENT_TYPE_SPEECH Content type value to use when the content type is speech. |
int | CONTENT_TYPE_MOVIE Content type value to use when the content type is a soundtrack, typically accompanying a movie or TV program. |
int | CONTENT_TYPE_SONIFICATION Content type value to use when the content type is a sound used to accompany a user action, such as a beep or sound effect expressing a key click, or event, such as the type of a sound for a bonus being received in a game. |
int | USAGE_MEDIA Usage value to use when the usage is media, such as music, or movie soundtracks. |
int | USAGE_NOTIFICATION Usage value to use when the usage is notification. |
int | USAGE_NOTIFICATION_COMMUNICATION_INSTANT Usage value to use when the usage is notification for an "instant" communication such as a chat, or SMS. |
int | USAGE_GAME Usage value to use when the usage is for game audio. |