SpatializerConstants.SourceType


public final class SpatializerConstants.SourceType


Represents the type of spatialization for an audio source.

Summary

Public fields

static final @NonNull SpatializerConstants.SourceType

The sound source has not been spatialized with SceneCore APIs.

static final @NonNull SpatializerConstants.SourceType

The sound source has been spatialized as a 3D point source.

static final @NonNull SpatializerConstants.SourceType

The sound source is an ambisonics sound field.

Public fields

DEFAULT

public static final @NonNull SpatializerConstants.SourceType DEFAULT

The sound source has not been spatialized with SceneCore APIs.

POINT_SOURCE

public static final @NonNull SpatializerConstants.SourceType POINT_SOURCE

The sound source has been spatialized as a 3D point source.

SOUND_FIELD

public static final @NonNull SpatializerConstants.SourceType SOUND_FIELD

The sound source is an ambisonics sound field.