Home
last modified time | relevance | path

Searched refs:AddAudioStream (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.h99 std::shared_ptr<AudioSink> AddAudioStream(const std::string& label);
Dstreamer.cpp313 std::shared_ptr<AudioSink> Streamer::AddAudioStream(const std::string& label) { in AddAudioStream() function in cuttlefish::webrtc_streaming::Streamer
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp261 auto audio_stream = streamer->AddAudioStream("audio"); in main()