L_IsCaptureActive

#include "l_bitmap.h"

L_INT L_IsCaptureActive(void)

Indicates whether a capture process has been started.

Returns

None

Comments

You should stop a previously started capture process before starting another, or before the calling thread terminates.

Required DLLs and Libraries

LTSCR

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

L_StopCapture

Example

      /* if capture is active, stop it */
      if(L_IsCaptureActive())
         L_StopCapture();