|
| RtcEventLogProxy () |
|
bool | StartLogging (const std::string &file_name, int64_t max_size_bytes) override |
|
bool | StartLogging (rtc::PlatformFile log_file, int64_t max_size_bytes) override |
|
void | StopLogging () override |
|
void | LogVideoReceiveStreamConfig (const webrtc::VideoReceiveStream::Config &config) override |
|
void | LogVideoSendStreamConfig (const webrtc::VideoSendStream::Config &config) override |
|
void | LogAudioReceiveStreamConfig (const webrtc::AudioReceiveStream::Config &config) override |
|
void | LogAudioSendStreamConfig (const webrtc::AudioSendStream::Config &config) override |
|
void | LogRtpHeader (webrtc::PacketDirection direction, webrtc::MediaType media_type, const uint8_t *header, size_t packet_length) override |
|
void | LogRtpHeader (webrtc::PacketDirection direction, webrtc::MediaType media_type, const uint8_t *header, size_t packet_length, int probe_cluster_id) override |
|
void | LogRtcpPacket (webrtc::PacketDirection direction, webrtc::MediaType media_type, const uint8_t *packet, size_t length) override |
|
void | LogAudioPlayout (uint32_t ssrc) override |
|
void | LogLossBasedBweUpdate (int32_t bitrate_bps, uint8_t fraction_loss, int32_t total_packets) override |
|
void | LogDelayBasedBweUpdate (int32_t bitrate_bps, BandwidthUsage detector_state) override |
|
void | LogAudioNetworkAdaptation (const AudioNetworkAdaptor::EncoderRuntimeConfig &config) override |
|
void | LogProbeClusterCreated (int id, int bitrate_bps, int min_probes, int min_bytes) override |
|
void | LogProbeResultSuccess (int id, int bitrate_bps) override |
|
void | LogProbeResultFailure (int id, ProbeFailureReason failure_reason) override |
|
void | SetEventLog (RtcEventLog *event_log) |
|
virtual | ~RtcEventLog () |
|
bool | StartLogging (const std::string &file_name) |
|
bool | StartLogging (rtc::PlatformFile platform_file) |
|
virtual | ~RtcEventLog () |
|
bool | StartLogging (const std::string &file_name) |
|
bool | StartLogging (rtc::PlatformFile platform_file) |
|
◆ RtcEventLogProxy()
webrtc::voe::RtcEventLogProxy::RtcEventLogProxy |
( |
| ) |
|
|
inline |
◆ LogAudioNetworkAdaptation()
◆ LogAudioPlayout()
void webrtc::voe::RtcEventLogProxy::LogAudioPlayout |
( |
uint32_t |
ssrc | ) |
|
|
inlineoverridevirtual |
◆ LogAudioReceiveStreamConfig()
◆ LogAudioSendStreamConfig()
◆ LogDelayBasedBweUpdate()
◆ LogLossBasedBweUpdate()
void webrtc::voe::RtcEventLogProxy::LogLossBasedBweUpdate |
( |
int32_t |
bitrate_bps, |
|
|
uint8_t |
fraction_loss, |
|
|
int32_t |
total_packets |
|
) |
| |
|
inlineoverridevirtual |
◆ LogProbeClusterCreated()
void webrtc::voe::RtcEventLogProxy::LogProbeClusterCreated |
( |
int |
id, |
|
|
int |
bitrate_bps, |
|
|
int |
min_probes, |
|
|
int |
min_bytes |
|
) |
| |
|
inlineoverridevirtual |
◆ LogProbeResultFailure()
◆ LogProbeResultSuccess()
void webrtc::voe::RtcEventLogProxy::LogProbeResultSuccess |
( |
int |
id, |
|
|
int |
bitrate_bps |
|
) |
| |
|
inlineoverridevirtual |
◆ LogRtcpPacket()
◆ LogRtpHeader() [1/2]
◆ LogRtpHeader() [2/2]
◆ LogVideoReceiveStreamConfig()
◆ LogVideoSendStreamConfig()
◆ SetEventLog()
◆ StartLogging() [1/2]
bool webrtc::voe::RtcEventLogProxy::StartLogging |
( |
const std::string & |
file_name, |
|
|
int64_t |
max_size_bytes |
|
) |
| |
|
inlineoverridevirtual |
◆ StartLogging() [2/2]
bool webrtc::voe::RtcEventLogProxy::StartLogging |
( |
rtc::PlatformFile |
log_file, |
|
|
int64_t |
max_size_bytes |
|
) |
| |
|
inlineoverridevirtual |
◆ StopLogging()
void webrtc::voe::RtcEventLogProxy::StopLogging |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- Source/ThirdParty/libwebrtc/Source/webrtc/voice_engine/channel.cc