Pleora Technologies Inc. eBUS SDK v6.2.8.5877 API



PvPayloadType.h File Reference

GVSP payload type constants. More...

Go to the source code of this file.

Enumerations

enum  PvPayloadType {
  PvPayloadTypeUndefined = -1 , PvPayloadTypeImage = 0x0001, PvPayloadTypeRawData = 0x0002, PvPayloadTypeFile = 0x0003,
  PvPayloadTypeChunkData = 0x0004, PvPayloadTypeExtendedChunkData = 0x0005, PvPayloadTypeJPEG = 0x0006, PvPayloadTypeJPEG2000 = 0x0007,
  PvPayloadTypeH264 = 0x0008, PvPayloadTypeMultiZoneImage = 0x0009, PvPayloadTypeMultiPart = 0x000A, PvPayloadTypeDeviceSpecificBase = 0x8000
}
 GVSP payload type. More...
 

Detailed Description

GVSP payload type constants.

Enumeration Type Documentation

◆ PvPayloadType

GVSP payload type.

Enumerator
PvPayloadTypeUndefined 

Undefined or non initialized payload type

PvPayloadTypeImage 

Image payload type. Access from PvBuffer using PvBuffer::GetImage.

PvPayloadTypeRawData 

Raw data payload type. Access from PvBuffer using PvBuffer::GetRawData.

PvPayloadTypeFile 

File payload type. Not currently supported.

PvPayloadTypeChunkData 

Chunk data payload type. Not currently supported.

PvPayloadTypeExtendedChunkData 

Extended chunk data payload type. Not currently supported.

PvPayloadTypeJPEG 

JPEG compressed image payload type. Not currently supported.

PvPayloadTypeJPEG2000 

JPEG 2000 compressed image payload type. Not currently supported.

PvPayloadTypeH264 

H.264 compressed video stream payload type. Not currently supported.

PvPayloadTypeMultiZoneImage 

Multi-zone image payload type. Not currently supported.

PvPayloadTypeMultiPart 

Multi-part payload type.

PvPayloadTypeDeviceSpecificBase 

Base value for device specific payload type. Not currently supported.


Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com