Package tvi.webrtc

Class VideoDecoder.DecodeInfo

  • Enclosing interface:
    VideoDecoder

    public static class VideoDecoder.DecodeInfo
    extends java.lang.Object
    Additional info for decoding.
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodeInfo​(boolean isMissingFrames, long renderTimeMs)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isMissingFrames

        public final boolean isMissingFrames
      • renderTimeMs

        public final long renderTimeMs
    • Constructor Detail

      • DecodeInfo

        public DecodeInfo​(boolean isMissingFrames,
                          long renderTimeMs)