Uses of Interface
org.webrtc.VideoDecoder
Packages that use VideoDecoder
-
Uses of VideoDecoder in org.webrtc
Classes in org.webrtc that implement VideoDecoderModifier and TypeClassDescriptionclass
class
class
class
A combined video decoder that falls back on a secondary decoder if the primary decoder fails.class
Wraps a native webrtc::VideoDecoder.Fields in org.webrtc declared as VideoDecoderModifier and TypeFieldDescriptionprivate final VideoDecoder
VideoDecoderFallback.fallback
private final VideoDecoder
VideoDecoderFallback.primary
Methods 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 long
VideoDecoderFallback.nativeCreateDecoder
(VideoDecoder fallback, VideoDecoder primary) Constructors in org.webrtc with parameters of type VideoDecoder