Vinyl
    Preparing search index...

    Interface TrackBaseDeps

    Dependencies for TrackBase.

    interface TrackBaseDeps {
        drmController: DrmController;
        playbackController: PlaybackController;
    }

    Hierarchy (View Summary)

    Index

    Properties

    drmController: DrmController

    DrmController manages track encryption.

    playbackController: PlaybackController

    When the track is activated, playback will seek to the track's start time.