Enumeration

AravisGvPacketSizeAdjustment

Declaration

enum Aravis.GvPacketSizeAdjustment

Description

No description available.

Members

Name Description
ARV_GV_PACKET_SIZE_ADJUSTMENT_NEVER

Never adjust packet size.

ARV_GV_PACKET_SIZE_ADJUSTMENT_ON_FAILURE_ONCE

Adjust packet size if test packet check fails the with current packet size, only on the first stream creation.

ARV_GV_PACKET_SIZE_ADJUSTMENT_ON_FAILURE

Adjust packet size if test packet check fails with current packet size.

ARV_GV_PACKET_SIZE_ADJUSTMENT_ONCE

Adjust packet size on the first stream creation.

ARV_GV_PACKET_SIZE_ADJUSTMENT_ALWAYS

Always adjust the stream packet size.

ARV_GV_PACKET_SIZE_ADJUSTMENT_DEFAULT

Default adjustment, which is ON_FAILURE_ONCE (Since 0.8.8)