Searched defs:codec_preferences (Results 1 – 4 of 4) sorted by relevance
34 std::vector<RtpCodecCapability> RtpTransceiverInterface::codec_preferences() in codec_preferences() function in webrtc::RtpTransceiverInterface
193 std::vector<RtpCodecCapability> codec_preferences() const override { in codec_preferences() function
80 std::vector<webrtc::RtpCodecCapability> codec_preferences; member
931 const std::vector<webrtc::RtpCodecCapability>& codec_preferences, in MatchCodecPreference()