Searched defs:VoicePacing (Results 1 – 1 of 1) sorted by relevance
144 struct VoicePacing { struct145 VoicePacing() : enabled(false) {} in VoicePacing() argument146 explicit VoicePacing(bool value) : enabled(value) {} in VoicePacing() function147 static const ConfigOptionID identifier = ConfigOptionID::kVoicePacing; argument148 bool enabled;