Uses of Class
dev.onvoid.webrtc.media.audio.AudioSource
-
Packages that use AudioSource Package Description dev.onvoid.webrtc -
-
Uses of AudioSource in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return AudioSource Modifier and Type Method Description AudioSourcePeerConnectionFactory. createAudioSource(AudioOptions options)Creates anAudioSource.Methods in dev.onvoid.webrtc with parameters of type AudioSource Modifier and Type Method Description AudioTrackPeerConnectionFactory. createAudioTrack(String label, AudioSource source)Creates an newAudioTrack.
-