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

    Enumeration SampleTypeGenerated

    SampleType is the type of the Sample.

    from enum audiotool.sample.v1.SampleType

    Index

    Enumeration Members

    Enumeration Members

    LOOP: 2

    The Sample is a loop Sample.

    from enum value: SAMPLE_TYPE_LOOP = 2;

    ONE_SHOT: 1

    The Sample is a one-shot Sample.

    from enum value: SAMPLE_TYPE_ONE_SHOT = 1;

    UNSPECIFIED: 0

    Unspecified Sample type.

    from enum value: SAMPLE_TYPE_UNSPECIFIED = 0;