Package tvi.webrtc

Class VideoDecoder.DecodeInfo

java.lang.Object
tvi.webrtc.VideoDecoder.DecodeInfo
Enclosing interface:
VideoDecoder

public static class VideoDecoder.DecodeInfo extends Object
Additional info for decoding.
  • Field Details

    • isMissingFrames

      public final boolean isMissingFrames
    • renderTimeMs

      public final long renderTimeMs
  • Constructor Details

    • DecodeInfo

      public DecodeInfo(boolean isMissingFrames, long renderTimeMs)