P2P Media Loader Documentation
    Preparing search index...

    Type Alias StreamAddedDetails<TStream>

    Represents the details about a registered stream.

    type StreamAddedDetails<TStream extends Stream = Stream> = {
        stream: TStream;
    }

    Type Parameters

    Index
    stream: TStream

    The registered stream with its computed identity.

    A snapshot taken at registration, detached from the core's internal stream state. The identity fields never change after registration, so the snapshot stays accurate for the stream's lifetime.