eBUS SDK v7.0.1.7536 API
Loading...
Searching...
No Matches
PvBufferFormatType.h
Go to the documentation of this file.
1
// *****************************************************************************
2
//
3
// Copyright (c) 2008, Pleora Technologies Inc., All rights reserved.
4
//
5
// *****************************************************************************
6
7
#ifndef __PVBUFFERFORMATTYPE_H__
8
#define __PVBUFFERFORMATTYPE_H__
9
13
20
typedef
enum
21
{
23
PvBufferFormatBMP
= 0,
26
PvBufferFormatRaw
= 1,
29
PvBufferFormatTIFF
= 2,
31
PvBufferFormatPNG
= 3,
33
PvBufferFormatPTCDecompressedRaw
= 4
34
35
}
PvBufferFormatType
;
36
37
38
#endif
PvBufferFormatType
PvBufferFormatType
Definition
PvBufferFormatType.h:21
PvBufferFormatRaw
@ PvBufferFormatRaw
Raw format. The data is saved exactly as it is stored in the PvBuffer object in a raw binary file.
Definition
PvBufferFormatType.h:26
PvBufferFormatPTCDecompressedRaw
@ PvBufferFormatPTCDecompressedRaw
For Pleora Compressed data, to be decompressed into raw format.
Definition
PvBufferFormatType.h:33
PvBufferFormatPNG
@ PvBufferFormatPNG
PNG format, The image is formatted as only a 8-bit PNG file.
Definition
PvBufferFormatType.h:31
PvBufferFormatBMP
@ PvBufferFormatBMP
Bitmap format. The image is formatted as a 32-bit BMP.
Definition
PvBufferFormatType.h:23
PvBufferFormatTIFF
@ PvBufferFormatTIFF
TIFF format. The image is formatted as either a 8-bit or 16-bit TIFF file to preserve as much informa...
Definition
PvBufferFormatType.h:29
Copyright (c) 2002-2026 Pleora Technologies Inc.
www.pleora.com