@dolbyio/dolbyio-rest-apis-client - v6.2.0
    Preparing search index...

    Interface FeedStats

    Represents the feed statistics.

    interface FeedStats {
        packetLoss: number;
        timestamp: string;
    }
    Index

    Properties

    packetLoss: number

    Packet loss percentage over last five seconds.

    timestamp: string

    Timestamp of the feed stats.