Vinyl
    Preparing search index...

    Interface SampleTrackLoadOptions

    interface SampleTrackLoadOptions {
        config?: Maybe<TrackBaseOptions>;
        type: "sample";
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The track configuration.

    type: "sample"

    The track type, used to map to a track factory.

    uri: string

    The track identifier.