Source set: Android
public class PointSourceExoplayerAudioOutput constructor(session: Session, params: PointSourceParams) : SpatializedExoplayerAudioOutput()
Creates a SpatializedExoplayerAudioOutput with PointSourceParams. When used with an ExoPlayer.Builder instance and spatializedAudioOutput, audio will be spatialized from the Composable it is attached to.
Properties
audioOutputProvider
Source set: Android
public override val audioOutputProvider: AudioOutputProvider
An AudioOutputProvider that be passed to an ExoPlayer.Builder instance.
params
Source set: Android
public var params: PointSourceParams
A PointSourceParams to modify the audio spatialization. These pointSourceParams will apply to currently playing audio and future playback requests.
component
Source set: Android
override val component: Component