Package tvi.webrtc
Class VideoDecoder.DecodeInfo
java.lang.Object
tvi.webrtc.VideoDecoder.DecodeInfo
- Enclosing interface:
- VideoDecoder
Additional info for decoding.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
isMissingFrames
public final boolean isMissingFrames -
renderTimeMs
public final long renderTimeMs
-
-
Constructor Details
-
DecodeInfo
public DecodeInfo(boolean isMissingFrames, long renderTimeMs)
-