- 输入 enum类型值 ,输出对应的字符串描述。
ProbingState
- D:\Soup\soup-dev\ThirtySix_trans_mediasoup\tomkwok-mediasoup-cpp\deps\libwebrtc\libwebrtc\modules\pacing\bitrate_prober.h
enum class ProbingState {
// Probing will not be triggered in this state at all times.
kDisabled,
// Probing is enabled and ready to trigger on the first packet arrival.
kInactive,<