SpatializerConstants.SourceType


public final class SpatializerConstants.SourceType


Represents the type of spatialization for an audio source.

Summary

Constants

static final int

The sound source is an ambisonics sound field.

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

Public methods

@NonNull String

Constants

SOURCE_TYPE_SOUND_FIELD

public static final int SOURCE_TYPE_SOUND_FIELD = 2

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

Public methods

toString

public @NonNull String toString()