Uses of Interface
org.webrtc.VideoDecoder
Packages that use VideoDecoder
-
Uses of VideoDecoder in org.webrtc
Classes in org.webrtc that implement VideoDecoderModifier and TypeClassDescriptionclassclassclassclassA combined video decoder that falls back on a secondary decoder if the primary decoder fails.classWraps a native webrtc::VideoDecoder.Fields in org.webrtc declared as VideoDecoderModifier and TypeFieldDescriptionprivate final VideoDecoderVideoDecoderFallback.fallbackprivate final VideoDecoderVideoDecoderFallback.primaryMethods in org.webrtc that return VideoDecoderModifier and TypeMethodDescriptionSoftwareVideoDecoderFactory.createDecoder(VideoCodecInfo codecInfo) VideoDecoderFactory.createDecoder(VideoCodecInfo info) Creates a VideoDecoder for the given codec.Methods in org.webrtc with parameters of type VideoDecoderModifier and TypeMethodDescriptionprivate static longVideoDecoderFallback.nativeCreateDecoder(VideoDecoder fallback, VideoDecoder primary) Constructors in org.webrtc with parameters of type VideoDecoder