SpatialAudioCuePanning.SpatialAzimuthCallback (API Reference)
Package com.here.sdk.navigation
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.
Called once startAngularPanning() starts.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSpatialAzimuthStarted(SpatialTrajectoryData spatialTrajectoryData) Called oncestartAngularPanning()starts.
-
Method Details