Interface RTCRtpCodecParameters
interface RTCRtpCodecParameters {
channels?: number;
clockRate: number;
mimeType: string;
payloadType: number;
sdpFmtpLine?: string;
}
channels?: number;
clockRate: number;
mimeType: string;
payloadType: number;
sdpFmtpLine?: string;
}
Hierarchy (View Summary)
- RTCRtpCodec
- RTCRtpCodecParameters
Index
Properties
Was this helpful?