Stay organized with collections
Save and categorize content based on your preferences.
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation C.AudioUsage
Usage types for audio attributes. One of USAGE_ALARM
, USAGE_ASSISTANCE_ACCESSIBILITY
, USAGE_ASSISTANCE_NAVIGATION_GUIDANCE
, USAGE_ASSISTANCE_SONIFICATION
, USAGE_ASSISTANT
, USAGE_GAME
, USAGE_MEDIA
, USAGE_NOTIFICATION
, USAGE_NOTIFICATION_COMMUNICATION_DELAYED
, USAGE_NOTIFICATION_COMMUNICATION_INSTANT
, USAGE_NOTIFICATION_COMMUNICATION_REQUEST
, USAGE_NOTIFICATION_EVENT
, USAGE_NOTIFICATION_RINGTONE
, USAGE_UNKNOWN
, USAGE_VOICE_COMMUNICATION
or USAGE_VOICE_COMMUNICATION_SIGNALLING
.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-17 UTC.
[[["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-07-17 UTC."],[],[],null,["# C.AudioUsage\n============\n\nArtifact: [androidx.media3:media3-common](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/common/C.java+class:androidx.media3.common.C.AudioUsage)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/media3/common/C.AudioUsage \"View this page in Kotlin\") \\|Java\n\n\n```\n@Documented\n@Retention(value = RetentionPolicy.SOURCE)\n@Target(value = )\n@IntDef(value = )\npublic annotation C.AudioUsage\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nUsage types for audio attributes. One of [USAGE_ALARM](/reference/androidx/media3/common/C#USAGE_ALARM()), [USAGE_ASSISTANCE_ACCESSIBILITY](/reference/androidx/media3/common/C#USAGE_ASSISTANCE_ACCESSIBILITY()), [USAGE_ASSISTANCE_NAVIGATION_GUIDANCE](/reference/androidx/media3/common/C#USAGE_ASSISTANCE_NAVIGATION_GUIDANCE()), [USAGE_ASSISTANCE_SONIFICATION](/reference/androidx/media3/common/C#USAGE_ASSISTANCE_SONIFICATION()), [USAGE_ASSISTANT](/reference/androidx/media3/common/C#USAGE_ASSISTANT()), [USAGE_GAME](/reference/androidx/media3/common/C#USAGE_GAME()), [USAGE_MEDIA](/reference/androidx/media3/common/C#USAGE_MEDIA()), [USAGE_NOTIFICATION](/reference/androidx/media3/common/C#USAGE_NOTIFICATION()), [USAGE_NOTIFICATION_COMMUNICATION_DELAYED](/reference/androidx/media3/common/C#USAGE_NOTIFICATION_COMMUNICATION_DELAYED()), [USAGE_NOTIFICATION_COMMUNICATION_INSTANT](/reference/androidx/media3/common/C#USAGE_NOTIFICATION_COMMUNICATION_INSTANT()), [USAGE_NOTIFICATION_COMMUNICATION_REQUEST](/reference/androidx/media3/common/C#USAGE_NOTIFICATION_COMMUNICATION_REQUEST()), [USAGE_NOTIFICATION_EVENT](/reference/androidx/media3/common/C#USAGE_NOTIFICATION_EVENT()), [USAGE_NOTIFICATION_RINGTONE](/reference/androidx/media3/common/C#USAGE_NOTIFICATION_RINGTONE()), [USAGE_UNKNOWN](/reference/androidx/media3/common/C#USAGE_UNKNOWN()), [USAGE_VOICE_COMMUNICATION](/reference/androidx/media3/common/C#USAGE_VOICE_COMMUNICATION()) or [USAGE_VOICE_COMMUNICATION_SIGNALLING](/reference/androidx/media3/common/C#USAGE_VOICE_COMMUNICATION_SIGNALLING())."]]