RendererCapabilities.AudioOffloadSupport


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
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.