Package tvi.webrtc

Interface VideoDecoderFactory

    • Method Detail

      • createDecoder

        @Nullable
        VideoDecoder createDecoder​(VideoCodecInfo info)
        Creates a VideoDecoder for the given codec. Supports the same codecs supported by VideoEncoderFactory.
      • getSupportedCodecs

        default VideoCodecInfo[] getSupportedCodecs()
        Enumerates the list of supported video codecs.