Interface SpatialAudioCuePanning.SpatialAzimuthCallback

Enclosing class:
SpatialAudioCuePanning
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SpatialAudioCuePanning.SpatialAzimuthCallback

Called once startAngularPanning() starts.

  • Method Details

    • onSpatialAzimuthStarted

      void onSpatialAzimuthStarted(@NonNull SpatialTrajectoryData spatialTrajectoryData)

      Called once startAngularPanning() starts.

      Parameters:
      spatialTrajectoryData -

      The angular panning information of the current spatial trajectory.