GeneratedGeneratedALL_All rights reserved.
from enum value: TRACK_LICENSE_ALL_RIGHTS_RESERVED = 4;
GeneratedCREATIVE_Creative Commons license.
from enum value: TRACK_LICENSE_CREATIVE_COMMONS = 2;
GeneratedCREATIVE_Creative Commons Non-Commercial license.
from enum value: TRACK_LICENSE_CREATIVE_COMMONS_NON_COMMERCIAL = 3;
GeneratedNO_No rights reserved.
from enum value: TRACK_LICENSE_NO_RIGHTS_RESERVED = 1;
GeneratedROYALTY_Royalty free license.
from enum value: TRACK_LICENSE_ROYALTY_FREE = 5;
GeneratedUNSPECIFIEDUnspecified license.
from enum value: TRACK_LICENSE_UNSPECIFIED = 0;
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