SpatializedExoplayerAudioOutput

abstract class SpatializedExoplayerAudioOutput : 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.

Summary

Public properties

abstract AudioOutputProvider

An AudioOutputProvider that may be passed to an ExoPlayer.Builder instance.

Inherited functions

From androidx.xr.compose.subspace.media.SpatializedAudioOutput
open operator Boolean
equals(other: Any?)
open Int

Public properties

audioOutputProvider

Added in 1.0.0-alpha16
abstract val audioOutputProviderAudioOutputProvider

An AudioOutputProvider that may be passed to an ExoPlayer.Builder instance.