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