Preparing search index...

    Licensed audio track asset with metadata and runtime source paths.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    artistName: string

    Name of the track's artist.

    bundled: boolean

    Whether the track is bundled with the project.

    cacheFile: Path

    Path to the cached asset file.

    Import metadata for the asset.

    id: Uuid

    The unique id of the entity.

    meta: Meta

    Metadata associated with this entity, providing access to its unique identifier and other descriptive properties.

    name: string

    The name of the asset.

    runtimeSourceBeatsPath: Path

    Runtime path to the track's beats data.

    runtimeSourceLyricsPath: Path

    Runtime path to the track's lyrics data.

    runtimeSourcePath: Path

    Runtime path to the track's audio file.

    trackId: string
    trackName: string
    type: string

    The entity's type.

    Methods

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean