AudioSink.SinkFormatSupport
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
annotation AudioSink.SinkFormatSupport
The level of support the sink provides for a format. One of SINK_FORMAT_SUPPORTED_DIRECTLY
, SINK_FORMAT_SUPPORTED_WITH_TRANSCODING
or SINK_FORMAT_UNSUPPORTED
.