Track

indigo.shared.audio.Track
See theTrack companion object
final case class Track(assetName: AssetName, volume: Volume)

Represents a playable audio asset and it's current volume.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product