TrackAttribute

data class TrackAttribute<T : Number>(tuneableTrackAttribute: TuneableTrackAttribute<T>, value: T)

The track attribute wrapper contains a set value for a specific TuneableTrackAttribute

Parameters

tuneableTrackAttribute

The TuneableTrackAttribute that this TrackAttribute will correspond to.

value

The value of the tuneableTrackAttribute.

Constructors

TrackAttribute
Link copied to clipboard
common
fun <T : Number> TrackAttribute(tuneableTrackAttribute: TuneableTrackAttribute<T>, value: T)
The TuneableTrackAttribute that this TrackAttribute will correspond to.

Types

Companion
Link copied to clipboard
common
object Companion

Properties

tuneableTrackAttribute
Link copied to clipboard
common
val tuneableTrackAttribute: TuneableTrackAttribute<T>
The TuneableTrackAttribute that this TrackAttribute will correspond to.
value
Link copied to clipboard
common
val value: T
The value of the tuneableTrackAttribute.

Sources

common source
Link copied to clipboard