BarcodeFormat

バーコード形式を指定するための定義値

BarcodeFormat

(プラグイン / モジュール : hspdsc.dll)

解説

#define BarcodeFormat_Aztec		0x00000001	// Aztec Code
#define BarcodeFormat_Codabar		0x00000002	// Codevbar (NW-7)
#define BarcodeFormat_Code39		0x00000004	// Code39
#define BarcodeFormat_Code93		0x00000008	// Code93
#define BarcodeFormat_Code128		0x00000010	// Code128
#define BarcodeFormat_DataBar		0x00000020	// GS1 DataBar
#define BarcodeFormat_DataBarExpanded	0x00000040	// GS1 DataBar Expanded
#define BarcodeFormat_DataMatrix	0x00000080	// DataMatrix
#define BarcodeFormat_EAN8		0x00000100	// EAN8
#define BarcodeFormat_EAN13		0x00000200	// EAN13(JANやISBNと同じ)
#define BarcodeFormat_ITF		0x00000400	// ITF
#define BarcodeFormat_MaxiCode		0x00000800	// MaxiCode
#define BarcodeFormat_PDF417		0x00001000	// PDF417
#define BarcodeFormat_QRCode		0x00002000	// QRCode
#define BarcodeFormat_UPCA		0x00004000	// UPC-A
#define BarcodeFormat_UPCE		0x00008000	// UPC-E

#define BarcodeFormat_JAN		BarcodeFormat_EAN13				// JANコード(EAN13と同じ)
#define BarcodeFormat_Default		(BarcodeFormat_JAN | BarcodeFormat_QRCode)	// JANコード と QRコード

関連項目

bar_InitHSPBARを初期化します(hspdsc.dll)
BAR_RESULTBAR_RESULT構造体(hspdsc.dll)

サンプル逆引き (4)

(HSP3) sample8 [Webカメラ版 バーコード・QRコード読み取り].hsp
(HSP3) sample8 [Webカメラ版 バーコード・QRコード読み取り]_x64.hsp
(HSP3) sample9 [ファイル読み込み版 バーコード・QRコード読み取り].hsp
(HSP3) sample9 [ファイル読み込み版 バーコード・QRコード読み取り]_x64.hsp

情報

プラグイン / モジュールhspdsc.dll
バージョン2.13
作成日2021/6/13
著作者イノビア(inovia)
URLhttps://hsp.moe/
備考HSP向け DirectShow キャプチャプラグイン

【32bit版ランタイムの場合】
hspdsc.asをインクルード
バーコードを使用する場合はhspbar.asをインクルード

【64bit版ランタイムの場合】
hsp3_64.asをインクルード
hspdsc64.asをインクルード
バーコードを使用する場合はhspbar64.asをインクルード
グループhspbar.dll
対応環境
  • その他 : Windows 7 以降、DirectX 11以上
移植のヒントWindows
hs ファイルhsphelp\hspdsc.hs