Home | Sort by relevance Sort by last modified time |
/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 |