Array of filter specifications usually containing two or less filters: encoding and/or compression.
Declaration:
Copy Code | |
---|---|
typedef struct tagAT_PDE_FILTERARRAY
{
LONG numFilters;
AT_PDE_FILTERSPEC spec[2];
} AT_PDE_FILTERARRAY;
typedef AT_PDE_FILTERARRAY FAR* LPAT_PDE_FILTERARRAY;
|
Members:
Name | Type | Description |
numFilters | LONG | Number of filters in the array. |
spec | AT_PDE_FILTERSPEC[2] | Variable length array of filter spec. |