imaqGetAVIInfo
Usage
int imaqGetAVIInfo(AVISession session, AVIInfo* info);
Purpose
This function gets information about an AVI file that has been opened.
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| session | AVISession | The session to use. |
| info | AVIInfo* | On return, the information about the AVI file. |
Return Value
| Type |
Description |
|---|---|
| int | On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError(). |