Interface RTCRtpCodec
interface RTCRtpCodec {
channels?: number;
clockRate: number;
mimeType: string;
sdpFmtpLine?: string;
}
channels?: number;
clockRate: number;
mimeType: string;
sdpFmtpLine?: string;
}
                 
                    
                  Hierarchy
              
              - RTCRtpCodec (View Summary)