Vinyl
    Preparing search index...

    Interface SourceObjectTrackDeps

    Dependencies for a SourceObjectTrack.

    interface SourceObjectTrackDeps {
        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