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