Searched defs:StreamProperties (Results 1 – 2 of 2) sorted by relevance
61 struct EchoControlMobileImpl::StreamProperties { struct in webrtc::EchoControlMobileImpl63 StreamProperties(int sample_rate_hz, in StreamProperties() argument70 int sample_rate_hz;71 size_t num_reverse_channels;72 size_t num_output_channels;
83 struct StreamProperties { struct87 std::map<webrtc::AudioSendStream*, StreamProperties> sending_streams_; argument