Click or drag to resize

CapturedFrame Class

Inheritance Hierarchy
Object
  Com.Datalogic.DecodeCapturedFrame

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CapturedFrame : Object

The CapturedFrame type exposes the following members.

Constructors
  NameDescription
Public methodCapturedFrame
Initializes a new instance of the CapturedFrame class
Top
Properties
  NameDescription
Public propertyFormat
Returns the format of the frame as FrameCaptureFormat
Public propertyHeight
Returns the height of the frame
Public propertyJniPeerMembers
To be added.
Public propertyMode
Returns the capture mode of the frame as FrameCaptureMode
Public propertyTimestamp
Returns the timestamp of when the frame was captured
Public propertyWidth
Returns the width of the frame
Top
Methods
  NameDescription
Public methodGetData
Returns the frame as byte array
Top
Remarks
CaptureFrame is a data structure passed by FrameCaptureListener.onFrameCapture to retrieve frame data from the decoder.

[Android Documentation]

See Also