Home
last modified time | relevance | path

Searched refs:nativeVideoSource (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/sdk/objc/api/peerconnection/
DRTCVideoSource.mm32 nativeVideoSource:
33 (rtc::scoped_refptr<webrtc::VideoTrackSourceInterface>)nativeVideoSource {
35 RTC_DCHECK(nativeVideoSource);
37 nativeMediaSource:nativeVideoSource
39 _nativeVideoSource = nativeVideoSource;
58 nativeVideoSource:webrtc::VideoTrackSourceProxy::Create(
78 - (rtc::scoped_refptr<webrtc::VideoTrackSourceInterface>)nativeVideoSource { method in RTCVideoSource
DRTCVideoSource+Private.h28 readonly) rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> nativeVideoSource;
32 nativeVideoSource:
33 (rtc::scoped_refptr<webrtc::VideoTrackSourceInterface>)nativeVideoSource
DRTCVideoTrack.mm34 source.nativeVideoSource);
66 nativeVideoSource:source.get()];
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnectionFactory.java608 long factory, String id, long nativeVideoSource); in nativeCreateVideoTrack() argument