Stay organized with collections
Save and categorize content based on your preferences.
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = ElementType.TYPE_USE)
@IntDef(value = )
public annotation RendererCapabilities.AudioOffloadSupport
Level of renderer support for audio offload.
Speed change and gapless transition support with audio offload is represented by the bit mask flags AUDIO_OFFLOAD_SPEED_CHANGE_SUPPORTED
and AUDIO_OFFLOAD_GAPLESS_SUPPORTED
respectively. If neither feature is supported then the value will be either AUDIO_OFFLOAD_SUPPORTED
or AUDIO_OFFLOAD_NOT_SUPPORTED
.
For non-audio renderers, the level of support is always AUDIO_OFFLOAD_NOT_SUPPORTED
.
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.
[null,null,["Last updated 2025-07-17 UTC."],[],[],null,["# RendererCapabilities.AudioOffloadSupport\n========================================\n\nArtifact: [androidx.media3:media3-exoplayer](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/exoplayer/RendererCapabilities.java+class:androidx.media3.exoplayer.RendererCapabilities.AudioOffloadSupport)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/media3/exoplayer/RendererCapabilities.AudioOffloadSupport \"View this page in Kotlin\") \\|Java\n\n\n```\n@Documented\n@Retention(value = RetentionPolicy.SOURCE)\n@Target(value = ElementType.TYPE_USE)\n@IntDef(value = )\npublic annotation RendererCapabilities.AudioOffloadSupport\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nLevel of renderer support for audio offload.\n\nSpeed change and gapless transition support with audio offload is represented by the bit mask flags [AUDIO_OFFLOAD_SPEED_CHANGE_SUPPORTED](/reference/androidx/media3/exoplayer/RendererCapabilities#AUDIO_OFFLOAD_SPEED_CHANGE_SUPPORTED()) and [AUDIO_OFFLOAD_GAPLESS_SUPPORTED](/reference/androidx/media3/exoplayer/RendererCapabilities#AUDIO_OFFLOAD_GAPLESS_SUPPORTED()) respectively. If neither feature is supported then the value will be either [AUDIO_OFFLOAD_SUPPORTED](/reference/androidx/media3/exoplayer/RendererCapabilities#AUDIO_OFFLOAD_SUPPORTED()) or [AUDIO_OFFLOAD_NOT_SUPPORTED](/reference/androidx/media3/exoplayer/RendererCapabilities#AUDIO_OFFLOAD_NOT_SUPPORTED()).\n\nFor non-audio renderers, the level of support is always [AUDIO_OFFLOAD_NOT_SUPPORTED](/reference/androidx/media3/exoplayer/RendererCapabilities#AUDIO_OFFLOAD_NOT_SUPPORTED())."]]