@tikoci/centrs
    Preparing search index...

    Interface ApiStreamSummary

    The data payload of the terminating summary envelope on a --stream.

    interface ApiStreamSummary {
        durationMs: number;
        frames: number;
        stopReason: ApiStreamStopReason;
    }
    Index

    Properties

    durationMs: number
    frames: number