Java android.media AudioAttributes fields, constructors, methods, implement or subclass

Example usage for Java android.media AudioAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media AudioAttributes.

The text is from its open source code.

Field

intCONTENT_TYPE_UNKNOWN
Content type value to use when the content type is unknown, or other than the ones defined.
intCONTENT_TYPE_SPEECH
Content type value to use when the content type is speech.
intCONTENT_TYPE_MOVIE
Content type value to use when the content type is a soundtrack, typically accompanying a movie or TV program.
intCONTENT_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.
intUSAGE_MEDIA
Usage value to use when the usage is media, such as music, or movie soundtracks.
intUSAGE_NOTIFICATION
Usage value to use when the usage is notification.
intUSAGE_NOTIFICATION_COMMUNICATION_INSTANT
Usage value to use when the usage is notification for an "instant" communication such as a chat, or SMS.
intUSAGE_GAME
Usage value to use when the usage is for game audio.