GeneratedGeneratedPRIVATEThe Sample is private and only visible to the owner.
from enum value: SAMPLE_USAGE_PRIVATE = 3;
GeneratedPUBLICThe Sample is used in a public.
from enum value: SAMPLE_USAGE_PUBLIC = 1;
GeneratedUNLISTEDThe Sample is allowed to be used (e.g. for remixes) but hidden from listing/searching.
You can retrieve the samples by a get requests and they will be exposed by the tracks API.
from enum value: SAMPLE_USAGE_UNLISTED = 2;
GeneratedUNSPECIFIEDUnspecified Sample usage.
from enum value: SAMPLE_USAGE_UNSPECIFIED = 0;
SampleUsage controls the visibility of the Sample and how the uploader allows the usage.
from enum audiotool.sample.v1.SampleUsage