Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This content describes possible audio content types using Enums.
Five specific audio content types are listed: unspecified, unknown, music, broadcast, and podcast.
AUDIO_CONTENT_TYPE_UNSPECIFIED is a placeholder and doesn't represent a real content stream type.
Possible audio content types.
Enums
AUDIO_CONTENT_TYPE_UNSPECIFIED
Audio content type is not specified in this version. This enum is a place holder for a default value and does not represent a real content stream type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[],["Display & Video 360 API v4 is in beta. It defines possible audio content types using enums. These include `AUDIO_CONTENT_TYPE_UNSPECIFIED` (a default placeholder), `AUDIO_CONTENT_TYPE_UNKNOWN`, `AUDIO_CONTENT_TYPE_MUSIC`, `AUDIO_CONTENT_TYPE_BROADCAST`, and `AUDIO_CONTENT_TYPE_PODCAST`. These enums specify or categorize the nature of audio content, allowing for the classification and handling of different audio streams within the API.\n"]]