Enum PvPayloadType
GVSP payload type constants.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvPayloadType
Fields
| Name | Description |
|---|---|
| PvPayloadTypeChunkData | Chunk data payload type. Not currently supported. |
| PvPayloadTypeDeviceSpecificBase | Base value for device specific payload type. Not currently supported. |
| PvPayloadTypeExtendedChunkData | Extended chunk data payload type. Not currently supported. |
| PvPayloadTypeFile | File payload type. Not currently supported. |
| PvPayloadTypeGenDC | GenDC payload type. |
| PvPayloadTypeH264 | H.264 compressed video stream payload type. Not currently supported. |
| PvPayloadTypeImage | Image payload type. Access from #PvBuffer using PvBuffer::GetImage. |
| PvPayloadTypeJPEG | JPEG compressed image payload type. Not currently supported. |
| PvPayloadTypeJPEG2000 | JPEG 2000 compressed image payload type. Not currently supported. |
| PvPayloadTypeMultiPart | Multi-part payload type. |
| PvPayloadTypeMultiZoneImage | Multi-zone image payload type. Not currently supported. |
| PvPayloadTypeNone | A proprietary type used for GigE Vision Validation Framework testing. Refer to IPvStreamingChannelSource::SetTestPayloadFormatMode for more details. |
| PvPayloadTypePleoraCompressed | Pleora compressed image payload type, proprietary payload type. |
| PvPayloadTypeRawData | Raw data payload type. Access from #PvBuffer using PvBuffer::GetRawData. |
| PvPayloadTypeUndefined | Undefined or non initialized payload type |