JxrPlatformAdapter.SpatializerConstants


public final class JxrPlatformAdapter.SpatializerConstants


Contains the constants used to spatialize audio in SceneCore.

Summary

Constants

static final int

Specifies spatial rendering using First Order Ambisonics

static final int

Specifies spatial rendering using Second Order Ambisonics

static final int

Specifies spatial rendering using Third Order Ambisonics

static final int

The sound source has not been spatialized with the Spatial Audio SDK.

static final int

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

static final int

The sound source is an ambisonics sound field.

Constants

AMBISONICS_ORDER_FIRST_ORDER

Added in 1.0.0-alpha01
public static final int AMBISONICS_ORDER_FIRST_ORDER = 0

Specifies spatial rendering using First Order Ambisonics

AMBISONICS_ORDER_SECOND_ORDER

Added in 1.0.0-alpha01
public static final int AMBISONICS_ORDER_SECOND_ORDER = 1

Specifies spatial rendering using Second Order Ambisonics

AMBISONICS_ORDER_THIRD_ORDER

Added in 1.0.0-alpha01
public static final int AMBISONICS_ORDER_THIRD_ORDER = 2

Specifies spatial rendering using Third Order Ambisonics

SOURCE_TYPE_BYPASS

Added in 1.0.0-alpha01
public static final int SOURCE_TYPE_BYPASS = 0

The sound source has not been spatialized with the Spatial Audio SDK.

SOURCE_TYPE_POINT_SOURCE

Added in 1.0.0-alpha01
public static final int SOURCE_TYPE_POINT_SOURCE = 1

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

SOURCE_TYPE_SOUND_FIELD

Added in 1.0.0-alpha01
public static final int SOURCE_TYPE_SOUND_FIELD = 2

The sound source is an ambisonics sound field.