RendererCapabilities.Capabilities


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = ElementType.TYPE_USE)
@IntDef(value = )
public annotation RendererCapabilities.Capabilities


Combined renderer capabilities.

This is a bitwise OR of C.FormatSupport, AdaptiveSupport, TunnelingSupport, HardwareAccelerationSupport, DecoderSupport and AudioOffloadSupport. Use getFormatSupport, getAdaptiveSupport, getTunnelingSupport, getHardwareAccelerationSupport, getDecoderSupport and AudioOffloadSupport to obtain individual components. Use create, create, create, or create to create combined capabilities from individual components.

Possible values: