public class SavedFrame
extends java.lang.Object
SaveFrame is a data structure passed by
FrameSaveListener.onFrameSave to retrieve frame
data from the decoder.| Constructor and Description |
|---|
SavedFrame() |
| Modifier and Type | Method and Description |
|---|---|
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 |
java.lang.String |
getPath()
Returns the path where the frame is saved
|
long |
getTimestamp()
Returns the timestamp of when the frame was captured
|
int |
getWidth()
Returns the width of the frame
|
public java.lang.String getPath()
public long getTimestamp()
public int getWidth()
public int getHeight()
public FrameCaptureFormat getFormat()
FrameCaptureFormatpublic FrameCaptureMode getMode()
FrameCaptureMode