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

  /external/webrtc/webrtc/
config.cc 54 VideoStream::VideoStream()
63 VideoStream::~VideoStream() = default;
65 std::string VideoStream::ToString() const {
config.h 72 struct VideoStream {
73 VideoStream();
74 ~VideoStream();
110 std::vector<VideoStream> streams;

Completed in 87 milliseconds