JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface RTCRtpCodec

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

    Hierarchy (View Summary)

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