Home
last modified time | relevance | path

Searched defs:VoicePacing (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/
Dconfig.h144 struct VoicePacing { struct
145 VoicePacing() : enabled(false) {} in VoicePacing() argument
146 explicit VoicePacing(bool value) : enabled(value) {} in VoicePacing() function
147 static const ConfigOptionID identifier = ConfigOptionID::kVoicePacing; argument
148 bool enabled;