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

    Enumeration SampleUsageGenerated

    SampleUsage controls the visibility of the Sample and how the uploader allows the usage.

    from enum audiotool.sample.v1.SampleUsage

    Index

    Enumeration Members

    Enumeration Members

    PRIVATE: 3

    The Sample is private and only visible to the owner.

    from enum value: SAMPLE_USAGE_PRIVATE = 3;

    PUBLIC: 1

    The Sample is used in a public.

    from enum value: SAMPLE_USAGE_PUBLIC = 1;

    UNLISTED: 2

    The 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;

    UNSPECIFIED: 0

    Unspecified Sample usage.

    from enum value: SAMPLE_USAGE_UNSPECIFIED = 0;