7 #ifndef __PVTAPFILTER_H__
8 #define __PVTAPFILTER_H__
10 #include <IPvFilter.h>
99 static uint32_t GetSupportedGeometryCount();
123 static const PvString &GetSupportedGeometryName( uint32_t aIndex );
159 static uint32_t GetTapCountFor(
const PvString &aValue );
PvPixelType
Definition: PvPixelType.h:58
Tap geometry types definition.
PvTapGeometryEnum
Tap geoemtry enumeration type.
Definition: PvTapGeometry.h:117
Definition: IPvFilter.h:19
virtual PvResult Execute(const PvBuffer *aIn, PvBuffer *aOut)=0
Executes the filter: performs processing on aIn, writing into aOut.
virtual uint32_t GetThreadCount() const =0
Gets the maximum number of threads the filter can use.
virtual PvResult SetThreadCount(uint32_t aCount)=0
Sets the thread count to be used by the filter.
virtual PvResult GetThreadsPriority(uint32_t &aPriority) const =0
Gets the thread priority of the filter's worker threads.
virtual PvResult SetThreadsPriority(uint32_t aPriority)=0
Sets the thread priority of the filter's worker threads.
Represents a block of GigE Vision or USB3 Vision data in memory.
Definition: PvBuffer.h:97
Result information.
Definition: PvResult.h:30
String class.
Definition: PvString.h:26
Definition: PvTapFilter.h:22