-
public final class FrameDecodeResult
-
-
Field Summary
Fields Modifier and Type Field Description private final Bitmapframeprivate final Integertimestampprivate final CodecResultcodecResult
-
Constructor Summary
Constructors Constructor Description FrameDecodeResult(Bitmap frame, Integer timestamp, CodecResult codecResult)
-
Method Summary
Modifier and Type Method Description final BitmapgetFrame()final IntegergetTimestamp()final CodecResultgetCodecResult()-
-
Constructor Detail
-
FrameDecodeResult
FrameDecodeResult(Bitmap frame, Integer timestamp, CodecResult codecResult)
-
-
Method Detail
-
getTimestamp
final Integer getTimestamp()
-
getCodecResult
final CodecResult getCodecResult()
-
-
-
-