Language

AudioPresentationContentType Enum

Definition

public enum AudioPresentationContentType
type AudioPresentationContentType = 
Inheritance
AudioPresentationContentType

Fields

Name Value Description
Unknown -1

Audio presentation classifier: Unknown.

Android reference for android.media.AudioPresentation.CONTENT_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.

Main 0

Audio presentation classifier: Complete main.

Android reference for android.media.AudioPresentation.CONTENT_MAIN.

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.

MusicAndEffects 1

Audio presentation content classifier: Music and effects.

Android reference for android.media.AudioPresentation.CONTENT_MUSIC_AND_EFFECTS.

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.

VisuallyImpaired 2

Audio presentation content classifier: Visually impaired.

Android reference for android.media.AudioPresentation.CONTENT_VISUALLY_IMPAIRED.

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.

HearingImpaired 3

Audio presentation content classifier: people who are deaf or hard of hearing.

Android reference for android.media.AudioPresentation.CONTENT_HEARING_IMPAIRED.

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.

Dialog 4

Audio presentation content classifier: Dialog.

Android reference for android.media.AudioPresentation.CONTENT_DIALOG.

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.

Commentary 5

Audio presentation content classifier: Commentary.

Android reference for android.media.AudioPresentation.CONTENT_COMMENTARY.

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.

Emergency 6

Audio presentation content classifier: Emergency.

Android reference for android.media.AudioPresentation.CONTENT_EMERGENCY.

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.

Voiceover 7

Audio presentation content classifier: Voice over.

Android reference for android.media.AudioPresentation.CONTENT_VOICEOVER.

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