interface RTCRtpSynchronizationSource {
    audioLevel?: number;
    rtpTimestamp: number;
    source: number;
    timestamp: number;
}

Hierarchy-Diagram

UML class diagram of RTCRtpSynchronizationSource
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

Properties

audioLevel?: number
rtpTimestamp: number
source: number
timestamp: number