P2P Media Loader Documentation
    Preparing search index...

    Type Alias SegmentStartDetails

    Represents details about a segment event.

    type SegmentStartDetails = {
        segment: Segment;
        downloadSource: DownloadSource;
        peerId: string | undefined;
    }
    Index

    Properties

    segment: Segment

    The segment that the event is about.

    downloadSource: DownloadSource

    The origin of the segment download.

    peerId: string | undefined

    The peer ID, if the segment is downloaded from a peer.