HomeSort by relevance Sort by last modified time
    Searched defs:send_transport (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/
audio_send_stream.h 55 explicit Config(Transport* send_transport)
56 : send_transport(send_transport) {}
76 Transport* send_transport = nullptr; member in struct:webrtc::AudioSendStream::Config
video_send_stream.h 79 explicit Config(Transport* send_transport)
80 : send_transport(send_transport) {}
136 Transport* send_transport = nullptr; member in struct:webrtc::VideoSendStream::Config

Completed in 441 milliseconds