Click or drag to resize

FrameCaptureFormat Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationFrameCaptureFormat

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class FrameCaptureFormat : Enum

The FrameCaptureFormat type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBitmap
Frames captured by the Scanner are stored as bitmap
Public propertyStatic memberGreyscale8bpp
Frames captured by the Scanner are stored as Greyscale 8bpp
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberJpeg
Frames captured by the Scanner are stored as jpeg
Top
Methods
  NameDescription
Public methodStatic memberFromOrdinal
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
The FrameCaptureFileType is an enumeration defining the file type for the frames captured by the Scanner. The type is one of:
GREYSCALE8BPPFrames captured by the Scanner are encoded as Greyscale 8bpp
JPEGFrames captured by the Scanner are encoded as jpeg
BITMAPFrames captured by the Scanner are encoded as bitmap

[Android Documentation]

See Also