public class CapturedFrame
extends java.lang.Object
CaptureFrame is a data structure passed by
FrameCaptureListener.onFrameCapture to retrieve frame
data from the decoder.| Constructor and Description |
|---|
CapturedFrame() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns the frame as byte array
|
FrameCaptureFormat |
getFormat()
Returns the format of the frame as
FrameCaptureFormat |
int |
getHeight()
Returns the height of the frame
|
FrameCaptureMode |
getMode()
Returns the capture mode of the frame as
FrameCaptureMode |
long |
getTimestamp()
Returns the timestamp of when the frame was captured
|
int |
getWidth()
Returns the width of the frame
|
public byte[] getData()
public long getTimestamp()
public int getWidth()
public int getHeight()
public FrameCaptureFormat getFormat()
FrameCaptureFormatpublic FrameCaptureMode getMode()
FrameCaptureMode