Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Enum for audio content type Each value determines a different content type for the playback stream. The content type helps the audio system understand what kind of content is being played, which affects how it should be handled in terms of audio focus and routing.

Possible mappings

Note: For timed audio playback (synchronized audio), only CONTENT_TYPE_MUSIC and CONTENT_TYPE_MOVIE are supported when used with USAGE_MEDIA.

Enumeration Members

CONTENT_TYPE_NONE

CONTENT_TYPE_NONE: 0

CONTENT_TYPE_SPEECH

CONTENT_TYPE_SPEECH: 1

CONTENT_TYPE_MUSIC

CONTENT_TYPE_MUSIC: 2

CONTENT_TYPE_MOVIE

CONTENT_TYPE_MOVIE: 3

CONTENT_TYPE_SONIFICATION

CONTENT_TYPE_SONIFICATION: 4

CONTENT_TYPE_GAME

CONTENT_TYPE_GAME: 5

CONTENT_TYPE_TONE

CONTENT_TYPE_TONE: 6
Last modified on July 22, 2026