Uses of Interface
org.webrtc.VideoDecoder
-
Uses of VideoDecoder in org.webrtc
Modifier 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.Modifier and TypeFieldDescriptionprivate final VideoDecoder
VideoDecoderFallback.fallback
private final VideoDecoder
VideoDecoderFallback.primary
Modifier and TypeMethodDescriptionSoftwareVideoDecoderFactory.createDecoder
(VideoCodecInfo codecInfo) VideoDecoderFactory.createDecoder
(VideoCodecInfo info) Creates a VideoDecoder for the given codec.Modifier and TypeMethodDescriptionprivate static long
VideoDecoderFallback.nativeCreateDecoder
(VideoDecoder fallback, VideoDecoder primary)