Uses of Interface
org.webrtc.VideoDecoderFactory
Packages that use VideoDecoderFactory
-
Uses of VideoDecoderFactory in io.antmedia.webrtc.adaptor
Methods in io.antmedia.webrtc.adaptor that return VideoDecoderFactory -
Uses of VideoDecoderFactory in org.webrtc
Classes in org.webrtc that implement VideoDecoderFactoryFields in org.webrtc declared as VideoDecoderFactoryModifier and TypeFieldDescriptionprivate VideoDecoderFactory
PeerConnectionFactory.Builder.videoDecoderFactory
Methods in org.webrtc with parameters of type VideoDecoderFactoryModifier and TypeMethodDescriptionprivate static PeerConnectionFactory
PeerConnectionFactory.nativeCreatePeerConnectionFactory
(Object context, PeerConnectionFactory.Options options, long nativeAudioDeviceModule, long audioEncoderFactory, long audioDecoderFactory, VideoEncoderFactory encoderFactory, VideoDecoderFactory decoderFactory, long nativeAudioProcessor, long nativeFecControllerFactory, long nativeNetworkControllerFactory, long nativeNetworkStatePredictorFactory, long neteqFactory) PeerConnectionFactory.Builder.setVideoDecoderFactory
(VideoDecoderFactory videoDecoderFactory)