AudioSink.SinkFormatSupport


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