@audiotool/nexus - v0.0.12
    Preparing search index...

    Enumeration TrackLicenseGenerated

    TrackLicense is the license of the Track.

    This is a copy of the TrackLicense enum from the Track proto to avoid dependencies.

    from enum audiotool.project.v1.TrackLicense

    Index

    Enumeration Members

    ALL_RIGHTS_RESERVED: 4

    All rights reserved.

    from enum value: TRACK_LICENSE_ALL_RIGHTS_RESERVED = 4;

    CREATIVE_COMMONS: 2

    Creative Commons license.

    from enum value: TRACK_LICENSE_CREATIVE_COMMONS = 2;

    CREATIVE_COMMONS_NON_COMMERCIAL: 3

    Creative Commons Non-Commercial license.

    from enum value: TRACK_LICENSE_CREATIVE_COMMONS_NON_COMMERCIAL = 3;

    NO_RIGHTS_RESERVED: 1

    No rights reserved.

    from enum value: TRACK_LICENSE_NO_RIGHTS_RESERVED = 1;

    ROYALTY_FREE: 5

    Royalty free license.

    from enum value: TRACK_LICENSE_ROYALTY_FREE = 5;

    UNSPECIFIED: 0

    Unspecified license.

    from enum value: TRACK_LICENSE_UNSPECIFIED = 0;