SpatialTrajectoryData constructor

SpatialTrajectoryData(
  1. double azimuthInDegrees,
  2. bool completedSpatialTrajectory
)

Creates a new instance.

  • azimuthInDegrees The next azimuth value to be set on a spatial audio engine.
  • completedSpatialTrajectory Indicates whether is the last element of the current spatial audio trajectory or not.

Implementation

SpatialTrajectoryData(this.azimuthInDegrees, this.completedSpatialTrajectory);