Start native apps faster with the Composables CLI ->
Class

PointSourceExoplayerAudioOutput

Creates a SpatializedExoplayerAudioOutput with PointSourceParams.

Source set: Android
public class PointSourceExoplayerAudioOutput
@RememberInComposition
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

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.

Last updated: