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

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
H A Dneteq.h61 // This is the interface class for NetEq.
62 class NetEq { class in namespace:webrtc
120 // Creates a new NetEq object, with parameters set in |config|. The |config|
123 static NetEq* Create(const NetEq::Config& config);
125 virtual ~NetEq() {}
127 // Inserts a new packet into NetEq. The |receive_timestamp| is an indication
138 // losses when Video NACK is enabled but Audio NACK is not. Clients of NetEq
139 // might insert sync-packet when they observe that buffer level of NetEq is
148 // Instructs NetEq t
265 NetEq() {} function in class:webrtc::NetEq
[all...]

Completed in 74 milliseconds