GeneratedGeneratedLOOPThe Sample is a loop Sample.
from enum value: SAMPLE_TYPE_LOOP = 2;
GeneratedONE_The Sample is a one-shot Sample.
from enum value: SAMPLE_TYPE_ONE_SHOT = 1;
GeneratedUNSPECIFIEDUnspecified Sample type.
from enum value: SAMPLE_TYPE_UNSPECIFIED = 0;
SampleType is the type of the Sample.
from enum audiotool.sample.v1.SampleType