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

/external/webrtc/talk/app/webrtc/
H A Dmediastream.h41 class MediaStream : public Notifier<MediaStreamInterface> { class in namespace:webrtc
43 static rtc::scoped_refptr<MediaStream> Create(const std::string& label);
60 explicit MediaStream(const std::string& label);
H A Dmediastream.cc45 rtc::scoped_refptr<MediaStream> MediaStream::Create(
47 rtc::RefCountedObject<MediaStream>* stream =
48 new rtc::RefCountedObject<MediaStream>(label);
52 MediaStream::MediaStream(const std::string& label) function in class:webrtc::MediaStream
56 bool MediaStream::AddTrack(AudioTrackInterface* track) {
60 bool MediaStream::AddTrack(VideoTrackInterface* track) {
64 bool MediaStream::RemoveTrack(AudioTrackInterface* track) {
68 bool MediaStream
[all...]
/external/webrtc/webrtc/tools/loopback_test/
H A Dadapter.js124 if (!MediaStream.prototype.getVideoTracks) { class
125 MediaStream.prototype.getVideoTracks = function() {
130 if (!MediaStream.prototype.getAudioTracks) {
131 MediaStream.prototype.getAudioTracks = function() {
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DMediaStream.java33 public class MediaStream { class
40 public MediaStream(long nativeStream) { method in class:MediaStream
63 // Tracks added in addTrack() call will be auto released once MediaStream.dispose()
64 // is called. If video track need to be preserved after MediaStream is destroyed it
65 // should be added to MediaStream using addPreservedTrack() call.
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2331 milliseconds