vot.js - v2.4.12
    Preparing search index...

    Interface RTCRtpCodecParameters

    interface RTCRtpCodecParameters {
        channels?: number;
        clockRate: number;
        mimeType: string;
        payloadType: number;
        sdpFmtpLine?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channels?: number
    clockRate: number
    mimeType: string
    payloadType: number
    sdpFmtpLine?: string