Home
last modified time | relevance | path

Searched refs:audio_streams_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dclient_handler.cpp146 audio_streams_.emplace_back(audio_track, label); in AddAudio()
179 for (auto &[audio_track, label] : audio_streams_) { in Build()
Dclient_handler.h128 audio_streams_; variable