Package tvi.webrtc

Interface VideoEncoderFactory

    • Method Detail

      • getSupportedCodecs

        VideoCodecInfo[] getSupportedCodecs()
        Enumerates the list of supported video codecs. This method will only be called once and the result will be cached.
      • getImplementations

        default VideoCodecInfo[] getImplementations()
        Enumerates the list of supported video codecs that can also be tagged with implementation information. This method will only be called once and the result will be cached.