Source set: Android
public abstract class SpatializedExoplayerAudioOutput internal constructor() :
SpatializedAudioOutput()
Allows spatializing Exoplayer audio output. This needs to be attached to a Composable via spatializedAudioOutput. The AudioOutputProvider contained in this class should be passed to an Exoplayer.Builder instance.
Properties
audioOutputProvider
Source set: Android
public abstract val audioOutputProvider: AudioOutputProvider
An AudioOutputProvider that may be passed to an ExoPlayer.Builder instance.