public @interface

RendererCapabilities.AudioOffloadSupport

implements java.lang.annotation.Annotation

 androidx.media3.exoplayer.RendererCapabilities.AudioOffloadSupport

Overview

Level of renderer support for audio offload.

Speed change and gapless transition support with audio offload is represented by the bit mask flags RendererCapabilities.AUDIO_OFFLOAD_SPEED_CHANGE_SUPPORTED and RendererCapabilities.AUDIO_OFFLOAD_GAPLESS_SUPPORTED respectively. If neither feature is supported then the value will be either RendererCapabilities.AUDIO_OFFLOAD_SUPPORTED or RendererCapabilities.AUDIO_OFFLOAD_NOT_SUPPORTED.

For non-audio renderers, the level of support is always RendererCapabilities.AUDIO_OFFLOAD_NOT_SUPPORTED.

Summary