SpatializedAudioOutput

sealed class SpatializedAudioOutput

Known direct subclasses
SpatializedExoplayerAudioOutput

Allows spatializing Exoplayer audio output.


Signifies that a class is capable of configuring spatialized audio output.

A SpatializedAudioOutput should only be attached to one Composable at a time. If it is attached multiple times, its associated audio output will become head locked.

Summary

Protected constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int

Protected constructors

SpatializedAudioOutput

protected SpatializedAudioOutput()

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int