Home > C: Programming > AVI Function Descriptions > | History back Previous chapter Next chapter Print |
isavi_GetAVISize |
uEye Camera Manual Version 3.80
isavi_GetAVISize
USB 2.0 GigE |
- |
Syntax
INT isavi_GetAVISize (INT nAviID, float* size)
Description
Use isavi_GetAVISize() to retrieve the size of the frame sequence saved to the current AVI file.
Input Parameters
nAviID |
Instance ID set by the isavi_InitAVI() function |
size |
The size in kBytes |
Return Values
IS_AVI_NO_ERR |
Function executed successfully |
IS_AVI_ERR_INVALID_ID |
The designated AVI instance could not be found. Either the AVI ID is invalid or the instance was already deleted using isavi_ExitAVI(). |
Related Functions