imaqGetFilterNames

NI Vision for LabWindows/CVI Function

imaqGetFilterNames

Usage

FilterName* imaqGetFilterNames(int* numFilters);

Purpose

Returns an array of the compression filters on this system available to be used to create AVI files.

Parameters

Name

Type

Description

numFilters int* On return, the number of filters in the returned array.

Return Value

Type

Description

FilterName* On success, this function returns an array of names of compression filters that are available to compress AVI files on this system. On failure, this function returns 0. To get extended error information, call imaqGetLastError(). When you are finished with the return value, dispose of it by calling imaqDispose().