RendererCapabilities.HardwareAccelerationSupport
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
annotation RendererCapabilities.HardwareAccelerationSupport
Level of renderer support for hardware acceleration. One of HARDWARE_ACCELERATION_SUPPORTED
and HARDWARE_ACCELERATION_NOT_SUPPORTED
.
For video renderers, the level of support is indicated for non-tunneled output.