to top
Datalogic APIs
public class

SavedFrame

extends Object
java.lang.Object
   ↳ com.datalogic.decode.SavedFrame

Class Overview

SaveFrame is a data structure passed by FrameSaveListener.onFrameSave to retrieve frame data from the decoder.

Summary

Public Methods
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
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
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public FrameCaptureFormat getFormat ()

Added in revision 22

Returns the format of the frame as FrameCaptureFormat

public int getHeight ()

Added in revision 22

Returns the height of the frame

public FrameCaptureMode getMode ()

Added in revision 22

Returns the capture mode of the frame as FrameCaptureMode

public String getPath ()

Added in revision 22

Returns the path where the frame is saved

public long getTimestamp ()

Added in revision 22

Returns the timestamp of when the frame was captured

public int getWidth ()

Added in revision 22

Returns the width of the frame