SpatialTrajectoryData class

This struct provides all the information regarding an angular panning element, including the panning angle and whether or not it is the last element on the spatial audio trajectory.

Constructors

SpatialTrajectoryData(double azimuthInDegrees, bool completedSpatialTrajectory)
Creates a new instance.

Properties

azimuthInDegrees ↔ double
The next azimuth value to be set on a spatial audio engine.
getter/setter pair
completedSpatialTrajectory ↔ bool
Indicates whether is the last element of the current spatial audio trajectory or not.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.