Searched defs:NetEqCapacityConfig (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/
H A Dconfig.h129 struct NetEqCapacityConfig { struct in namespace:webrtc
130 NetEqCapacityConfig() : enabled(false), capacity(0) {} function in struct:webrtc::NetEqCapacityConfig
131 explicit NetEqCapacityConfig(int value) : enabled(true), capacity(value) {} function in struct:webrtc::NetEqCapacityConfig

Completed in 103 milliseconds