3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCErrorOr.h"
7#include "mc/external/webrtc/RtpTransceiverDirection.h"
16namespace webrtc {
struct Codec; }
35 CodecVendor& operator=(CodecVendor
const&);
36 CodecVendor(CodecVendor
const&);
53 ::webrtc::RtpTransceiverDirection offer_rtd,
54 ::webrtc::RtpTransceiverDirection answer_rtd,
56 ::std::vector<::webrtc::Codec> codecs_from_offer,
69 MCNAPI
void ModifyVideoCodecs(::std::vector<::std::pair<::webrtc::Codec, ::webrtc::Codec>> changes);
Definition CodecList.h:15
MCAPI::webrtc::CodecList const & video_recv_codecs() const
MCAPI void * $ctor(::webrtc::MediaEngineInterface *media_engine, bool rtx_enabled, ::webrtc::FieldTrialsView const &trials)
MCAPI ::webrtc::RTCErrorOr<::std::vector<::webrtc::Codec > > GetNegotiatedCodecsForOffer(::webrtc::MediaDescriptionOptions const &media_description_options, ::webrtc::MediaSessionOptions const &session_options, ::webrtc::ContentInfo const *current_content, ::webrtc::PayloadTypeSuggester &pt_suggester)
MCAPI::webrtc::CodecList const & audio_recv_codecs() const
MCAPI::webrtc::CodecList all_video_codecs() const
MCAPI::webrtc::CodecList const & audio_send_codecs() const
MCAPI ::webrtc::RTCErrorOr<::std::vector<::webrtc::Codec > > GetNegotiatedCodecsForAnswer(::webrtc::MediaDescriptionOptions const &media_description_options, ::webrtc::MediaSessionOptions const &session_options, ::webrtc::RtpTransceiverDirection offer_rtd, ::webrtc::RtpTransceiverDirection answer_rtd, ::webrtc::ContentInfo const *current_content, ::std::vector<::webrtc::Codec > codecs_from_offer, ::webrtc::PayloadTypeSuggester &pt_suggester)
MCAPI void ModifyVideoCodecs(::std::vector<::std::pair<::webrtc::Codec, ::webrtc::Codec > > changes)
MCAPI CodecVendor(::webrtc::MediaEngineInterface *media_engine, bool rtx_enabled, ::webrtc::FieldTrialsView const &trials)
MCAPI::webrtc::CodecList all_audio_codecs() const
MCAPI::webrtc::CodecList GetVideoCodecsForOffer(::webrtc::RtpTransceiverDirection const &direction) const
MCAPI::webrtc::CodecList GetAudioCodecsForOffer(::webrtc::RtpTransceiverDirection const &direction) const
MCAPI::webrtc::CodecList const & video_send_codecs() const
Definition ContentInfo.h:12
Definition FieldTrialsView.h:7
Definition PayloadTypeSuggester.h:17