---
title: "rememberPointSourceExoplayerAudioOutput"
description: "Creates and remembers a PointSourceExoplayerAudioOutput with PointSourceParams."
type: "composable"
lastmod: "2026-07-19T07:47:45.777142Z"
---
## API Reference

### rememberPointSourceExoplayerAudioOutput

> Source set: Android

```kotlin
@Composable
public fun rememberPointSourceExoplayerAudioOutput(
    params: PointSourceParams
): PointSourceExoplayerAudioOutput
```

Creates and remembers a [PointSourceExoplayerAudioOutput](/jetpack-compose/androidx.xr.compose/compose/classes/PointSourceExoplayerAudioOutput) with `PointSourceParams`. When used
with an ExoPlayer.Builder instance and [spatializedAudioOutput](/jetpack-compose/androidx.xr.compose/compose/functions/spatializedAudioOutput), audio will be spatialized from
the Composable it is attached to.

#### Parameters

| | |
| --- | --- |
| params | A `PointSourceParams` to modify the audio spatialization. Updating this will affect the spatialization currently playing audio and future playback requests. |
