Package tvi.webrtc

Interface VideoDecoderFactory

All Known Implementing Classes:
DefaultVideoDecoderFactory, HardwareVideoDecoderFactory, PlatformSoftwareVideoDecoderFactory, SoftwareVideoDecoderFactory

public interface VideoDecoderFactory
Factory for creating VideoDecoders.
  • Method Details

    • 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.