Language

AudioContentType Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.AudioAttributes+Builder.SetContentType member.

public enum AudioContentType
type AudioContentType = 
Inheritance
AudioContentType

Fields

Name Value Description
Unknown 0

Content type value to use when the content type is unknown, or other than the ones defined.

Android reference for android.media.AudioAttributes.CONTENT_TYPE_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Speech 1

Content type value to use when the content type is speech.

Android reference for android.media.AudioAttributes.CONTENT_TYPE_SPEECH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Music 2

Content type value to use when the content type is music.

Android reference for android.media.AudioAttributes.CONTENT_TYPE_MUSIC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Movie 3

Content type value to use when the content type is the audio typically accompanying a movie or TV program, containing a mix of dialogue, music and sound effects.

Android reference for android.media.AudioAttributes.CONTENT_TYPE_MOVIE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sonification 4

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. These sounds are mostly synthesized or short Foley sounds.

Android reference for android.media.AudioAttributes.CONTENT_TYPE_SONIFICATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to