AudioOutputProvider.SupportLevel
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = ElementType.TYPE_USE)
@IntDef(value = )
public annotation AudioOutputProvider.SupportLevel
The level of support the provider has for a format. One of FORMAT_SUPPORTED_DIRECTLY, FORMAT_SUPPORTED_WITH_TRANSCODING or FORMAT_UNSUPPORTED.