public interface

DefaultAudioSink.AudioOffloadSupportProvider

 androidx.media3.exoplayer.audio.DefaultAudioSink.AudioOffloadSupportProvider

Subclasses:

DefaultAudioOffloadSupportProvider

Overview

Provides the AudioOffloadSupport to convey the level of offload support the sink can provide.

Summary

Methods
public AudioOffloadSupportgetAudioOffloadSupport(Format format, AudioAttributes audioAttributes)

Returns the AudioOffloadSupport the audio sink can provide for the media based on its Format and AudioAttributes

Methods

public AudioOffloadSupport getAudioOffloadSupport(Format format, AudioAttributes audioAttributes)

Returns the AudioOffloadSupport the audio sink can provide for the media based on its Format and AudioAttributes

Parameters:

format: The Format.
audioAttributes: The AudioAttributes.

Returns:

The AudioOffloadSupport the sink can provide for the media based on its Format and AudioAttributes.