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

/external/webrtc/webrtc/modules/audio_coding/neteq/include/
H A Dneteq.h71 // This is the interface class for NetEq.
72 class NetEq { class in namespace:webrtc
138 // Creates a new NetEq object, with parameters set in |config|. The |config|
141 static NetEq* Create(const NetEq::Config& config);
143 virtual ~NetEq() {}
145 // Inserts a new packet into NetEq. The |receive_timestamp| is an indication
155 // losses when Video NACK is enabled but Audio NACK is not. Clients of NetEq
156 // might insert sync-packet when they observe that buffer level of NetEq is
165 // Instructs NetEq t
301 NetEq() {} function in class:webrtc::NetEq
[all...]

Completed in 306 milliseconds