Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnectionFactory.java464 return new AudioSource(nativeCreateAudioSource(nativeFactory, constraints)); in createAudioSource()
609 private static native long nativeCreateAudioSource(long factory, MediaConstraints constraints); in nativeCreateAudioSource() method in PeerConnectionFactory