Vinyl
    Preparing search index...

    Interface SourceTrackDeps

    Dependencies for a SourceTrack.

    interface SourceTrackDeps {
        drmController: DrmController;
        playbackController: PlaybackController;
        playbackSource: PlaybackSource;
    }

    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.

    playbackSource: PlaybackSource