Package tvi.webrtc

Interface VideoDecoderFactory

    • Method Detail

      • createDecoder

        @Deprecated
        @Nullable
        default VideoDecoder createDecoder​(java.lang.String codecType)
        Deprecated.
        Creates a VideoDecoder for the given codec. Supports the same codecs supported by VideoEncoderFactory.
      • createDecoder

        @Nullable
        default VideoDecoder createDecoder​(VideoCodecInfo info)
        Creates a decoder for the given video codec.
      • getSupportedCodecs

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