Searched defs:StreamCollection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstreamcollection.h38 // Implementation of StreamCollection.
39 class StreamCollection : public StreamCollectionInterface { class in namespace:webrtc
41 static rtc::scoped_refptr<StreamCollection> Create() {
42 rtc::RefCountedObject<StreamCollection>* implementation =
43 new rtc::RefCountedObject<StreamCollection>();
47 static rtc::scoped_refptr<StreamCollection> Create(
48 StreamCollection* streams) {
49 rtc::RefCountedObject<StreamCollection>* implementation =
50 new rtc::RefCountedObject<StreamCollection>(streams);
114 StreamCollection() {} function in class:webrtc::StreamCollection
115 explicit StreamCollection(StreamCollection* original) function in class:webrtc::StreamCollection
[all...]

Completed in 77 milliseconds